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?
Two new commands have been added for working with MCP (Model Context Protocol) resources:
listMcpResources - Lists all available resources from configured MCP servers # List all resources from all MCP servers
claude listMcpResources
# List resources from a specific server
claude listMcpResources --server myserver
readMcpResource - Reads a specific resource from an MCP server # Read a resource by server name and URI
claude readMcpResource --server myserver --uri my-resource-uri
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?
plan - Allows planning mode for complex operationsdefaultMode configuration option in permissions settingsdisableBypassPermissionsMode option to prevent bypassing permissions entirelyacceptEdits, bypassPermissions, default, planOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Claude Code now follows the XDG Base Directory specification for better organization of files:
$XDG_STATE_HOME/claude/ (defaults to ~/.local/state/claude/)$XDG_CACHE_HOME/claude/ (defaults to ~/.cache/claude/)$XDG_DATA_HOME/claude/ (defaults to ~/.local/share/claude/)~/.local/bin/claudeThe application will automatically migrate existing files from the old location (~/.claude/) to the new XDG-compliant locations on first run.
What's wrong with this entry?
# Read a specific cell from a notebook
claude notebook-read notebook.ipynb --cell-id cell-123
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.
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.
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.
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.
What's wrong with this entry?
When upgrading to v1.0.22, Claude Code will automatically:
~/.claude/Your existing configurations, sessions, and data will be preserved during the migration.
Published verbatim by Anthropic for v1.0.22. 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.
total_cost to total_cost_usdThe system prompt was not captured for this release, so this page cannot say whether it moved.