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.273 ·

Agent-resume intent forwarding reworked: live/snapshot delivery and new safeguards

Resuming an agent now forwards owner messages via explicit live/snapshot modes, with simplified gating and new telemetry for edge cases

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.273,
Group of 3 Under the hood

Resuming an agent now forwards owner messages via explicit live/snapshot modes, with simplified gating and new telemetry for edge cases

What

  • The internal mechanism that forwards a user's ("owner's") queued messages into a resumed agent's conversation was simplified: it no longer checks a feature-enabled config plus an owner check, and instead takes explicit resumed and contextOnly flags. When contextOnly is set, the forwarded turns are relabeled with source unattributed.
  • Resuming an agent in the background now supports a liveTranscript setting that picks between live and snapshot delivery of forwarded messages; the forwarded content is spliced into the resumed agent's prompt before it continues.
  • A new telemetry event fires when an agent is resumed that's flagged as an "observer" but its observer status can't be confirmed, while the CLAUDE_CODE_FORWARD_USER_INTENT setting is active. The agent_intent_forward telemetry event also gained a resumed field.

Why These changes make it more reliable for messages you send while an agent is running to actually reach that agent when it resumes, distinguishing whether they should appear as a live conversation or a one-time snapshot, and flagging cases where Claude Code can't be sure whether an agent should be treated as an observer.

See this entry in the whole of v2.1.273 →