Claude Report — 2026-07-18
- Claude Code jumps three versions in the window (v2.1.211→v2.1.214, Jul 15-18): `/fork` redesign, session-wide WebSearch/subagent caps, and a new `EndConversation` tool.
- Claude Agent SDK TypeScript v0.3.214 (Jul 18) adds scheduled-trigger task-notifications and plugin-manifest versions; Python SDK v0.2.122 syncs to CLI 2.1.214.
- Plugin install-rank cache is unavailable this cycle, so top-10 plugin tracking is skipped per this run's instructions.
- Skills tracking shows real movement: JSONbored/awesome-claude, Piebald-AI's prompt-diff tracker, and alirezarezvani/claude-skills all ship dated updates Jul 16-18.
- Community ships several MCP/token-efficiency tools: toolport (lazy MCP tool discovery for 22 clients) and a Reddit "tile-pack" trick claiming 60-75% fewer tokens.
🚀 Anthropic Official
Claude Code v2.1.214
Ships Jul 18 (01:20 UTC): fixes a permission-check bypass in Windows PowerShell 5.1 and Bash (security fix), adds an EndConversation tool for handling abusive users/jailbreak attempts, fixes dir/** allow rules and docker command permissions, fixes streaming failures behind corporate proxies and background-daemon issues, and fixes unbounded memory growth from oversized settings files.
Claude Code v2.1.212
Ships Jul 17 (00:26 UTC): reworks /fork to copy conversations into background sessions (visible via claude agents) instead of launching in-session subagents, adds /subtask to take over the old /fork behavior, adds session-wide caps on WebSearch calls (default 200) and subagent spawns (default 200), auto-backgrounds MCP tool calls running over 2 minutes, and gives /resume a picker covering past and deleted sessions.
Claude Code v2.1.211
Ships Jul 15 (23:02 UTC): adds a --forward-subagent-text flag for stream-json output, fixes permission-preview security-character neutralization, fixes auto-mode overriding PreToolUse hooks, fixes parallel-session logout issues, and fixes MCP server reconnection after idle wake.
Claude Agent SDK TypeScript v0.3.214
Ships Jul 18: set_permission_mode now rejects unrecognized modes; adds subkind: 'scheduled-trigger' to task-notification origin messages; applyFlagSettings({effortLevel}) accepts 'max'; interrupted assistant messages now carry aborted: true; adds subagent_type/subagent_retry to tool_progress for rate-limit retry visibility; system/init plugin data now includes manifest version; SessionStart hooks report source "fork" for forked sessions. Earlier same-window builds: v0.3.212 (Jul 17, fixed dash-leading resumeSessionAt/sessionId argv parsing) and v0.3.211 (Jul 15, fixed --replay-user-messages event ordering, added SDKAssistantMessage.timestamp).
Claude Agent SDK Python v0.2.122
Ships Jul 18, bundling Claude CLI 2.1.214. Same-window builds v0.2.121 (Jul 17, fixed argv flag-injection via resume/session_id, hardened build scripts against CLAUDE_CLI_VERSION command injection) and v0.2.120 (Jul 15, CLI 2.1.211 sync) round out the arc.
claude-code-action v1.0.177
Ships Jul 18 with no detailed release notes published. v1.0.176 (Jul 17) sanitizes branch-name templates, strips alt text from reference-style markdown images, and fixes claude_args model-to-SDK-options mapping; v1.0.175 (Jul 15) shipped with no detailed notes either.
Claude API release notes — mid-conversation system messages correction
Jul 15: docs confirm mid-conversation system messages are available on Claude Fable 5, Claude Mythos 5, and Claude Opus 4.8 via the API, Amazon Bedrock, and Google Cloud, with no beta header required — correcting earlier availability notes.
🔌 Claude Code Plugins
Plugin install-rank cache is unavailable this cycle — top-10 plugin tracking is skipped per this run's instructions.
🛠️ Skills
JSONbored/awesome-claude
Merges PR #5238 (README-refresh automation), reclassifies a registry risk flag to high severity, adds a "Reflex" content entry, wires home/contributors/jobs/hub-egress features, and adds a contributor-pipeline-gardening skill, spanning Jul 17-18.
Piebald-AI/claude-code-system-prompts
Publishes system-prompt diffs for Claude Code v2.1.213 (+7,589 tokens) and v2.1.214 (no token changes), Jul 18, continuing release-by-release prompt-growth tracking.
alirezarezvani/claude-skills
Merges PRs #918-#922 adding a productivity plugin suite (weekly-review, deep-work, meetings) and a fable-goal self-check utility (v2.11.1), spanning Jul 16-17.
Unchanged in window: anthropics/skills (last update Jul 17 PR #1447, already reported), agentskillexchange/skills (ongoing automated syncs, no new evolution), glebis/claude-skills, kpab/claude-fable-5-skills, ComposioHQ/awesome-claude-skills.
🤖 Agents & Subagents
nicobailon/pi-subagents
Ships releases v0.35.0 and v0.35.1 (Jul 18) plus a fresh commit burst Jul 17: collapses management output by default (#524), updates Pi SDK dependencies (#522), adds controlled spawn-budget grants (#517), timestamps nested subagent activity in the TUI (#518), and fixes offline global discovery (#516) and frontmatter block-list parsing (#512).
anthropics/claude-agent-sdk-typescript
Ships v0.3.214 (Jul 18), covered under Anthropic Official above, adding scheduled-trigger task notifications and plugin-manifest versioning relevant to subagent orchestration.
Unchanged in window: wshobson/agents (last commit Jul 14), 0xmmo/crew (last commit Jul 4), VoltAgent/awesome-claude-code-subagents (last update ~Jul 2).
🔗 MCPs & Integrations
awslabs/mcp
Fixes EKS CA handling without AKI (#4121) and null optional fields in get_k8s_events (#4134), raises the billing-cost-management-mcp-server fastmcp floor (#4271), validates CloudWatch Application Signals inputs (#4046), refuses AWS Transform downloads to the filesystem root (#4270), and adds a search_table tool for large-table filtering (#3642), all Jul 17.
rabbithole
Merges PR #14 and fixes the composer under reduced-motion mode, Jul 17-18, on this infinite-canvas learning tool that also ships as an MCP server for Claude Code and Codex.
Unchanged in window: DeusData/codebase-memory-mcp (last commits Jul 15-16, already reported), modelcontextprotocol/python-sdk (latest v2.0.0b2 shipped Jul 14, outside window), modelcontextprotocol/typescript-sdk (still beta.4, Jul 13), ChromeDevTools/chrome-devtools-mcp (still v1.6.0, Jul 14), iiTzSenn/Sens (still v0.9.0, Jul 9), modelcontextprotocol/servers (last commit Jul 6).
💡 Community — Workflows & Ideas
toolport
Show HN (Jul 15), latest release v1.9.2 (Jul 18): a local MCP gateway consolidating servers for 22+ AI clients via lazy tool discovery, claiming ~96% less tool-definition overhead and rug-pull/tool-poisoning detection before clients can invoke tools.
OtoDock
Show HN (Jul 15), ships v1.2.0 (Jul 18): a self-hosted platform running Claude Code and Codex as a team of sandboxed agents with multi-agent meetings, document generation, and MCP tool integration.
Tile-pack token trick
Show HN/Reddit (Jul 17): packs repos, docs, files, and prompts into images to cut Claude token usage by a claimed 60-75%.
Maxx
Show HN (Jul 17): a CLI live token tracker for Claude Code showing session and weekly rate-limit "pace" across Haiku/Sonnet/Opus/Fable pricing tiers and cache-hit rates.
teamclaude-rs
Show HN (Jul 18): a Rust rewrite of teamclaude, a single-user rotating proxy that load-balances requests across multiple Claude accounts with live quota-status TUI, binding only to localhost.
📰 Quick Mentions
- Claude Code credit-prompt bug report — GitHub issue #78610 (Jul 17): users with active subscription usage limits report being incorrectly prompted to buy paid credits, amid the ongoing Fable 5 usage-credits rollout.
- Yapp.page — publish a webpage from a Claude or ChatGPT chat — Show HN (Jul 18): turns a chat transcript into a shareable published webpage.