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.20 v1.0.22newer

Claude Code v1.0.21

4 entries read diff v1.0.20 → v1.0.21 Markdown
Find
Pick an entry · j / k steps through
4 entries

Changesopen

New Features#

MCP Prompts Support

  • Added support for MCP (Model Context Protocol) prompts functionality
  • New methods available for MCP servers:
  • prompts/get - Retrieve a specific prompt by name with optional arguments
  • prompts/list - List all available prompts from an MCP server
  • Added prompt list change notifications support via notifications/prompts/list_changed

Improvements#

Enhanced OAuth/Authentication Flow

  • Improved OAuth client information handling during authorization flows
  • Better support for dynamic OAuth client registration
  • Enhanced client metadata persistence when exchanging authorization codes
  • More robust handling of OAuth redirect URLs with proper client ID parameters

Error Handling Enhancements

  • Added validation for server capability requirements:
  • Prompts support verification for MCP servers
  • Proper error messages when servers don't support required features
  • Better error reporting for incompatible authentication servers
  • Improved validation for OAuth response types and code challenge methods

Related

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

Technical Improvements#

  • Enhanced session ID handling in connection establishment
  • Better support for client information persistence across OAuth flows
  • Improved error state tracking with optional isError flag

MCP Integration Examples#

When connecting to an MCP server that supports prompts, you can now:

# List all available prompts from a connected MCP server
claude code mcp list-prompts

# Get a specific prompt with arguments
claude code mcp get-prompt "code-review" --args '{"language": "javascript"}'

This version focuses on expanding MCP capabilities and improving the robustness of OAuth authentication flows, making it easier to integrate with various MCP servers and maintain secure connections.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v1.0.21. 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.

  • Improved editing of files with tab-based indentation
  • Fix for tool_use without matching tool_result errors
  • Fixed a bug where stdio MCP server processes would linger after quitting Claude Code
System prompt

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