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?
A comprehensive onboarding screen has been added for first-time users installing Claude Code in their IDE. This feature:
Cmd+Esc to launch Claude CodeCmd+Option+K (Mac) or Ctrl+Alt+K (Windows/Linux) to insert @File referencesWhat's wrong with this entry?
The IDE detection functionality has been improved with an optional parameter:
// Previously: dn() - only returned valid IDEs for current workspace
// Now: pn(includeAll) - can optionally return all detected IDEs
When includeAll is true, the function returns all detected IDE instances, not just those valid for the current workspace. This enables better IDE discovery and selection.
What's wrong with this entry?
ZT function provides a standardized way to handle async errors, returning empty arrays on failure instead of throwingWhat's wrong with this entry?
New functionality for intelligently merging message content:
What's wrong with this entry?
import { cwd as Rj0 } from "node:process"PassThrough import from the stream module for enhanced streaming capabilitiesfileURLToPath import for better file path handlingOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
cs2 has been converted to a memoized variable ss2 using the k2 wrapper for better performanceWhat's wrong with this entry?
The permission configuration for allowed/disallowed tools has been simplified, removing unnecessary parsing that could cause issues with complex tool patterns.
What's wrong with this entry?
Fixed potential issues with IDE detection when multiple IDEs are running by improving the workspace folder matching logic and process ID validation.
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?
This update focuses on improving the first-run experience for IDE users and enhancing the reliability of tool operations. The new onboarding screen provides essential information for getting started with Claude Code in your IDE, while the improved error handling ensures more stable operation when working with tools and external resources.
v0.2.119 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.