- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 13, 2025
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 13, 2025
2.0.68
New release improves East Asian typing with accurate IME composition window positioning and fixes for hidden disallowed MCP tools. It also prevents steering messages from getting lost during subagent work and refines CJK word navigation. Enterprise managed settings are now available for admins.
Release Notes
- Fixed IME (Input Method Editor) support for languages like Chinese, Japanese, and Korean by correctly positioning the composition window at the cursor
- Fixed a bug where disallowed MCP tools were visible to the model
- Fixed an issue where steering messages could be lost while a subagent is working
- Fixed Option+Arrow word navigation treating entire CJK (Chinese, Japanese, Korean) text sequences as a single word instead of navigating by word boundaries
- Improved plan mode exit UX: show simplified yes/no dialog when exiting with empty or missing plan instead of throwing an error
- Add support for enterprise managed settings. Contact your Anthropic account team to enable this feature.
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 12, 2025
- Modified by Releasebot:Dec 13, 2025
2.0.67
Opus 4.5 ships with thinking mode on by default and a new /config path, plus a permissions search and other reliability fixes. It also fixes update lock issues, non Latin text handling, and Windows log path crashes for a smoother experience.
Release notes
- Thinking mode is now enabled by default for Opus 4.5
- Thinking mode configuration has moved to /config
- Added search functionality to
/permissionscommand with/keyboard shortcut for filtering rules by tool name - Show reason why autoupdater is disabled in
/doctor - Fixed false "Another process is currently updating Claude" error when running
claude updatewhile another instance is already on the latest version - Fixed MCP servers from
.mcp.jsonbeing stuck in pending state when running in non-interactive mode (-pflag or piped input) - Fixed scroll position resetting after deleting a permission rule in
/permissions - Fixed word deletion (opt+delete) and word navigation (opt+arrow) not working correctly with non-Latin text such as Cyrillic, Greek, Arabic, Hebrew, Thai, and Chinese
- Fixed
claude install --forcenot bypassing stale lock files - Fixed consecutive @~/ file references in CLAUDE.md being incorrectly parsed due to markdown strikethrough interference
- Windows: Fixed plugin MCP servers failing due to colons in log directory paths
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 11, 2025
2.0.65
- Added ability to switch models while writing a prompt using alt+p (linux, windows), option+p (macos).
- Added context window information to status line input
- Added
fileSuggestionsetting for custom@file search commands - Added
CLAUDE_CODE_SHELLenvironment variable to override automatic shell detection (useful when login shell differs from actual working shell) - Fixed prompt not being saved to history when aborting a query with Escape
- Fixed Read tool image handling to identify format from bytes instead of file extension
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 10, 2025
- Modified by Releasebot:Dec 12, 2025
2.0.64
New release speeds up workflows with asynchronous agents, richer usage stats, and named sessions with resume and rename. It adds memory rules, image dimension metadata, env and system-prompt fixes, improved resume UI, VSCode copy blocks, Windows ARM64 fix, faster token counting, AWS login, and a unified TaskOutputTool.
Made auto-compacting instant
Agents and bash commands can run asynchronously and send messages to wake up the main agent
/stats now provides users with interesting CC stats, such as favorite model, usage graph, usage streak
Added named session support: use
/renameto name sessions,/resume <name>in REPL orclaude --resume <name>from the terminal to resume themAdded support for .claude/rules/`. See https://code.claude.com/docs/en/memory for details.
Added image dimension metadata when images are resized, enabling accurate coordinate mappings for large images
Fixed auto-loading .env when using native installer
Fixed
--system-promptbeing ignored when using--continueor--resumeflagsImproved
/resumescreen with grouped forked sessions and keyboard shortcuts for preview (P) and rename (R)VSCode: Added copy-to-clipboard button on code blocks and bash tool inputs
VSCode: Fixed extension not working on Windows ARM64 by falling back to x64 binary via emulation
Bedrock: Improve efficiency of token counting
Bedrock: Add support for
aws loginAWS Management Console credentialsUnshipped AgentOutputTool and BashOutputTool, in favor of a new unified TaskOutputTool
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 9, 2025
2.0.62
This release adds a recommended indicator for MCQs and a new attribution setting for commits and PRs. It also fixes slash command duplicates, command selection with identical names, circular symlinks in skill dirs, stale lock files, and IDE diff tab closure.
Release notes
- Added "(Recommended)" indicator for multiple-choice questions, with the recommended option moved to the top of the list
- Added
attributionsetting to customize commit and PR bylines (deprecatesincludeCoAuthoredBy) - Fixed duplicate slash commands appearing when ~/.claude is symlinked to a project directory
- Fixed slash command selection not working when multiple commands share the same name
- Fixed an issue where skill files inside symlinked skill directories could become circular symlinks
- Fixed running versions getting removed because lock file incorrectly going stale
- Fixed IDE diff tab not closing when rejecting file changes
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 7, 2025
2.0.61
- Reverted VSCode support for multiple terminal clients due to responsiveness issues.
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 6, 2025
2.0.60
Added background agent support. Agents run in the background while you work
Added --disable-slash-commands CLI flag to disable all slash commands
Added model name to "Co-Authored-By" commit messages
Enabled "/mcp enable [server-name]" or "/mcp disable [server-name]" to quickly toggle all servers
Updated Fetch to skip summarization for pre-approved websites
VSCode: Added support for multiple terminal clients connecting to the IDE server simultaneously
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 5, 2025
2.0.59
Added --agent CLI flag to override the agent setting for the current session
Added
agentsetting to configure main thread with a specific agent's system prompt, tool restrictions, and modelVS Code: Fixed .claude.json config file being read from incorrect location
- December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 4, 2025
2.0.58
Release Notes
- Pro users now have access to Opus 4.5 as part of their subscription!
- Fixed timer duration showing "11m 60s" instead of "12m 0s"
- Windows: Managed settings now prefer
C:\Program Files\ClaudeCodeif it exists. Support forC:\ProgramData\ClaudeCodewill be removed in a future version.