Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

CLAUDE_CODE_LARCH_CISTERN gate removed for SDK control-command dispatch check

SDK control commands like get_context_usage no longer need a special environment variable to be recognized

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSDKwhat it touches
KindImprovementsin v2.1.271,
You'll notice

SDK control commands like get_context_usage no longer need a special environment variable to be recognized

What

Control-command message types used by the SDK and bridge integrations, including mcp_status, get_context_usage, list_models, mcp_toggle, and background_tasks, were previously only recognized when the environment variable CLAUDE_CODE_LARCH_CISTERN was set along with a flag. Now they are recognized unconditionally, just by checking whether the command type is in the known list.

Why

This removes a gate that previously restricted these SDK control commands, so they now work without needing that special environment variable set.

See this entry in the whole of v2.1.271 →