Anthropic Removes Model Version Pinning, Breaking Client Applications

Anthropic's Model Version Policy Change
Anthropic has sent emails to users announcing the deprecation of claude-sonnet-4-5-20250929, forcing all users to migrate to claude-sonnet-4-6. According to their documentation, "claude-sonnet-4-6" always refers to the newest version of Claude Sonnet 4.6, and they no longer list specific version numbers on their model page.
Breaking Change for Client Applications
This change means client applications built using Sonnet will unpredictably break at random times when the model version changes. There's no way to pin to a specific version anymore - checking the model listing in their API playground and documentation confirms this limitation.
When users contacted Anthropic customer support, they encountered an AI chatbot called "Fin" (outsourced from Intercom) that provided contradictory information. The chatbot stated: "if I use the version 'claude-sonnet-4-6', it will always refer to the latest model version, so I should instead pin to the specific version, 'claude-sonnet-4-6'" - which are identical strings.
The user reports that Anthropic's AI chatbot doesn't comprehend that these strings are the same, and there are no actual human support representatives available to address this issue.
📖 Read the full source: HN AI Agents
👀 See Also

Alibaba to Ban Claude Code in Workplace Over Alleged Backdoor Risks
Alibaba is reportedly banning Claude Code from its workplace due to alleged backdoor risks, according to a source. The decision highlights growing security concerns around AI coding agents in enterprise environments.

Anthropic Separates Programmatic Usage from Claude Subscriptions: New Credit Pool Arrives June 15
Starting June 15, Claude subscriptions get a dedicated monthly credit for programmatic use (Agent SDK, claude -p, Claude Code GitHub Actions). Interactive credits no longer subsidize programmatic calls; after the pool runs out, users pay full API rates.

Claude-Code v2.1.108 adds prompt caching controls, recap feature, and slash command discovery
Claude-Code v2.1.108 introduces ENABLE_PROMPT_CACHING_1H and FORCE_PROMPT_CACHING_5M environment variables for cache TTL control, adds a session recap feature configurable via /config or /recap, and enables the model to discover built-in slash commands through the Skill tool.

Claude Code Postmortem: Three Bugs Caused Quality Degradation, Now Fixed
Anthropic traced recent Claude Code quality complaints to three separate changes: default reasoning effort was lowered, a caching bug dropped session memory, and a verbosity prompt hurt coding quality. All fixed as of April 20 (v2.1.116).