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 of v1.0.23 Home All releases olderv1.0.22 v1.0.24newer
Claude Code v1.0.23

New Features

🆕 Add Directory Command (/add-dir)

A new command has been added to dynamically add working directories during your session:

/add-dir <path>

Usage Examples:

  • /add-dir ../my-project - Adds a relative path as a working directory
  • /add-dir /home/user/projects - Adds an absolute path as a working directory

Features:

  • Validates that the path exists and is a directory
  • Prevents adding directories that are already accessible within existing working directories
  • Provides helpful error messages if you accidentally specify a file instead of a directory

Enhanced MCP Server Management UI

The MCP (Model Context Protocol) server management interface has been completely redesigned with improved visual indicators:

  • Connection Status Icons:
  • ✓ Connected (green checkmark)
  • â—‹ Connecting... (gray radio button)
  • â–² Disconnected/Needs authentication (yellow warning triangle)
  • ✗ Failed (red cross)
  • Server Capabilities Display: Shows available capabilities (tools, resources, prompts) for each server
  • Streamlined Authentication Flow:
  • Automatic authentication prompts when needed
  • Re-authentication and clear authentication options
  • Better error handling and status feedback

See this entry in the whole of v1.0.23 →