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.224 Home All releases olderv2.1.223 v2.1.225newer

Cowork warns when your default environment isn't in the org's list

You'll notice
Useful2 Signal2
Cloud Sessions

You get a logged warning if your default self-hosted environment isn't in your org's list.

What

If you have a default self-hosted environment configured and start a session without picking one explicitly, Claude Code fetches your org's environment list in the background and logs a warning if the configured id isn't there. The id is still sent, because the server validates it when the session is created.

Details
  • Warning text ends with "is not in the org's environment list".
  • A pool fetch that fails outright is logged separately rather than blocking the session.
Evidence

is not in the org's environment list

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