v1.24.10 · Jun 26, 2026
Document claude plugin prune accurately, reject the auto:N removal (consolidates audit PRs #308–#310)
Today's pass reviewed three auto-generated audit PRs (#308 mcp, #309 plugins, #310 workflows) against the official Claude Code docs and shipped only what held up. (1) PR #309 (plugins) is partly correct and was incorporated with a fix: the plugins reference (code.claude.com/docs/en/plugins-reference) confirms claude plugin details shows a component inventory grouped as Skills, Agents, Hooks, MCP servers, and LSP servers plus a projected per-session token cost, so that enhancement was kept. But #309 described claude plugin prune as removing 'orphaned artifacts left behind by uninstalled plugins', which the docs contradict — prune removes auto-installed plugin *dependencies* no longer required by any installed plugin (aliased autoremove, requires v2.1.121+), and directly-installed plugins are never touched. The corrected wording landed in the plugins module, the reference cheatsheet (new entry), and the feature catalog, EN and AR. (2) PR #308 (mcp) was rejected as a regression: it removed the ENABLE_TOOL_SEARCH=auto:N variant, but the MCP reference (code.claude.com/docs/en/mcp, 'Configure tool search') documents auto:N verbatim — 'Threshold mode with a custom percentage, where N is 0-100. For example, auto:5 for 5%.' The mcp module and quiz were left unchanged. (3) PR #310 (workflows) was an empty no-op (the quiz was already sound) and was closed. PRs #308, #309, and #310 are superseded by this consolidated change.
Improved
plugins: document claude plugin prune accurately + the plugin details inventory (PR #309)
claude plugin prune (new in v2.1.121, aliased autoremove) removes auto-installed plugin dependencies that no other installed plugin still requires — directly-installed plugins are never touched, and 'uninstall <plugin> --prune' does both in one step. claude plugin details now lists the component inventory grouped as Skills, Agents, Hooks, MCP servers, and LSP servers with a projected per-session token cost. Added to the plugins module, the reference cheatsheet, and the feature catalog, EN and AR.
Fixed
mcp: keep ENABLE_TOOL_SEARCH=auto:N (rejected audit PR #308)
An audit PR removed the auto:N variant of ENABLE_TOOL_SEARCH. The MCP reference documents it verbatim — 'auto:N: Threshold mode with a custom percentage, where N is 0-100' (e.g. auto:5 for 5%) — so the variant stays. The mcp module and quiz were left unchanged.
Arabic
Arabic parity for the plugin prune / details updates
The Arabic plugins module mirrors the corrected claude plugin prune description and the expanded claude plugin details inventory, matching the English changes.