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.8 v1.0.10newer

Claude Code v1.0.9

8 entries read diff v1.0.8 → v1.0.9 Markdown
Find
Pick an entry · j / k steps through
6 entries

Changesopen

#

# Claude Code v1.0.9 Changelog

Related

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

Internal Metrics Export System#

  • Added new internal metrics exporter (Nh1 class) that sends telemetry data to Anthropic's metrics endpoint
  • Metrics are exported every 60 seconds to https://api.anthropic.com/api/claude_code/otel/metrics
  • Includes service metadata, metric descriptions, and data points with timestamps
  • Graceful shutdown support with configurable timeout

Enhanced Telemetry System#

  • Restructured OpenTelemetry initialization to support both external and internal metrics collection
  • Added conditional logic for enabling internal metrics export (controlled by uB6() function, currently disabled)
  • Improved error handling and logging for telemetry operations

Import Optimizations#

  • Replaced generic stream imports with more specific imports:
  • Changed from import stream to import { PassThrough } for better tree-shaking
  • Updated process import to use named import { cwd } instead of default import
  • Added new utility variables for internal operations

Related

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

Code Organization#

  • Refactored telemetry initialization function (renamed from Mk0 to Rk0)
  • Improved separation of concerns between external and internal metrics readers
  • Better error messages for OpenTelemetry timeout scenarios

Related

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

Version Updates#

  • Bumped version from 1.0.8 to 1.0.9
  • Updated all version references throughout the codebase

Related

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

1 entry

Bug Fixesopen

#

  • Fixed potential race conditions in metrics export by tracking pending exports
  • Improved attribute conversion to handle undefined and null values properly
  • Enhanced timestamp handling for metric data points
1 entry

Notesopen

#

The internal metrics feature appears to be prepared for future use but is currently disabled (the uB6() function returns false). When enabled, this feature will provide Anthropic with anonymous usage metrics to help improve Claude Code.

Verbatim
No official entry

Not individually listed upstream

v1.0.9 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.