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

New beta headers: dangerous_tool_use and thinking_binding_controls

Two new API beta headers, for dangerous tool use checks and thinking binding controls, are now sent by default.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaAPI Headerswhat it touches
KindImprovementsin v2.1.261,
Group of 3 You'll notice

Two new API beta headers, for dangerous tool use checks and thinking binding controls, are now sent by default.

Two new beta feature flags were added to the outgoing beta-headers list: dangerous_tool_use (header dangerous-tool-use-2026-09-03) and thinking_binding_controls (header thinking-binding-controls-2026-08-01), pushed into the same filtered array as other established betas such as interleaved_thinking.

The thinking_binding_controls header is only added when a computed condition (kd = zPe() && OTn(f.querySource)) is true, but zPe() is a newly-added stub that unconditionally returns false, so kd can never be true and this beta header is never actually sent in this build. A matching retry-eligibility classifier was also added for errors whose message says a thinking block was 'not created in this conversation' or 'bound to a different conversation', but it too depends on the same hardcoded-false zPe() (ORed with another function, nm(), whose behavior could not be confirmed), leaving it effectively inert as well.

Read from
Names in the bundledangerous-tool-use-2026-09-03thinking-binding-controls-2026-08-01
What the documentation says
Documented inapi/api/beta
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 thinking-binding-controls-2026-08-01, on preserved-thinking. Then confirm against the API. Add the `thinking-binding-controls-2026-08-01` beta header, set `prefix_mismatch_behavior` to `"drop_block"`, and run a normal multi-turn session through your integration on claude-fable-5-1. The following exa… build-with-claude/preserved-thinking see the edit
Added since A small documentation edit on errors touched a line naming thinking-binding-controls-2026-08-01 after this was published. Without the `thinking-binding-controls-2026-08-01` beta header the message also names that header. Keep the conversation history append-only, or send the beta header with `prefix_mismatch_behavior: "drop_block"` to drop the block and conti… api/errors see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesA small documentation edit on errors touched a line naming thinking-binding-controls-2026-08-01 after this was published.

See this entry in the whole of v2.1.261 →

Feedback