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.223 Home All releases olderv2.1.222 v2.1.224newer

Team config files can be read and written through versioned storage with CAS retries

Not switched on
Useful2 Signal2
Elsewhere

Team config files gained an alternate storage path with retry logic that isn't active by default.

The teammate team-file reader and mutator have a storage-backend path with retries; the file path still runs without a backend.

What

The teammate team-file reader and its locked mutator gained a storage-backend path that reads with readText and writes with ifMatch on the version observed at read time.

Details
  • retries up to 5 times on PreconditionFailed and on Unavailable with lock telemetry codes
  • errors are formatted with code, failureClass and telemetryCode
  • best-effort writes downgrade recognised transient failure classes to a log line instead of throwing
Evidence

Team file write failed (storage v5)

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