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 olderv1.0.10 v1.0.14newer

Claude Code v1.0.11

18 entries read diff v1.0.10 → v1.0.11 Markdown
Find
Pick an entry · j / k steps through
11 entries

Changesopen

#

# Claude Code v1.0.11 Changelog

Related

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

Enhanced MCP OAuth Authentication#

  • Interactive MCP authentication flow: The /mcp command now provides an interactive interface for authenticating with MCP servers that support OAuth
  • Navigate through MCP servers using arrow keys
  • Press Enter to manage authentication for SSE-type servers
  • Options to authenticate, re-authenticate, or clear existing authentication
  • Example: Run /mcp, use arrow keys to select a server, press Enter to authenticate

Related

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

New /upgrade Command#

  • Added /upgrade command for Max subscription enrollment
  • Automatically opens the upgrade page in your browser
  • Streamlines the login process after upgrading
  • Example: /upgrade - Opens claude.ai/upgrade/max and prompts for login

Improved Authentication Handling#

  • Multi-source authentication detection: Better handling of authentication conflicts
  • Detects when multiple authentication methods are configured (e.g., ANTHROPIC_AUTH_TOKEN vs claude.ai login)
  • Shows clear warnings about which authentication source is being used
  • Provides instructions for resolving conflicts

Subscription Recommendations#

  • Personalized subscription suggestions: Claude Code now shows targeted subscription recommendations based on your organization's settings
  • Recommendations for Pro, Max 5x ($100/mo), and Max 20x ($200/mo) plans
  • Smart display logic that limits how often recommendations are shown
  • Example output:
    With the $100/mo Max plan, use Sonnet 4 as your daily driver with predictable pricing. • /upgrade to sign up

Performance Enhancements#

  • File reading cache: Implemented a smart caching system for file reads
  • Caches up to 1000 files with automatic eviction
  • Tracks file modification times to ensure cache validity
  • Significantly improves performance when repeatedly accessing the same files

WSL Networking Support#

  • Improved WSL host detection: Better support for Windows Subsystem for Linux environments
  • Automatically detects the correct host IP in WSL environments
  • Falls back gracefully when detection fails
  • Respects CLAUDE_CODE_IDE_HOST_OVERRIDE environment variable

Related

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

OAuth Port Management#

  • Dynamic port allocation: OAuth authentication now uses dynamic port allocation
  • Tries random ports in the 45000-45999 range
  • Falls back to port 45123 if needed
  • Prevents port conflicts during authentication

Related

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

Opus 4 Limitation for Claude Pro Users#

  • Claude Pro users are now restricted from using Opus 4 models in Claude Code
  • Attempting to set model to Opus 4 will show:
  Invalid model. Claude Pro users are not currently able to use Opus 4 in Claude Code. The current model is now Sonnet 4.
  • This encourages Pro users to upgrade to Max plans for Opus 4 access

Enhanced Error Messages#

  • More specific error messages for API key issues
  • Differentiates between external API key errors and managed API key errors
  • Example: "Invalid API key · Fix external API key" vs "Invalid API key · Fix managed API key"

Better Visual Feedback#

  • New system message formatting for better visibility
  • Improved notebook cell editing rejection messages with syntax highlighting
  • Enhanced MCP server status display with color-coded connection states

Related

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

1 entry

Bug Fixesopen

#

  • Fixed duplicate imports and variable declarations
  • Removed obsolete telemetry functions
  • Cleaned up unused authentication state management code
  • Improved error handling in OAuth token revocation

Related

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

1 entry

Technical Changesopen

#

  • Migrated from synchronous to asynchronous file reading patterns
  • Improved module organization with better separation of concerns
  • Enhanced TypeScript/JavaScript interoperability
  • Better handling of Node.js stream APIs
Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v1.0.11. 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 can now also be used with a Claude Pro subscription
  • Added /upgrade for smoother switching to Claude Max plans
  • Improved UI for authentication from API keys and Bedrock/Vertex/external auth tokens
  • Improved shell configuration error handling
  • Improved todo list handling during compaction
System prompt

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