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.123 v0.2.125newer

Claude Code v0.2.124

6 entries read diff v0.2.123 → v0.2.124 Markdown

This release includes minor improvements to AWS Bedrock model discovery, better error handling, and updates to the CLI launcher script.

Find
Pick an entry · j / k steps through
1 entry

Changesopen

#

# Claude Code v0.2.124 Changelog

Related

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

3 entries

Changesopen

Improved AWS Bedrock Model Discovery#

The model discovery function has been enhanced with better error handling and a more efficient implementation:

  • Better error handling: The function now catches and logs errors when attempting to discover available models, falling back gracefully to default Bedrock models
  • Refactored helper function: The model search helper U81 is now a pure function that accepts the model list as a parameter, making it more testable and reusable
  • Explicit null checking: Added explicit checks for empty or null model lists before attempting to search

Usage impact: Users working with AWS Bedrock will experience more reliable model discovery, with clearer fallback behavior when model listing fails.

CLI Launcher Script Update (v0.0.1 → v0.0.2)#

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.

Related

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

Code Organization Improvements#

  • Consolidated stream imports to use named imports from the stream module
  • Reorganized process-related imports to use named imports from node:process
  • Minor code cleanup and consistency improvements

Related

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

1 entry

Technical Detailsopen

#

  • Structural similarity with previous version: 99.9%
  • Total changes: 5 additions, 5 deletions, 1 modification
  • The core functionality remains unchanged, with improvements focused on reliability and error handling

Related

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

Verbatim
No official entry

Not individually listed upstream

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.

System prompt

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