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 releases Home olderv0.2.126 v1.0.1newer

Claude Code v1.0.0

9 entries read diff v0.2.126 → v1.0.0 Markdown
Find
Pick an entry · j / k steps through
9 entries

Changesopen

New Models#

Claude Opus 4

  • NEW: Introduced Claude Opus 4 model for complex tasks
  • Available across all providers:
  • First-party API: claude-opus-4-20250514
  • AWS Bedrock: us.anthropic.claude-opus-4-20250514-v1:0
  • Google Vertex: claude-opus-4@20250514
  • Pricing: $15/$75 per million tokens
  • Access Opus using /model opus command

Claude Sonnet 4

  • NEW: Introduced Claude Sonnet 4 as the new default model for daily use
  • Available across all providers:
  • First-party API: claude-sonnet-4-20250514
  • AWS Bedrock: us.anthropic.claude-sonnet-4-20250514-v1:0
  • Google Vertex: claude-sonnet-4@20250514
  • Claude Sonnet 3.7 remains available for AWS Bedrock users

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

User-Facing Features#

Model Selection Improvements

  • Enhanced /model command with better model descriptions:
  • Opus: "Claude Opus 4 for complex tasks"
  • Sonnet: "Claude Sonnet 4 for daily use"
  • Model selection now accepts both "sonnet" and "opus" as valid options
  • Improved model display showing "Claude Sonnet 4" or "Claude Sonnet 3.7" based on your provider

Enhanced Error Handling

  • NEW: Smart fallback for rate-limited users when Opus experiences high load
  • New error message: "Opus is experiencing high load, please use /model to switch to Sonnet"
  • Improved handling of repeated 529 (overloaded) errors with clearer guidance

Visual Improvements

  • NEW: Enhanced splash screen with Claude ASCII art (3 different variations based on terminal size)
  • NEW: Setup warnings dialog for potential configuration issues
  • Shows clear warnings with actionable instructions
  • Press Enter to continue anyway or Ctrl+C to exit and fix issues

CLI Improvements#

Better IDE Integration

  • Removed ENABLE_IDE_INTEGRATION environment variable requirement
  • IDE integration now works automatically when supported IDEs are detected
  • Improved VS Code and JetBrains plugin installation flow

Performance & Reliability

  • Removed the experimental batch tool execution feature (Call tool)
  • Streamlined tool execution for better reliability
  • Improved handling of unified rate limits with automatic fallback

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Technical Changes#

Model Architecture

  • Added support for "interleaved-thinking-2025-05-14" capability
  • Enhanced model selection logic with provider-specific defaults
  • Improved model availability detection based on user permissions

Error Recovery

  • Better handling of OAuth token revocation
  • Improved credit balance error messages
  • Enhanced prompt length error handling

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Removed Features#

  • Removed placeholder model used for testing
  • Removed batch tool execution (mX1/batch tool)
  • Removed several internal helper functions for cleaner codebase

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Bug Fixes#

  • Fixed duplicate model selection issues
  • Improved error handling for overloaded servers
  • Better handling of rate limit resets with unified fallback

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Setting Models#

# Use the new Opus model for complex tasks
/model opus

# Switch back to Sonnet for daily use
/model sonnet

# Check current model
/model

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Handling Rate Limits#

When you encounter rate limits with Opus during high load periods, Claude Code will now suggest switching to Sonnet automatically with a clear message.

Visual Experience#

The new splash screen adapts to your terminal size, showing different Claude ASCII art based on available space, creating a more polished first-run experience.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v1.0.0. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Claude Code is now generally available
  • Introducing Sonnet 4 and Opus 4 models
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.