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.113 v0.2.115newer

Claude Code v0.2.114

10 entries read diff v0.2.113 → v0.2.114 Markdown
Find
Pick an entry · j / k steps through
9 entries

Changesopen

#

# Claude Code v0.2.114 Changelog

Related

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

Debug Mode#

  • Added --debug / -d command line flag for enhanced debugging capabilities
  • When enabled, provides detailed debug output with dimmed formatting
  • Debug messages include MCP server errors and other diagnostic information
  • Example usage: claude --debug or claude -d

Related

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

Enhanced Text Truncation for Large Inputs#

  • Automatically truncates text inputs exceeding 10,000 characters to prevent UI issues
  • Smart truncation preserves beginning and end of text while removing middle content
  • Truncated content is stored separately and marked with placeholder text showing line count
  • Prevents performance degradation when pasting very large text blocks

Improved Git Ignore Management#

  • Now uses global git ignore file at ~/.config/git/ignore instead of modifying project .gitignore files
  • Checks if files are already ignored before attempting to add ignore rules
  • Creates .config/git/ directory structure if it doesn't exist
  • More respectful of existing project configurations

Tool Execution Enhancements#

  • New renderToolUseQueuedMessage support for tools to display custom queued state messages
  • Improved error handling for tool progress rendering
  • Better separation of debug and verbose logging in tool contexts

Memory Management#

  • Fixed issue where extremely large text inputs could cause UI freezing
  • Automatic text truncation now triggers for inputs over 10,000 characters
  • Prevents memory issues when pasting large code files or logs

MCP Server Integration#

  • Added debug and verbose parameters to MCP tool execution context
  • Improved error logging for MCP server failures
  • Better diagnostic information when MCP servers encounter errors

Code Organization#

  • Removed unused functions related to permission prompts and decision rendering
  • Cleaned up OAuth redirect handler code
  • Removed duplicate imports and variables
  • Better path handling with explicit posix and win32 path imports

Related

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

Performance#

  • Reduced maximum response delay from unlimited to 1000ms for better responsiveness
  • Optimized text truncation to maintain UI performance with large inputs

Related

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

1 entry

Version Updateopen

#

  • Updated from v0.2.113 to v0.2.114
  • Auto-updater now references the new version for update checks

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.114 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.