telexed ~ c / 740009ba-0feradar:80 · agent_toolLIVE
← back
NO.
#740009ba
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-11 18:43:42
Importance
★ 8/10 — radar 80
`Claude Code` `v2.1.139` adds agent inbox, `/goal`, and plugin cost details
FIG-7401:1

`Claude Code` `v2.1.139` adds agent inbox, `/goal`, and plugin cost details

Claude Code now exposes queued/running/completed agents in one view and can keep working until a goal is met. This pushes it closer to a lightweight async coding orchestrator, so teams already using it should test the new loop controls now.

[ KEY POINTS ]
  1. claude agents adds a single inbox for running, blocked, and finished sessions; parallel agent work gets easier to monitor without extra tooling.
  2. /goal now works in interactive, -p, and Remote Control, with live elapsed/turn/token overlay; long tasks need less manual reprompting.
  3. claude plugin details <name> shows component inventory and projected per-session token cost; plugin overhead becomes easier to budget before rollout.
  4. Hooks gain args: string[] exec mode and continueOnBlock for PostToolUse; shell-quoting bugs drop and blocked flows can recover automatically.
  5. Subagent API calls now carry agent lineage headers, and MCP/plugin reload behavior improved; debugging multi-agent setups should get less painful.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.139Read original →

// related