Peter Steinberger
3fc0df953c
refactor(agents): bind subagent threads in core (#88416)
Move subagent thread binding ownership into core so session-mode spawns prepare channel bindings before launching the child agent. Deprecate the legacy subagent_spawning SDK hook in code, compatibility metadata, diagnostics, and plugin docs; plugin authors should observe subagent_spawned instead.
Verification:
- node scripts/run-vitest.mjs src/agents/sessions-spawn-hooks.test.ts src/agents/subagent-spawn.thread-binding.test.ts src/agents/subagent-spawn.workspace.test.ts src/agents/subagent-spawn.mode-session-diagnostics.test.ts
- node scripts/run-tsgo.mjs -p tsconfig.core.json --incremental --tsBuildInfoFile .artifacts/tsgo-cache/core.tsbuildinfo
- git diff --check
- .agents/skills/autoreview/scripts/autoreview --mode local
- CI run 26693808952 green, including checks-node-agentic-agents-core and checks-node-agentic-plugin-sdk
2026-05-30 21:19:09 +01:00
..
2026-05-30 21:03:41 +01:00
2026-05-29 11:04:37 +01:00
2026-05-11 18:44:54 +01:00
2026-05-26 02:21:58 +01:00
2026-05-30 21:03:41 +01:00
2026-05-30 21:08:39 +01:00
2026-05-07 19:43:06 -07:00
2026-05-30 21:03:41 +01:00
2026-05-30 21:03:41 +01:00
2026-05-06 08:49:27 -07:00
2026-05-26 20:51:00 +01:00
2026-05-30 21:03:41 +01:00
2026-05-30 11:48:41 +02:00
2026-05-26 02:21:58 +01:00
2026-05-30 21:03:41 +01:00
2026-05-30 11:48:41 +02:00
2026-05-28 21:00:24 -07:00
2026-05-30 18:36:01 +03:00
2026-05-30 21:19:09 +01:00
2026-05-30 11:48:41 +02:00
2026-05-30 00:52:23 +02:00
2026-05-30 21:03:41 +01:00
2026-05-29 09:45:14 +01:00
2026-05-29 03:49:43 +01:00
2026-05-22 23:28:31 +01:00
2026-05-02 22:37:01 +01:00
2026-05-30 21:19:09 +01:00
2026-05-30 11:48:41 +02:00
2026-05-27 19:24:04 +01:00
2026-05-08 06:01:23 +01:00
2026-05-27 19:24:04 +01:00
2026-05-02 04:42:55 +01:00
2026-05-28 18:08:12 -07:00
2026-05-27 21:18:08 +01:00
2026-05-30 20:04:52 +01:00
2026-05-27 19:24:04 +01:00
2026-05-23 17:54:23 +08:00
2026-05-05 21:14:55 -07:00
2026-05-27 19:24:04 +01:00
2026-05-05 17:38:21 +01:00
2026-05-22 17:59:14 +01:00
2026-05-17 21:19:05 +00:00