Claude Code Daily Briefing - 2026-05-21
Release Summary
| Version | Date | Key Changes |
|---|---|---|
| v2.1.145 | 5/19 | claude agents --json, /plugin pre-install details, OTEL span improvements, mouse support |
| v2.1.144 | 5/18 | Edit exact matching, /resume background sessions, zip/URL plugins, /model session-only |
New Features & Practical Usage
v2.1.145 — claude agents —json, Plugin Pre-Install Details, OTEL Tracing (5/19)
v2.1.145 brings significant improvements to automation, observability, and plugin discovery.
claude agents --json: Outputs running Claude sessions as JSON for scripting. This enables integration with tmux-resurrect, status bars, session pickers, and custom dashboards. Essential for workflows managing multiple parallel agents.
# List running sessions as JSON
claude agents --json
# Filter for sessions awaiting input
claude agents --json | jq '.[] | select(.status == "awaiting-input")'
/plugin Pre-Install Details: The Discover and Browse screens now show a plugin’s commands, agents, skills, hooks, and MCP/LSP servers before installation. Combined with v2.1.143’s token cost estimates, you can now do a full impact assessment before committing.
OTEL Span Improvements: agent_id and parent_agent_id attributes are now included in claude_code.tool spans with improved trace parenting. In multi-agent runs, you can now trace exactly which agent invoked which tool — invaluable for debugging with Datadog, Honeycomb, or similar observability tools.
Other Changes:
- Status line JSON now includes GitHub repo and PR information
claude agentsterminal tab title shows awaiting-input count- Mouse hover and click support for slash command and @-mention suggestions in fullscreen mode
- Stop/SubagentStop hook input now includes
background_tasksandsession_cronsfields - Multiple bug fixes for permission-prompt bypasses, MCP slash commands, spinner freezing, and cross-project resume hints
KPMG Signs Global Alliance with Anthropic — Claude Deployed to 276,000 Employees (5/19)
KPMG and Anthropic announced a global strategic alliance deploying Claude across KPMG’s 276,000-person workforce. They’re launching KPMG Digital Gateway Powered by Claude, enabling real-time agentic workflow construction for tax and private equity clients.
Key areas:
- Tax: Claude embedded in Digital Gateway for improved tax client outcomes
- Private Equity: KPMG Blaze embeds Claude Code to accelerate IT modernization and shorten development cycles
- Cybersecurity: Security, risk, and AI assurance built into AI system design and operation
This is the second Big Four partnership after PwC (30,000 employees, 5/14). Enterprise Claude adoption is accelerating rapidly in the consulting sector.
Developer Workflow Tips
claude agents —json — Building Multi-Session Automation
v2.1.145’s claude agents --json is more than a query command — it’s the foundation for multi-agent management automation.
Practical patterns:
- tmux status bar: Show awaiting-input count so you never miss a prompt
- Health checks: Cron job to monitor session states and alert on anomalies
- Team dashboards: Parse JSON output to visualize agent utilization across teams
# tmux status bar example
AWAITING=$(claude agents --json | jq '[.[] | select(.status == "awaiting-input")] | length')
echo "Claude: ${AWAITING} waiting"
Plugin Pre-Install Evaluation — Know What You’re Installing
With v2.1.143’s token cost display + v2.1.144’s last-updated dates + v2.1.145’s detailed component listings, you now have complete pre-install evaluation. Checking what commands, agents, skills, hooks, and MCP/LSP servers a plugin adds prevents unexpected behavior.
This is especially critical for plugins that provide MCP servers — they can open external connections, making pre-install review essential given recent MCP security concerns like TrustFall.
Ecosystem & Plugins
Anthropic Acquires Stainless — SDK/MCP Generation Brought In-House ($300M+, 5/18)
Anthropic acquired Stainless, the startup behind automated SDK, CLI, and MCP server generation, for over $300 million. Stainless generated official SDKs for Anthropic, OpenAI, Google, Cloudflare, and others.
Developer impact:
- Stainless hosted products are shutting down. Existing customers retain full ownership and modification rights for already-generated SDKs.
- OpenAI, Google, and other Stainless customers must build or find alternative SDK generation tools.
- Anthropic gains direct control over the SDK/MCP generation pipeline, improving agent-to-API connectivity quality.
This is a strategic acquisition of core MCP ecosystem infrastructure that may cause short-term disruption for competitors.
Gemini CLI Sunset June 18 → Antigravity CLI Transition (5/20)
Google is shutting down Gemini CLI on June 18, 2026 and transitioning to Antigravity CLI. Google AI Pro/Ultra and free users are affected. Gemini Code Assist Standard/Enterprise license holders continue to be supported.
Antigravity CLI features:
- Built in Go for faster response times
- Native multi-agent orchestration
- Built-in terminal sandboxing
- Agent Skills, Hooks, and Subagents retained (as Antigravity plugins)
Notable concern: Antigravity CLI is not open source, unlike Gemini CLI. This has drawn criticism from the developer community. While this doesn’t directly affect Claude Code users, it signals a significant shift in the AI coding tool landscape.
Google Developers Blog | The Register
Community News
-
Andrej Karpathy Joins Anthropic (5/19): The OpenAI co-founder and former Tesla AI lead has joined Anthropic’s pre-training team under Nick Joseph. He’ll focus on using Claude to accelerate pre-training research. This is a major talent acquisition that significantly strengthens Anthropic’s research capabilities. TechCrunch | Axios
-
GitHub Internal Source Code Breach Claimed — TeamPCP: Hacking group TeamPCP claims to have accessed over 3,800 internal GitHub repositories, allegedly selling proprietary organization data and source code for $50,000+. GitHub has not officially confirmed. Reports suggest access came through compromised VS Code extensions. Hacker News Discussion
-
Google Cloud & Claude Code Workshop (5/29, SF): A joint Google Cloud and Claude Code workshop is scheduled for May 29 in San Francisco, offering hands-on sessions for using Claude Code in Google Cloud environments. Google Developer Forums
Minor Changes Worth Knowing
claude agentstab title shows awaiting count: See how many agents need input without switching terminal tabs (v2.1.145)- Fullscreen mouse support: Hover and click to select from slash command and @-mention suggestion lists (v2.1.145)
- Stop hook background info:
background_tasksandsession_cronsfields in Stop/SubagentStop hook input let you check background work status at shutdown (v2.1.145) - Status line GitHub info: Status line JSON now includes current GitHub repo and PR information (v2.1.145)
- Permission prompt bypass fix: Fixed cases where permission prompts could be bypassed (v2.1.145)
Recommended Reads
-
“Transitioning Gemini CLI to Antigravity CLI”: Google’s decision to sunset the open-source Gemini CLI in favor of a closed-source Antigravity CLI is stirring debate. As the AI coding tool market solidifies into a four-way race (Claude Code, Antigravity, Copilot CLI, Codex CLI), each tool’s open-source policy and ecosystem strategy will increasingly influence developer choice. Google Developers Blog
-
“The Last 6 Months of LLMs in 5 Minutes”: A concise overview of recent LLM ecosystem changes including coding agents, notebook execution models, and multimodal advances. Useful for getting the big picture in a fast-moving field. Hacker News Discussion
-
“Files.md — A Local-First Open-Source Alternative to Obsidian”: A browser-based knowledge management tool using plain .md files. No proprietary formats — just markdown files for notes, documents, and projects. Naturally compatible with Claude Code’s CLAUDE.md ecosystem for developers who want to manage knowledge without vendor lock-in. Files.md
Interesting Projects & Tools
-
Alhangeul — HWP/HWPX Quick Look for macOS: A Quick Look plugin for viewing Korean HWP/HWPX document files directly in macOS Finder. Press spacebar to preview documents without opening a separate viewer. 14 points, 20 comments on GeekNews. GitHub
-
Codex Relay — Mobile Terminal & Git Viewer: An open-source mobile app combining terminal, browser, Git, and Markdown support. Check repository status and perform simple tasks on the go. GeekNews Show