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.109 v0.2.114newer

Claude Code v0.2.113

7 entries read diff v0.2.109 → v0.2.113 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

Token Usage Tracking Enhancements#

  • Per-Model Token Tracking: Improved token usage tracking with breakdown by model instead of aggregated totals
  • New display format shows token usage for each model separately
  • Format: Model Name: X input, Y output, Z cache read, W cache write
  • Enhanced Cache Metrics: Better tracking of cache read and cache creation tokens
  • Added functions to separately track cache read input tokens and cache creation input tokens
  • More accurate cache usage reporting in API responses

Related

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

Command Execution Improvements#

  • JSX Command Support: Enhanced support for local-jsx command type
  • Commands can now return JSX components that hide the prompt input (shouldHidePromptInput)
  • Better handling of interactive command responses

Performance Metrics#

  • Time to First Token (TTFT): Added tracking for time to first token in streaming responses
  • Measures the time from request start to when the first token is received
  • Helps monitor API response latency

Related

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

Code Cleanup#

  • Removed Drizzle ORM Dependencies: Removed 343 functions related to Drizzle ORM
  • Removed database-related modules including table definitions, column builders, and SQL utilities
  • Simplified codebase by removing unused database abstraction layers

Bug Fixes#

  • Message Filtering: Added filter to exclude progress and attachment messages from certain operations
  • Prevents UI clutter from non-content messages
  • Improves message handling reliability

Related

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

Developer Experience#

  • Version Check: Added function to detect when the configured model differs from the default
  • Helps identify configuration mismatches
  • VS Code Detection: Added utility to detect if VS Code is installed on the system
  • Enables better IDE integration features

Related

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

Internal Improvements#

  • Async Version Retrieval: Version information is now fetched asynchronously
  • Better Error Handling: Improved error handling in command execution flow
  • Stream Processing: Enhanced stream handling with PassThrough support for better data flow

The update focuses on improving observability with detailed token tracking, enhancing command execution capabilities, and cleaning up the codebase by removing unused database-related code.

Verbatim
No official entry

Not individually listed upstream

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