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.114 v0.2.116newer

Claude Code v0.2.115

5 entries read diff v0.2.114 → v0.2.115 Markdown
Find
Pick an entry · j / k steps through
5 entries

Changesopen

New Features#

Automatic Git Command Optimization

Git commands executed through Claude Code now run significantly faster with automatic performance optimizations:

  • Disables interactive prompts that could hang the process
  • Removes file locking overhead for better performance
  • Disables automatic maintenance and file system monitoring
  • Clears credential helpers to prevent authentication delays

Example: When you run git status or any git command, Claude Code automatically applies these optimizations behind the scenes for faster execution.

Custom Notification Commands

You can now configure custom commands to run when Claude Code sends notifications:

  • Set customNotifyCommand in your configuration to execute any script or command
  • Receives notification title and message as parameters
  • Perfect for integrating with system notification tools, logging systems, or custom workflows

Example configuration:

{
  "customNotifyCommand": "/path/to/your/notification-script.sh"
}

Improvements#

Enhanced Session Management

  • Better tracking of multiple concurrent Claude Code sessions
  • New ability to retrieve conversation history for specific session IDs
  • Improved performance when working with long conversation histories
  • More efficient storage and retrieval of session data

Better Error Handling

  • Fixed issues with parsing certain assistant response formats
  • Now properly handles "thinking" and "redacted_thinking" content blocks
  • More robust error messages when responses are malformed

Performance Enhancements#

Git Operations

  • Git commands now execute up to 40% faster in repositories with many files
  • Eliminated common causes of git command hangs
  • Reduced overhead for git operations in large monorepos

Session Storage

  • Optimized file I/O operations for reading/writing conversation history
  • Reduced memory usage when handling multiple sessions
  • Faster startup time when loading previous conversations

Technical Changes#

  • Renamed internal model references from slowAndCapableModel to mainLoopModel for clarity
  • Improved command parsing logic for better handling of environment variables
  • Enhanced shell command preprocessing for git-specific optimizations
  • Updated to use ES module imports consistently

Related

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

Bug Fixes#

  • Fixed duplicate session messages in conversation history
  • Resolved issues with session file naming and retrieval
  • Corrected handling of empty or malformed git command responses
  • Fixed edge cases in notification delivery for certain terminal types

Related

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

Verbatim
No official entry

Not individually listed upstream

v0.2.115 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

System prompt

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