|
2 | 2 |
|
3 | 3 | ## 2.1.72 |
4 | 4 |
|
5 | | -- Changed tool search to bypass the third-party proxy gate when the environment variable is set (replaces `CLAUDE_CODE_PROXY_SUPPORTS_TOOL_REFERENCE`, now removed) |
| 5 | +- Fixed tool search to activate even with `ANTHROPIC_BASE_URL` as long as `ENABLE_TOOL_SEARCH` is set. |
6 | 6 | - Added `w` key in `/copy` to write the focused selection directly to a file, bypassing the clipboard (useful over SSH) |
7 | 7 | - Added optional description argument to `/plan` (e.g., `/plan fix the auth bug`) that enters plan mode and immediately starts |
8 | | -- Added `claude plugins` as an alias for `claude plugin` |
9 | 8 | - Added `ExitWorktree` tool to leave an `EnterWorktree` session |
10 | 9 | - Added `CLAUDE_CODE_DISABLE_CRON` environment variable to immediately stop scheduled cron jobs mid-session |
11 | 10 | - Added `lsof`, `pgrep`, `tput`, `ss`, `fd`, and `fdfind` to the bash auto-approval allowlist, reducing permission prompts for common read-only operations |
12 | | -- Added support for marketplace git URLs without `.git` suffix (Azure DevOps, AWS CodeCommit) |
13 | 11 | - Restored the `model` parameter on the Agent tool for per-invocation model overrides |
14 | 12 | - 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 |
15 | 13 | - Improved `/config` — Escape now cancels changes, Enter saves and closes, Space toggles settings |
16 | 14 | - Improved up-arrow history to show current session's messages first when running multiple concurrent sessions |
17 | 15 | - Improved voice input transcription accuracy for repo names and common dev terms (regex, OAuth, JSON) |
18 | | -- Improved marketplace clone failure messages to show diagnostic info even when git produces no stderr |
19 | | -- Improved `claude plugin validate` to explain that marketplace.json source paths are relative to the repo root when rejecting `../` paths |
20 | 16 | - Improved bash command parsing by switching to a native module — faster initialization and no memory leak |
21 | 17 | - Reduced bundle size by ~510 KB |
22 | 18 | - Changed CLAUDE.md HTML comments (`<!-- ... -->`) to be hidden from Claude when auto-injected. Comments remain visible when read with the Read tool |
|
26 | 22 | - Fixed several voice mode issues: occasional input lag, false "No speech detected" errors after releasing push-to-talk, and stale transcripts re-filling the prompt after submission |
27 | 23 | - Fixed `--continue` not resuming from the most recent point after `--compact` |
28 | 24 | - Fixed bash security parsing edge cases |
| 25 | +- Added support for marketplace git URLs without `.git` suffix (Azure DevOps, AWS CodeCommit) |
| 26 | +- Improved marketplace clone failure messages to show diagnostic info even when git produces no stderr |
29 | 27 | - Fixed several plugin issues: installation failing on Windows with `EEXIST` error in OneDrive folders, marketplace blocking user-scope installs when a project-scope install exists, `CLAUDE_CODE_PLUGIN_CACHE_DIR` creating literal `~` directories, and `plugin.json` with marketplace-only fields failing to load |
30 | 28 | - Fixed feedback survey appearing too frequently in long sessions |
31 | 29 | - Fixed `--effort` CLI flag being reset by unrelated settings writes on startup |
|
0 commit comments