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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Web-fetch quoting rules moved to one shared constant

Under the hood
Useful1 Signal1
Web Fetch not in their notes

Quoting rules for fetched pages now live in one shared block used by both fetch paths.

Feature flag
tengu_clever_orbit Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.232: on

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.232. It isn't a statement about your account. What a flag value here can and cannot tell you

CLAUDE_CODE_WEB_FETCH_AGENT
What

The four reporting rules for fetched pages (quotes capped at 125 characters, quotation marks required, no commentary on legality, no song lyrics) are now a single shared constant used by both the WebFetch tool and, when the web-fetch agent path is on, the agent's content prompt.

Details
  • The agent version is preceded by a new preamble telling the model the rules come from the tool, not from the page it just read, so page text cannot appear to override them.
  • The constant is used by WebFetch for everyone; the agent injection only applies under CLAUDE_CODE_WEB_FETCH_AGENT or tengu_clever_orbit.
Evidence

These reporting rules come from the

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.232 →