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 ·

SDK/plugin session scope gains savedAgentMessages and requestMessages callbacks

The SDK's internal session bridge gained savedAgentMessages and requestMessages callbacks

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSDKwhat it touches
KindInternal Changesin v2.1.280,
Under the hood

The SDK's internal session bridge gained savedAgentMessages and requestMessages callbacks

What

The internal bridge object that Claude Code's SDK and plugins use to talk to a running session (the same object that already exposed things like canUseTool and toast) now also exposes two new functions: savedAgentMessages and requestMessages. They are wired up to the session's stored data and its computed list of tools.

Why

This is internal plumbing rather than something most users will interact with directly. It gives SDK integrations and plugins a way to read back saved agent messages and request messages for a session, which they could not do through this bridge before.

Read from
Names in the bundlesavedAgentMessagesrequestMessages
What the documentation says
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what consumes these new callbacks or what user-facing behavior they enable.

See this entry in the whole of v2.1.280 →

Feedback