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

SDK reinit now redelivers pending permission/dialog requests on full reinit too

SDK session reinit now resends pending permission and dialog requests even on a full reinit

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSDKwhat it touches
KindBug Fixesin v2.1.268,
Under the hood

SDK session reinit now resends pending permission and dialog requests even on a full reinit

What

When the Agent SDK's control protocol reinitializes a session and has to rebuild the full system prompt and response, it now also includes any pending permission requests and pending user dialog requests in that response. Previously this information was only resent on the lighter-weight reinit path, not the full one.

Why

This closes a gap where a full reinit could otherwise drop or lose track of permission and dialog requests that were still waiting for an answer, so consumers of the SDK see them either way.

See this entry in the whole of v2.1.268 →

Feedback