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.131 Home All releases olderv2.1.129 v2.1.132newer

Bundled Beta SDK Surface Cleanup

Several bundled beta Anthropic SDK resources were removed from the CLI package, including generated client bindings for managed agents, sessions, environments, vaults, memory stores, and user profiles. This appears to be cleanup of packaged SDK internals rather than a new Claude Code CLI workflow: no corresponding new slash command, flag, setting, or tip was added in this release.

Evidence

Removed beta client routes include "/v1/agents?beta=true", "/v1/sessions?beta=true", "/v1/vaults?beta=true", "/v1/memory_stores?beta=true", and "/v1/user_profiles?beta=true".

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