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.83 v1.0.85newer

Claude Code v1.0.84

9 entries read diff v1.0.83 → v1.0.84 Markdown

Version 1.0.84 introduces improved search performance with native ripgrep integration, enhanced file path completion with quoted path support, and refined UI components for better interactive selections.

Find
Pick an entry · j / k steps through
9 entries

Changesopen

Native Ripgrep Integration#

What: Built-in support for using ripgrep as the search backend with automatic availability detection How to use:

# Ripgrep is automatically detected and used when available
claude --grep "search term" 

# The CLI now tests ripgrep availability on first use
# Falls back gracefully if ripgrep is not available

Details:

  • Automatic detection of system ripgrep installation
  • Built-in ripgrep binary as fallback option
  • Performance telemetry for ripgrep availability
  • Configurable search modes (system vs built-in)

Related

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

Enhanced File Path Completion#

What: Support for quoted file paths in prompts, especially for paths with spaces How to use:

# Now supports quoted paths in prompts
@"path with spaces/file.txt"

# Mixed quoted and unquoted paths work seamlessly
@file1.txt @"folder with spaces/file2.txt" @file3.txt

Details:

  • Handles both @"quoted paths" and @unquoted paths
  • Improved regex patterns for path extraction
  • Better support for paths containing spaces and special characters
  • Works in both command line and interactive modes

Improved UI Selection Components#

What: New visual components for better feedback in interactive selections How to use:

# Selections now show clearer visual indicators
# - Blue pointer (►) for focused items
# - Green checkmark (✓) for selected items
# - Improved color coding for better visibility

Details:

  • Consistent visual indicators across all selection interfaces
  • Better color scheme using "suggestion" and "success" colors
  • Enhanced padding and spacing for improved readability

Related

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

Todo List Display Enhancement#

What changed: Condensed todo list view with configurable verbosity Previous behavior: All todos always displayed in full New behavior: Smart condensed view showing only changed items and summaries Impact: Cleaner output that focuses on what's currently relevant, with option for full verbosity when needed

Ripgrep Status Reporting#

What changed: Added ripgrep configuration details to system diagnostics Previous behavior: No visibility into search backend status New behavior: Reports ripgrep mode, availability, and system path in diagnostics Impact: Easier troubleshooting of search-related issues and performance optimization

Related

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

Session History Management#

What changed: Removed bookmark persistence to simplify session tracking Previous behavior: Bookmarks were persisted across sessions New behavior: Session management focuses on messages and checkpoints only Impact: Simplified data model with more reliable session recovery

Fixed: Code Signing for macOS Ripgrep Binary#

  • Issue: Ripgrep binary on macOS could fail due to code signing requirements
  • Cause: macOS Gatekeeper blocking unsigned binaries
  • Resolution: Added proper code signing flow for built-in ripgrep on macOS

Fixed: File Path Token Parsing#

  • Issue: File paths with special characters or quotes could be incorrectly parsed
  • Cause: Regex patterns didn't account for quoted path formats
  • Resolution: Enhanced regex patterns to handle both quoted and unquoted paths

Related

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

Fixed: UI Component Color Consistency#

  • Issue: Inconsistent color schemes across different selection components
  • Cause: Hardcoded color values instead of theme colors
  • Resolution: Unified color system using semantic color names

Related

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

Verbatim
Official · Anthropic

Anthropic’s official release notes

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

  • Fix tool_use/tool_result id mismatch error when network is unstable
  • Fix Claude sometimes ignoring real-time steering when wrapping up a task
  • @-mention: Add ~/.claude/\* files to suggestions for easier agent, output style, and slash command editing
  • Use built-in ripgrep by default; to opt out of this behavior, set USE_BUILTIN_RIPGREP=0
System prompt

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