Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.280 ·

Plugin $.session.messages and $.session.usage now accept an agentId/as parameter

Plugin session.messages and session.send can now target a specific agent via an agentId/as parameter

TierUse it nowhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPluginswhat it touches
KindImprovementsin v2.1.280,
Use it now

Plugin session.messages and session.send can now target a specific agent via an agentId/as parameter

What

The plugin host operations $.session.messages and $.session.send now accept an optional {agentId, as} argument, where as must be "api" if it's given at all. Passing this lets a caller scope the call to a particular agent within a session, instead of always operating on the whole session.

Why

This lets plugins and SDK integrations work with the messages or output of one specific agent rather than the entire session, which matters when a session involves multiple agents.

Read from
Names in the bundleagentId

See this entry in the whole of v2.1.280 →

Feedback