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

Guards keep the web-fetch agent out of observer and worktree roles

Under the hood
Useful1 Signal2
Web Fetch not in their notes

The built-in web-fetch agent refuses observer and worktree roles and just runs locally.

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 built-in web-fetch agent cannot be used as an observer and cannot be run in an isolated worktree. Both requests are ignored with a warning in the log, and the agent runs unobserved and locally instead.

Details
  • Only reachable when the web-fetch agent itself is on, via CLAUDE_CODE_WEB_FETCH_AGENT or the tengu_clever_orbit gate, which is off absent a server value.
Evidence

[web-fetch agent] isolation:'worktree' ignored; the built-in web-fetch agent always runs as a local agent

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 →