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.
This release includes minor improvements to AWS Bedrock model discovery, better error handling, and updates to the CLI launcher script.
What's wrong with this entry?
The model discovery function has been enhanced with better error handling and a more efficient implementation:
U81 is now a pure function that accepts the model list as a parameter, making it more testable and reusableUsage impact: Users working with AWS Bedrock will experience more reliable model discovery, with clearer fallback behavior when model listing fails.
What's wrong with this entry?
The bash launcher script has been updated with a subtle but important change in cleanup behavior:
- # 1. If latest link exists, remove the link and exec it
+ # 1. If latest link exists, exec it (the app will handle cleanup)
What this means for users: The launcher no longer removes the "latest" symlink before executing Claude Code. Instead, the application itself now manages this cleanup, providing more reliable update handling and preventing potential race conditions during launches.
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?
stream modulenode:processOther 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.124 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.