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.61 v1.0.63newer

Claude Code v1.0.62

11 entries read diff v1.0.61 โ†’ v1.0.62 Markdown
Find
Pick an entry · j / k steps through
11 entries

Changesopen

๐Ÿ†• Enhanced /add-dir Command#

The /add-dir command has been completely redesigned with an interactive UI and persistent storage options:

Usage: /add-dir <directory-path>

  • Interactive Selection: When adding a directory, you now get three options:
  • Yes, for this session - Adds the directory only for the current session
  • Yes, remember - Adds the directory and saves it to local settings for future sessions
  • No - Cancels the operation
  • Visual Feedback: The command now displays:
  • The directory path being added in cyan
  • A clear explanation that Claude will be able to read files and make edits in this directory
  • Better error messages if the path is invalid
  • Persistent Storage: When choosing "Yes, remember", the directory is saved to your local settings and will be available in future sessions

๐Ÿ†• Agent Mentions with @-syntax#

You can now mention agents directly in your prompts using the @agent- syntax:

Usage: @agent-<agent-type>

Example:

Please help me refactor this code @agent-refactoring-specialist

The system will automatically detect and process agent mentions in your messages.

Related

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

๐Ÿ†• Session Start Hooks#

A new hook system that runs when starting a new session, allowing for automatic context injection and initialization tasks. This runs automatically on startup unless using --continue, --resume, or --teleport flags.

๐Ÿ†• Directory Path Autocomplete (Internal Enhancement)#

Added intelligent directory path completion that:

  • Supports ~ for home directory expansion
  • Provides up to 10 directory suggestions
  • Filters hidden directories (starting with .)
  • Caches results for 5 minutes for better performance

Related

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

Tool Selection UI Enhancements#

The tool selection interface has been significantly improved:

  • MCP Server Grouping: MCP tools are now grouped by server for easier management
  • New Categories: Tools are now organized into:
  • Read-only tools
  • Edit tools
  • Execution tools
  • MCP tools (new dedicated category)
  • Other tools (new category for miscellaneous tools)
  • Advanced Options: Replaced "Show individual tools" with "Show advanced options" that reveals:
  • MCP servers with tool counts
  • Individual tool selection
  • Better Navigation: Header sections are now non-interactive and properly skipped during keyboard navigation
  • Escape to Cancel: Press Esc to cancel tool selection and use initial tools

Ripgrep Integration Improvements#

  • Centralized ripgrep path resolution with better quoting for paths containing spaces
  • More robust handling of bundled vs system ripgrep
  • Improved alias generation in shell snapshots with proper escaping

Settings Watcher Optimization#

The settings file watcher has been streamlined:

  • Removed redundant state tracking
  • Simplified change detection logic
  • More efficient memory usage
  • Better event handling for file changes

Related

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

Performance Enhancements#

  • Connection check interval increased to 30 seconds (from 1 second on non-Mac platforms)
  • Added caching for directory listing operations (5-minute TTL)
  • Optimized settings watcher to reduce memory footprint

Related

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

Code Quality#

  • Better error handling for agent mentions
  • Improved type safety with centralized MCP tool detection
  • More consistent path resolution across the codebase
  • Enhanced stream handling with proper PassThrough imports

Related

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

Fixed#

  • Proper handling of spaces in ripgrep paths on all platforms
  • Correct escaping of quotes in shell snapshot generation
  • Better error messages for invalid session IDs in --print mode

Related

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

๏ธ Architecture#

  • New SessionStart hook type added to the hook system
  • Centralized MCP tool identification with Is1() function
  • Improved modularity for agent mention processing
  • Better separation of concerns in the /add-dir command implementation
Verbatim
Official ยท Anthropic

Anthropicโ€™s official release notes

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

  • Added @-mention support with typeahead for custom agents. @<your-custom-agent> to invoke it
  • Hooks: Added SessionStart hook for new session initialization
  • /add-dir command now supports typeahead for directory paths
  • Improved network connectivity check reliability
System prompt

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