Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
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.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
The GitHub app installation process has been significantly improved with better error handling and user guidance:
gh) is installed # If GitHub CLI is not installed:
- macOS: brew install gh
- Windows: winget install --id GitHub.cli
- Linux: See installation instructions at https://github.com/cli/cli#installation
# If not authenticated:
- Run: gh auth login
# If missing workflow permissions:
- Run: gh auth refresh -h github.com -s workflow
What's wrong with this entry?
process.exitCode properly for clean exitsOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
CLAUDE_CODE_OTEL_SHUTDOWN_TIMEOUT_MS allows customizing the OpenTelemetry shutdown timeout (default: 1000ms) OpenTelemetry metrics flush timed out after [X]ms
To resolve this issue, you can:
1. Increase the timeout by setting CLAUDE_CODE_OTEL_SHUTDOWN_TIMEOUT_MS env var
2. Check if your OpenTelemetry backend is experiencing scalability issues
3. Disable OpenTelemetry by unsetting CLAUDE_CODE_ENABLE_TELEMETRY env var
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
singleHunk parameter for better control over diff output formatWhat's wrong with this entry?
node: prefix convention (e.g., import { cwd } from "node:process")Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
The GitHub app installation error codes have been expanded with new specific error types:
GH_CLI_NOT_INSTALLED (7)GH_CLI_NOT_AUTHENTICATED (8)GH_CLI_MISSING_SCOPES (9)REPO_NOT_FOUND (10)WORKFLOW_FILE_EXISTS (11)APP_NOT_INSTALLED (12)What's wrong with this entry?
.github/workflows/claude.ymlOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
v0.2.126 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.
The system prompt was not captured for this release, so this page cannot say whether it moved.