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 new output mode system has been introduced that changes how Claude Code communicates with users. Users can now choose between different interaction styles:
To change the output mode, users can access the new mode selection interface which allows saving preferences either globally or per-project.
What's wrong with this entry?
New debug flag --debug-to-stderr has been added. When enabled, debug output will be written to stderr instead of stdout, allowing better separation of debug information from regular output.
claude --debug-to-stderr [command]
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 message selector (jump to previous message feature) now includes an option to restore the workspace state associated with a previous message when checkpointing is enabled. This allows users to not only jump to a previous conversation point but also restore the file system state from that moment.
When selecting a previous message, users will see indicators showing whether workspace restoration is available for that checkpoint. Messages without restorable workspace states are marked with [ ✗ Restore Workspace ].
What's wrong with this entry?
New visual indicators for MCP (Model Context Protocol) server status have been added. The interface now shows:
/mcp command for more informationThese indicators automatically disappear after 5 seconds to avoid cluttering the interface.
What's wrong with this entry?
The --print mode now has improved error handling and exit codes. The exit code properly reflects whether an error occurred during execution, making it more reliable for scripting and automation.
What's wrong with this entry?
Local commands now include checkpoint information in their responses, ensuring that the conversation state is properly tracked even when using local slash commands.
What's wrong with this entry?
The message selector now has improved filtering logic to exclude command output messages (stdout/stderr from local commands and bash commands) from the selectable message list, providing a cleaner interface for jumping between actual user messages.
What's wrong with this entry?
Fixed issues with duplicate stream imports that were causing potential conflicts.
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?
Removed the parallelTasksCount configuration option which was causing issues with task execution.
What's wrong with this entry?
Enhanced the IDE auto-connection logic to better handle WebSocket and Server-Sent Events connections, with improved authentication token handling and Windows compatibility detection.
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?
node:streamPassThrough stream handling for better data flow controlOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
qo0 function for writing debug output to stderr in chunksWhat's wrong with this entry?
w$B function for extracting control sequences from user messagesB68 function for handling output mode metadata$Z1 for finding checkpoint IDs in message sequencesWhat's wrong with this entry?
New tH8 function handles initialization requests with improved error handling and command discovery for external integrations.
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?
Wx1: Retrieves checkpoint attachments for a conversation$Z1: Finds checkpoint IDs associated with messagesThese changes improve the overall stability and user experience of Claude Code, with particular focus on making the tool more educational and collaborative through the new output modes, while also enhancing the debugging and state management capabilities.
Published verbatim by Anthropic for v1.0.63. Text is unmodified from the upstream changelog. 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.