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.133 Home All releases olderv2.1.132 v2.1.136newer

Reasoning Effort Exposed to Hooks and Bash

Hook authors get structured reasoning-effort information for tool-use lifecycle hooks, and Bash receives the active value as CLAUDE_EFFORT when the model supports effort.

Usage
echo "$CLAUDE_EFFORT"
Details
  • Hook input now includes an optional effort.level field.
  • The value reflects the active effort level after any model-specific downgrade.
  • The field is present for tool-use contexts such as PreToolUse, PostToolUse, Stop, and SubagentStop, but absent for session-lifecycle hooks and models without effort support.
Evidence

Hook schema and Bash environment wiring (search for "Reasoning effort applied to the current turn" and "Active effort level for the current turn").

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

See this entry in the whole of v2.1.133 →