telexed ~ c / 6a3ec6e2-14cradar:50 · agent_toolLIVE
← back
NO.
#6a3ec6e2
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-12 21:09:45
Importance
★ 5/10 — radar 50
`Claude Code` `v2.1.140` fixes `/goal`, background service, and plugin config edge cases
FIG-0631:1

`Claude Code` `v2.1.140` fixes `/goal`, background service, and plugin config edge cases

Several reliability fixes land in places that break flow mid-session: /goal, --bg, managed settings, and plugin config warnings. Not a flashy release, but worth updating if Claude Code is part of your daily loop.

[ KEY POINTS ]
  1. /goal no longer hangs when disableAllHooks or allowManagedHooksOnly is enabled; it now fails clearly instead of leaving a stuck indicator.
  2. claude --bg fixes target background-session stability: dropped-mid-request errors, slow startup under endpoint security, and redundant /loop wakeups were all addressed.
  3. Managed settings got safer behavior. Remote settings now retry once on 401, and extraKnownMarketplaces auto-update policy persists correctly to known_marketplaces.json.
  4. Plugin debugging is less opaque: if plugin.json overrides a default folder like commands/, Claude Code now warns in /doctor, claude plugin list, and /plugin.
  5. Input validation and Windows ergonomics improved too, including tolerant Read offsets and a fix for event-loop stalls caused by repeated where.exe checks for missing executables.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.140Read original →

// related