Claude Code v2.1.72
Summary
- Fixed tool search to activate even with ANTHROPICBASEURL as long as ENABLETOOLSEARCH is set. - Added w key in /copy to write the focused selection directly to a file, bypassing the clipboard (use...
Release Notes
- Fixed tool search to activate even with ANTHROPICBASEURL as long as ENABLETOOLSEARCH is set. - Added w key in /copy to write the focused selection directly to a file, bypassing the clipboard (useful over SSH) - Added optional description argument to /plan (e.g., /plan fix the auth bug) that enters plan mode and immediately starts - Added ExitWorktree tool to leave an EnterWorktree session - Added CLAUDECODEDISABLECRON environment variable to immediately stop scheduled cron jobs mid-session - Added lsof, pgrep, tput, ss, fd, and fdfind to the bash auto-approval allowlist, reducing permission prompts for common read-only operations - Restored the model parameter on the Agent tool for per-invocation model overrides - Simplified effort levels to low/medium/high (removed max) with new symbols (○ ◐ ●) and a brief notification instead of a persistent icon. Use /effort auto to reset to default - Improved /config — Escape now cancels changes, Enter saves and closes, Space toggles settings - Improved up-arrow history to show current session's messages first when running multiple concurrent sessions - Improved voice input transcription accuracy for repo names and common dev terms (regex, OAuth, JSON) - Improved bash command parsing by switching to a native module — faster initiali