Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

"Turn updates" narration style for Claude's replies

Use it now
Useful5 Signal5
Output Style Notable not in their notes

Claude can narrate what it's about to do and post progress updates; set CLAUDE_CODE_TURN_UPDATES.

CLAUDE_CODE_TURN_UPDATES
What

Claude can be told to say what it is about to do before starting, post brief progress updates while working, and write a final message that stands alone. Set CLAUDE_CODE_TURN_UPDATES to turn it on or off yourself; otherwise it is decided by a per-model capability check, then by a capability map the server sends with your account data. It replaces the usual communication guidance in the system prompt rather than adding to it.

Details
  • Resolution order: the environment variable wins if set (it accepts true/false/unset), then the model capability check, then the server-supplied map.
  • The env var is new in this build.
  • When the value comes from the server-supplied map, a tengu_model_capability_from_client_data telemetry event is emitted.
Usage
CLAUDE_CODE_TURN_UPDATES=1 claude
Evidence

Before you start, say in a line what you're about to do; brief updates while you work help the user follow along. Your final message should stand on its own for a reader catching up fresh.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.229 →