telexed ~ c / c0e6826b-493radar:70 · agent_toolLIVE
← back
NO.
#c0e6826b
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-06 01:40:18
Importance
★ 7/10 — radar 70
`Claude Code` `v2.1.129` adds session plugin fetch and background auto-update
FIG-4121:1

`Claude Code` `v2.1.129` adds session plugin fetch and background auto-update

Plugins are easier to load on the fly, and self-updates now run in the background on package installs. Small release, but the workflow friction drop is real enough to use now.

[ KEY POINTS ]
  1. --plugin-url <url> pulls a plugin .zip into the current session, which lowers the setup cost for trying custom tooling fast.
  2. CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE lets Homebrew and WinGet installs upgrade in the background, then asks for a restart instead of blocking work.
  3. Gateway model discovery is now opt-in via CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY=1, reducing surprise model list changes on custom gateways.
  4. skillOverrides now behaves correctly across off, user-invocable-only, and name-only, which makes shared agent setups easier to control.
  5. Several regressions were fixed around /clear, subagent UI, prompt cache TTL, and MCP allow rules, so day-to-day CLI reliability improved.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.129Read original →

// related