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.49 v0.2.51newer

Claude Code v0.2.50

13 entries read diff v0.2.49 → v0.2.50 Markdown
Find
Pick an entry · j / k steps through
10 entries

Changesopen

MCP Server Project Scope#

  • New "project" scope for MCP servers: You can now add MCP servers to .mcp.json files and commit them to your repository. This allows teams to share MCP server configurations as part of their project.
Example usage
  claude mcp add --scope project

This creates or updates a .mcp.json file in your project root that can be committed to version control.

Memory System Enhancements#

  • Memory type selector: When creating memories, you can now choose between three types:
  • Project Memory: Shared in the project repository (stored in CLAUDE.md)
  • Example: "Run lint with the following command after major edits: npm run lint"
  • Local Memory: Private to you in this project (stored in CLAUDE.local.md)
  • Example: "Use my sandbox URL for testing: https://myapp.local"
  • User Memory: Available in all your projects (stored in ~/.claude/CLAUDE.md)
  • Example: "Don't add new comments when editing code"

The memory selector UI provides arrow key navigation and clear descriptions of each memory type's scope.

Notebook Editing Improvements#

  • Enhanced Jupyter notebook cell editing: New dedicated UI for notebook cell operations with better visual feedback
  • Supports insert, delete, and replace operations on notebook cells
  • Shows cell type (code or markdown) and index information
  • Provides syntax-highlighted previews of cell contents
  • Displays diffs for cell replacements

Related

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

Git Operation Tracking#

  • Automatic git operation analytics: The CLI now tracks when you perform git commits and create pull requests through the bash tool, providing better insights into your workflow patterns.

Related

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

File Path Handling#

  • Better support for files with spaces: The bash tool now properly handles file paths containing spaces by automatically quoting them

Example:

  cd "/Users/name/My Documents"  # Correctly handled
  python "/path/with spaces/script.py"  # Correctly handled

Input System#

  • Refined keyboard shortcuts: The input system has been optimized with better handling of escape sequences and control keys

Related

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

Token Usage Warnings#

  • New token threshold warnings: The system now provides warnings when approaching token limits to help manage long conversations

Removed Features#

  • Removed several internal memory management functions that were replaced by the new memory type selector
  • Removed unused debugging and configuration variables
  • Consolidated import statements for better module organization

Related

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

Internal Improvements#

  • Streamlined the CLAUDE.md file discovery system to support the new three-tier memory architecture
  • Improved error handling for file operations
  • Better organization of keyboard input handling code

MCP Scope Naming (from v0.2.49)#

Note: The previous version (v0.2.49) renamed MCP server scopes:

  • Previous "project" scope → now "local"
  • Previous "global" scope → now "user"

This version (v0.2.50) introduces a new "project" scope that allows committing MCP configurations to repositories.

1 entry

Bug Fixesopen

#

  • Fixed issues with notebook cell editing UI layout
  • Improved handling of special characters in file paths
  • Better error messages for invalid MCP scope specifications
Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.50. 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.

  • New MCP "project" scope now allows you to add MCP servers to .mcp.json files and commit them to your repository
System prompt

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