Skip to content

Commit f6dbf44

Browse files
committed
chore: Update CHANGELOG.md
1 parent 540b61b commit f6dbf44

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22

33
## 2.1.72
44

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.
66
- Added `w` key in `/copy` to write the focused selection directly to a file, bypassing the clipboard (useful over SSH)
77
- 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`
98
- Added `ExitWorktree` tool to leave an `EnterWorktree` session
109
- Added `CLAUDE_CODE_DISABLE_CRON` environment variable to immediately stop scheduled cron jobs mid-session
1110
- 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)
1311
- Restored the `model` parameter on the Agent tool for per-invocation model overrides
1412
- 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
1513
- Improved `/config` — Escape now cancels changes, Enter saves and closes, Space toggles settings
1614
- Improved up-arrow history to show current session's messages first when running multiple concurrent sessions
1715
- 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
2016
- Improved bash command parsing by switching to a native module — faster initialization and no memory leak
2117
- Reduced bundle size by ~510 KB
2218
- Changed CLAUDE.md HTML comments (`<!-- ... -->`) to be hidden from Claude when auto-injected. Comments remain visible when read with the Read tool
@@ -26,6 +22,8 @@
2622
- 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
2723
- Fixed `--continue` not resuming from the most recent point after `--compact`
2824
- 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
2927
- 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
3028
- Fixed feedback survey appearing too frequently in long sessions
3129
- Fixed `--effort` CLI flag being reset by unrelated settings writes on startup

0 commit comments

Comments
 (0)