Per-session running commentary hooks into each tool round, off unless you set the narration env var.
Narration is gated on CLAUDE_CODE_ENABLE_NARRATION and a server-supplied interval that falls back to 0.
What's wrong with this entry?
A new per-session narration facility hooks into each tool round for non-subagent sessions to produce running commentary. It is off unless CLAUDE_CODE_ENABLE_NARRATION is set, and the interval that paces it comes from a server config value that falls back to 0, meaning no narration when neither is provided.
- The runner tracks its output sink, whether narration was requested, and the last signature it saw; resetting a session aborts the runner and clears the sink.
- Narration is additionally suppressed in two detected environments when the environment variable is unset.
CLAUDE_CODE_ENABLE_NARRATION
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.
-
v2.1.221
PR review artifacts can carry an "Approve on GitHub" button
Both mention enable
-
v2.1.242
Enabling a plugin now fails when its dependencies are disabled
Both mention enable
-
v2.1.248
Telemetry enablement read through a helper
Both mention enable