telexed ~ c / 82ecf3b9-f23radar:70 · agent_toolLIVE
← back
NO.
#82ecf3b9
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-19 21:31:07
Importance
★ 7/10 — radar 70
`Claude Code` `v2.1.145` adds JSON session listing and richer agent telemetry
FIG-0821:1

`Claude Code` `v2.1.145` adds JSON session listing and richer agent telemetry

Live sessions are now scriptable via claude agents --json. Better OTEL parenting, PR-aware status lines, and safer Bash approval make multi-agent workflows easier to monitor.

[ KEY POINTS ]
  1. claude agents --json exposes live sessions for tmux restore, status bars, and custom session pickers — useful for long-running local agent setups.
  2. agent_id and parent_agent_id landed in OTEL spans, with fixed trace parenting so background subagents nest under the dispatching Agent span.
  3. Status-line JSON now includes detected GitHub repo and PR data, tightening the loop between CLI work and pull-request state.
  4. A Bash permission bypass for bare non-allowlisted env assignments was fixed — upgrade promptly if command approval boundaries matter.
  5. Plugin discovery now shows commands, agents, skills, hooks, and MCP/LSP servers before install, reducing blind marketplace installs.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.145Read original →

// related