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.108 v1.0.110newer

Claude Code v1.0.109

7 entries read diff v1.0.108 → v1.0.109 Markdown

Version 1.0.109 introduces asynchronous hook support, enabling long-running hooks to execute in the background without blocking conversation flow, along with improved API error tracking for better debugging.

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

Changesopen

Asynchronous Hook Execution#

What: Hooks can now run asynchronously in the background, allowing long-running operations without blocking the main conversation How to use:

{
  "async": true,
  "asyncTimeout": 30000
}

Details:

  • Background process management for async hooks
  • Configurable timeout settings (default 15 seconds)
  • Automatic response collection and delivery
  • Process cleanup when hooks complete or timeout
  • Evidence: D$A() at line 362558, s10() at line 362783, U$A() at line 362581

Enhanced API Error Tracking#

What: Improved error reporting with gateway and infrastructure tracking for API failures How to use: Automatic - enhanced error information appears in debug logs and telemetry Details:

  • Extracts gateway information from API response headers
  • Better visibility into which infrastructure components handled requests
  • Enhanced debugging capabilities for API failures
  • Evidence: JE0() header extraction function, VE0() at line 393771 (renamed from XE0)

Hook Registry Management#

Enhanced hook execution with background process tracking, timeout management, and response collection system for better reliability and performance.

Rewind Feature UI#

Improved checkpoint and rewind interface with better display of code changes, timestamps, and checkpoint status for enhanced user feedback.

Related

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

Code Organization#

Function renaming and reorganization (XE0VE0) as part of ongoing code maintenance and improved structure.

Related

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

Stream Import Cleanup#

Removed redundant stream import (o7Q) that was no longer needed, reducing bundle size and potential conflicts.

Related

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

Dead Code Removal#

Removed unused functions (eP5(), e$0()) that served no purpose, improving code cleanliness and maintainability.

Verbatim
Official · Anthropic

Anthropic’s official release notes

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

  • SDK: Added partial message streaming support via --include-partial-messages CLI flag
System prompt

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