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.107 v0.2.109newer

Claude Code v0.2.108

15 entries read diff v0.2.107 → v0.2.108 Markdown
Find
Pick an entry · j / k steps through
10 entries

Changesopen

#

# Claude Code v0.2.108 Changelog

Related

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

Attachment System Enhancement#

  • New attachment types support: The update introduces a comprehensive attachment handling system that supports multiple types:
  • Queued commands: Execute commands passed as attachments with type: "queued_command"
  • Nested memory: Access nested memory content with proper path resolution
  • TODO lists: Automatic reminders when TODO list is empty or hasn't been used recently
  • Ultramemory: New attachment type for enhanced memory handling
  • File attachments: Improved handling for edited files, with automatic notifications when files are modified by user or linter

Enhanced Memory Management#

  • New memory export functionality: Added Jq1 function for exporting conversation history to JSONL format
  • Session-based memory organization: Memory is now organized by session ID and stored in structured JSONL files
  • Automatic memory cleanup: Added C41 function for automatic database cleanup and memory migration

Related

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

Improved Command-Line Experience#

  • Dynamic timeout configuration:
  • Set default timeout with BASH_DEFAULT_TIMEOUT_MS environment variable
  • Set maximum timeout with BASH_MAX_TIMEOUT_MS environment variable
  • Default timeout: 2 minutes (configurable)
  • Maximum timeout: 10 minutes (configurable)

Related

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

New Assistant Features#

  • Refusal handling: When Claude refuses a request, users now get a helpful message: "This request was refused by the model. Please double-press esc to go back in history and try again with a different prompt."
  • Queue serialization: New xJ6 function ensures async operations are properly serialized to prevent race conditions

File Editing#

  • Enhanced edit validation: The ph function now checks if old_string is a substring of any previous new_string to prevent conflicting edits
  • Better whitespace handling: Added note in Write tool description: "Do not add trailing whitespace to lines (a newline at the end of a file is fine)"

Documentation Updates#

  • Updated documentation URL to point to simplified path: https://docs.anthropic.com/en/docs/claude-code
  • Improved tool descriptions with clearer formatting and examples

Related

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

Performance Optimizations#

  • Serialized memory operations: Memory save operations are now queued and processed sequentially using bJ6
  • Better attachment rendering: New LJ6 function provides cleaner rendering of different attachment types

Process Management#

  • Added _p0 function to track first start time for analytics
  • Improved process working directory handling with Ot0 import

Model Configuration#

  • Updated model configuration structure in t09 with dynamic feature flags
  • Added PW function for extracting API keys from configuration
1 entry

Bug Fixesopen

#

  • Fixed potential race conditions in memory save operations
  • Improved error handling for attachment processing
  • Better validation for file edit operations to prevent data loss

Related

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

1 entry

Removed Featuresopen

#

  • Removed several deprecated functions including wizard-related UI components (MN6, CN6, etc.)
  • Removed old memory handling functions in favor of new attachment-based system
  • Removed deprecated streaming imports and variables

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 v0.2.108. 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.

  • You can now send messages to Claude while it works to steer Claude in real-time
  • Introduced BASH_DEFAULT_TIMEOUT_MS and BASH_MAX_TIMEOUT_MS env vars
  • Fixed a bug where thinking was not working in -p mode
  • Fixed a regression in /cost reporting
  • Deprecated MCP wizard interface in favor of other MCP commands
  • Lots of other bugfixes and improvements
System prompt

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