Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.260 ·

Agent-intent forwarding to spawned subagents

Spawned subagents can now receive recent conversation context forwarded from the coordinator.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSubagentswhat it touches
KindIn Developmentin v2.1.260,
Under the hood Nothing to try yet No documentation found

Spawned subagents can now receive recent conversation context forwarded from the coordinator.

Spawning a subagent can now forward recent human/relay conversation turns to it as a synthetic queued_command attachment called forwardedIntent, giving the subagent background context on what the user or channel said to the coordinator, explicitly framed as non-instructional context. This is gated behind an internal check, and it emits agent_intent_forward telemetry with turn and character counts, or select_failed on error.

Read from
Names in the bundleforwardedIntent

See this entry in the whole of v2.1.260 →