telexed ~ c / 8c0f4c81-50aradar:60 · agent_toolLIVE
← back
NO.
#8c0f4c81
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-04 23:01:47
Importance
★ 6/10 — radar 60
`Claude Code` `v2.1.128` adds ZIP plugins and tighter MCP diagnostics
FIG-0801:1

`Claude Code` `v2.1.128` adds ZIP plugins and tighter MCP diagnostics

Small but practical CLI update: ZIP plugin archives, better MCP visibility, and safer subprocess env handling land together. Worth updating if you rely on plugins, MCP servers, or long-running shell workflows.

[ KEY POINTS ]
  1. --plugin-dir now accepts `.zip` plugin archives, which removes manual unpacking and makes plugin distribution cleaner.
  2. /mcp now shows tool counts and flags servers connected with 0 tools, cutting time spent debugging broken MCP setups.
  3. Subprocesses stop inheriting OTEL_* vars, so Bash, hooks, MCP, and LSP runs no longer accidentally leak the CLI's telemetry endpoint.
  4. EnterWorktree now branches from local HEAD, preventing unpushed local commits from being dropped during worktree creation.
  5. Parallel shell calls are more robust: one failing read-only command no longer cancels sibling calls, which matters for multi-step repo inspection flows.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.128Read original →

// related