From 2192c86c208b39aa262ada534d89f72f65708a8e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 12 Dec 2025 01:29:45 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5c691d..b02bfa37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.0.67 + +- Claude now suggests prompts to speed up your workflow: press Tab to accept or Enter to submit +- Thinking mode is now enabled by default for Opus 4.5 +- Thinking mode configuration has moved to /config +- Added search functionality to `/permissions` command 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 update` while another instance is already on the latest version +- Fixed MCP servers from `.mcp.json` being stuck in pending state when running in non-interactive mode (`-p` flag 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 --force` not 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 + ## 2.0.65 - Added ability to switch models while writing a prompt using alt+p (linux, windows), option+p (macos).