Claude Report — 2026-07-16
- Claude Code ships v2.1.211 (Jul 15), adding subagent-text forwarding and hardening permission-preview sanitization.
- Claude Agent SDK Python v0.2.120 and TypeScript v0.3.211 follow same-day with new streaming/rate-limit fields.
- pi-subagents lands a ~15-commit burst: typed extension delegation, per-agent acceptance roles, subagent-wait integration.
- codebase-memory-mcp and awslabs/mcp both ship incremental fixes; Plugin top-10 tracking stays paused (cache unavailable).
- New community tools: cc-hindsight mines Claude Code history into a prompt library; Throttle and OtoDock target usage-limit management and multi-agent hosting.
🚀 Anthropic Official
Claude Code v2.1.211
Ships Jul 15 (23:02 UTC) with a mix of new capabilities and fixes:
- Adds
--forward-subagent-textflag andCLAUDE_CODE_FORWARD_SUBAGENT_TEXTenv var to surface subagent text/thinking in stream-json output. - Fixes permission-preview character sanitization to strip bidirectional-override, zero-width, and look-alike-quote characters that could disguise a command.
- Fixes auto mode overriding a
PreToolUsehook'saskdecision for unsandboxed Bash, and fixes prompt-caching regressions on Bedrock/Vertex/Mantle/Foundry. - Fixes parallel sessions logging out simultaneously after wake-from-sleep, plugin MCP reconnection after idle web sessions, and subagent model overrides reverting on resume.
- Changes "always allow" permission rules to save at the repository root; parses env vars with scientific notation (
1e6,64_000).
Claude Agent SDK Python v0.2.120 and TypeScript v0.3.211
Both ship Jul 15 in parity with CLI v2.1.211. TypeScript v0.3.211 additionally fixes a --replay-user-messages/--include-partial-messages timing bug, adds an ISO-8601 timestamp field to SDKAssistantMessage, and exposes rate-limit message prefix buckets as @alpha.
claude-code-action v1.0.175
Ships Jul 15 (23:11 UTC), tracking the same-day Claude Code release cycle.
🔌 Claude Code Plugins
Plugin install-rank cache is unavailable this cycle — top-10 plugin tracking is skipped per this run's instructions.
🛠️ Skills
agentskillexchange/skills
Continues near-hourly automated skill-sync commits through Jul 16 (latest batch of "regenerate all repo files" and "sync published skills" runs).
JSONbored/awesome-claude
Merges a batch of analytics-instrumentation PRs (#5033, #5092, #5099) and ships a fix renaming its manifest file to .loopover.yml with backfilled live settings (#5106), spanning Jul 15-16.
Piebald-AI/claude-code-system-prompts
Publishes the system-prompt diff for Claude Code v2.1.211 (+3,890 tokens), Jul 16, continuing its release-by-release prompt-growth tracking.
Unchanged in window: glebis/claude-skills, alirezarezvani/claude-skills, kpab/claude-fable-5-skills, anthropics/skills, ComposioHQ/awesome-claude-skills.
🤖 Agents & Subagents
nicobailon/pi-subagents
Ships a ~15-commit burst across Jul 15-16: integrates background work with subagent wait, adds a typed extension delegation API (#485), removes the default session spawn limit (#484), adds per-agent acceptance roles (#481), and fixes thinking-mode handling for non-Anthropic forked children (#476).
anthropics/claude-agent-sdk-typescript
Ships v0.3.211 (Jul 15), covered under Anthropic Official above, adding assistant-message timestamps and alpha rate-limit exports.
Unchanged in window: wshobson/agents (last commit Jul 14, already reported), 0xmmo/crew (last commit Jul 4).
🔗 MCPs & Integrations
DeusData/codebase-memory-mcp
Opens PR #1127 (Jul 16) adding automatic SVN working-copy sync, plus Jul 15 PRs adding a watcher_enabled config toggle (#1105), a fully-qualified-name dedup fix that keeps sibling files distinct (#1104), a decorator-extraction fix (#1097), and a FreeBSD physical-memory detection fix (#1093).
awslabs/mcp
Upgrades the bundled AWS CLI to v1.45.48 in aws-api-mcp-server (Jul 15).
Unchanged in window: modelcontextprotocol/python-sdk (still v2.0.0b2, Jul 14), shlokkhemani/rabbithole (last commit Jul 14, already reported), modelcontextprotocol/typescript-sdk (still beta.4, Jul 13), ChromeDevTools/chrome-devtools-mcp (still v1.6.0, Jul 14), iiTzSenn/Sens (still v0.8.0, Jul 9), modelcontextprotocol/servers (last commit Jul 6).
💡 Community — Workflows & Ideas
cc-hindsight
Show HN (Jul 15): mines your local ~/.claude/projects/ session history to generate a reusable, copy-paste prompt library and a distilled CLAUDE.md preferences block, addressing the "t=0 problem" of underspecified initial prompts — all processing stays local with no telemetry.
Claude Fleet
Jul 16: a Raycast extension to spawn, resume, and review Claude Code agents from the launcher, with one-keystroke handoff of PRs, issues, or worktrees to agents running in Ghostty terminal tabs.
OtoDock
Show HN (Jul 15): a self-hosted platform for running Claude Code and Codex as a collaborative agent team on your own infrastructure, with live dashboards, automation scheduling, and security controls.
Throttle
Show HN (Jul 16): a macOS menu bar app that monitors Claude Code's 5-hour and weekly usage caps, predicts when you'll hit them, and trims token spend via output compression and context trimming — fully local, no account required.
cc-session-recover
Show HN (Jul 15): installs hooks and a recovery schedule so Claude Code automatically resumes interrupted tasks once a rate-limit or quota retry window passes.
📰 Quick Mentions
- Anthropic's "J-space" discovery — MIT Technology Review (Jul 13): details a hidden internal space in Claude holding words that influence reasoning without appearing in output.
- Fuse — Jul 15: a local .NET/MCP tool that builds a persistent semantic index of C# codebases so agents can typecheck edits and resolve DI wiring.
- Agentty — Jul 15: a drop-in Claude Code alternative written in C++26.
- H5i-Python — Jul 15: a Python SDK for programmable multi-agent orchestration.
- brick-SR1 — Jul 15: writeup on cutting a team's Claude API spend by roughly $50k/month.
- Ode with Anthropic launches — TechCrunch (Jul 15): the $1.5B Anthropic/Blackstone AI-implementation joint venture goes live, built on acquired startup Fractional AI.