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/control-protocol pending-request lists now documented as always present as of this build

SDK docs now guarantee the pending-request lists in the initialize response are always present from v2.1.268 onward

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSDKwhat it touches
KindInternal Changesin v2.1.268,
Under the hood

SDK docs now guarantee the pending-request lists in the initialize response are always present from v2.1.268 onward

What

The documentation for the initialize response used by SDK and control-protocol clients now states that the pending-request lists for request_user_dialog and can_use_tool are always present, even if empty, as of Claude Code v2.1.268 or later.

Why

This lets SDK clients reliably tell the difference between an older CLI version that could simply omit the field and a newer one reporting that nothing is currently pending.

Read from
Names in the bundlerequest_user_dialogcan_use_tool
What the documentation says
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up can_use_tool, on Agent SDK reference - Python. | `allowed_tools` | `list[str]` | `[]` | Tools to auto-approve without prompting. This does not restrict Claude to only these tools. If you name one of the [task-tracking tools](/docs/en/agent-sdk/todo-tracking#model-availability) here, Cl… agent-sdk/python see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up can_use_tool, on Agent SDK reference - Python.

See this entry in the whole of v2.1.268 →

Feedback