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 tasks command has been added to list and manage background tasks. This allows you to:
Usage:
claude tasks
The interface shows:
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?
When executing commands that take a long time, Claude Code now presents three options:
This prevents the CLI from being blocked by long-running processes.
--print) 📄#What's wrong with this entry?
The print mode has been significantly improved with new options:
Session Management:
--continue - Continue the most recent conversation--resume <session-id> - Resume a specific conversation by UUIDSystem Prompts:
--system-prompt <prompt> - Replace the default system prompt--append-system-prompt <prompt> - Append to the existing system promptExamples:
# Continue last conversation
claude --print --continue "What were we discussing?"
# Resume specific session
claude --print --resume 550e8400-e29b-41d4-a716-446655440000 "Let's continue"
# Custom system prompt
claude --print --system-prompt "You are a Python expert" "Write a sorting algorithm"
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?
Large command outputs are now intelligently truncated to prevent overwhelming the display:
[X lines truncated] in the middleOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Added PassThrough stream support for better handling of streaming data in background tasks.
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?
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?
A50, FZ6) related to model override handlingMR5, $Z6)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.
Published verbatim by Anthropic for v0.2.117. 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.