Major changes, new features, and deprecations through May 2026. For Anthropic's authoritative release notes (always more current than this file), see docs.anthropic.com/release-notes/claude-code.
- Claude Opus 4.7 (current flagship, May 2026) — Sharper adaptive thinking, better long-context grounding, more reliable tool calling. Same pricing as Opus 4.6.
- Claude Sonnet 4.6 (current balanced tier, May 2026) — Replaces Sonnet 4.5 as the default everyday model.
- 1M context window — Beta via API (200K in subscriptions).
- Fast Mode — 2.5× faster responses with
/fast(runs on Opus 4.6 underneath). - Haiku 4.5 — Fast, lightweight model for simple tasks (unchanged).
- Agent Teams (experimental) — Multi-agent collaboration in a single session. Enable with
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1. - Team leads & teammates — Hierarchical agent structure with shared task lists.
- Parallel agent execution — Multiple agents working simultaneously.
/fast— Toggle Fast Mode for rapid responses./auth login,/auth status,/auth logout— Authentication management./debug— Troubleshoot the current session./teleport— Send a session to claude.ai/code for web access./rename— Auto-generate descriptive session names./hooks— Interactive menu for hook configuration.
- MCP Registry — Official registry live at registry.modelcontextprotocol.io.
- MCP Apps — Interactive UI components from servers.
- OAuth support — Built-in client-credentials authentication.
- Agentic AI Foundation — MCP now maintained by the Linux Foundation.
- Async operations — Non-blocking server operations.
- Server discovery —
.well-knownURLs for automatic discovery.
- New hook events —
TeammateIdleandTaskCompleted. PreToolUseupdatedInput— Hooks can now modify tool parameters.- Interactive configuration —
/hookscommand for easier setup.
- Automatic memory — Recording and recall across sessions.
- PDF support — Read PDFs with page-range selection.
- Shift+Enter — Built-in newline support (zero setup needed).
- Wildcard permissions — More flexible tool permission patterns.
- Pro plan — Now includes ALL models (Opus 4.7, Sonnet 4.6, Haiku 4.5, plus the previous-generation 4.6/4.5). Previously: Sonnet 4 only.
- Usage metrics — Changed from token counts to message counts. Pro: ~45 messages per 5-hour window. Easier to understand and track.
- Unified subscription — One subscription for both web (claude.ai) and CLI.
- Average costs — Pro users spend ~$6/day on coding (90% under $12/day).
- MCP governance — Donated to the Agentic AI Foundation (Linux Foundation). Open governance, vendor-neutral.
- Registry status — Changed from "future vision" to live production service.
Use specific model IDs instead of generic references:
claude-opus-4-7(current flagship; previouslyclaude-opus-4-6)claude-sonnet-4-6(current balanced; previouslyclaude-sonnet-4-5-20250929)claude-haiku-4-5-20251001(unchanged)
Previous-generation IDs (claude-opus-4-6, claude-sonnet-4-5-20250929) remain accessible — useful when you need stable behavior or Fast Mode (which still runs on Opus 4.6).
- Authentication — Use
/auth logininstead of/login. - Terminal setup — Shift+Enter is now built-in;
/terminal-setupstill available for iTerm2/VSCode custom bindings.
- Separate Opus access — No longer needed; Opus is included in Pro ($20/mo). No separate "Opus-only" tier.
- Manual token calculations — Use
/costinstead. Built-in token tracking, real-time usage monitoring.
/loginand/logout— Use/auth loginand/auth logoutinstead. Still functional but the new commands are preferred.
- September 2025 — MCP Registry launched.
- January 2026 — Claude 4.5 / 4.6 model family released (Opus 4.6, Sonnet 4.5, Haiku 4.5).
- February 2026 — Agent Teams experimental release. Fast Mode launch promotion ended Feb 16.
- May 2026 — Opus 4.7 and Sonnet 4.6 released.
Based on the public roadmap and experimental features:
- Agent Teams general availability
- 1M context window in subscriptions (currently API-only)
- Enhanced MCP Apps capabilities
- Persistent agent teams across sessions
- Visual team dashboard