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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Claude is told when an artifact watch fails to start

You'll notice
Useful3 Signal3
Artifacts

When an artifact watch cannot start, Claude is told the plain reason instead of failing silently.

What

If a live artifact subscription cannot be armed, the session now enqueues a notification stating the artifact is NOT being watched, with a plain reason: "could not connect", "artifact not found", "no live credential", or "watch limit reached". Previously this failed quietly.

Details
  • Notices are de-duplicated per artifact and reason, and cleared once a later arm attempt succeeds.
  • A new status view reports each artifact as arming or backing_off, with failure counts and the next retry time.
Evidence

watch limit reached

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