Claude Report — 2026-05-13
- Claude Code v2.1.140 lands with subagent matching fixes and /goal hang fix.
- Fast mode (research preview) now supports Opus 4.7 at 6x pricing.
- Anthropic SDKs (Python, TypeScript, Go) ship AWS client for Claude Platform on AWS.
- Dedicated Agent View blog post published on claude.com.
- Top 10 official plugins and most tracked skills/agents stayed quiet in window.
🚀 Anthropic Official
Claude Code v2.1.140
Releases case- and separator-insensitive matching for the Agent tool subagent_type (so "Code Reviewer" resolves to code-reviewer), updates the agent color palette, fixes /goal silently hanging when disableAllHooks or allowManagedHooksOnly is set, fixes claude --bg "connection dropped mid-request" near idle-exit, and repairs a settings hot-reload regression for symlinked files.
Fast mode adds Opus 4.7 support
Adds Opus 4.7 to fast mode (research preview): set speed: "fast" with model: "claude-opus-4-7" and beta header fast-mode-2026-02-01 for ~2.5x faster output tokens at 6x standard pricing ($30/$150 per MTok), sharing the same rate-limit pool as Opus 4.6 fast mode.
Agent view in Claude Code — dedicated launch post
Publishes the official Agent View announcement on claude.com: a single CLI dashboard listing every Claude Code session (running, blocked, done), reachable via the claude agents command or the left-arrow in any active session.
anthropic-sdk-python v0.101.0
Adds an AnthropicAWS client for Claude Platform on AWS and fixes a missing f-string prefix in the file-type error message.
anthropic-sdk-typescript sdk-v0.95.2 + aws-sdk v0.3.0
Ships a dedicated AWS client package (aws-sdk v0.3.0) for Claude Platform on AWS alongside a base SDK patch (sdk-v0.95.2).
anthropic-sdk-go v1.42.0
Adds the AWS client for Claude Platform on AWS, avoids a panic when http.DefaultTransport is wrapped, and redacts API-key headers in debug logs.
claude-agent-sdk-typescript v0.2.140
Bumps the bundled Claude CLI to v2.1.140; v0.2.139 (May 11) bundles v2.1.139 with the Agent View / /goal payload.
claude-agent-sdk-python v0.1.81
Bumps the bundled Claude CLI to v2.1.139 so Python harness users pick up Agent View, /goal, /scroll-speed, and the new hook args exec form.
🔌 Claude Code Plugins
None of the top 10 updated in window.
Unchanged in window: frontend-design, superpowers, context7, code-review, code-simplifier, github, skill-creator, playwright, feature-dev, claude-md-management
🛠️ Skills
None of the top 5 updated in window.
Unchanged in window: superpowers:brainstorming, superpowers:tdd, superpowers:systematic-debugging, superpowers:writing-plans, superpowers:executing-plans
🤖 Agents & Subagents
None of the top 5 updated in window.
Unchanged in window: superpowers:subagent-driven-development, claude-router:orchestrate, ralph-loop, claude-router:fast-executor, claude-mem:do
🔗 MCPs & Integrations
modelcontextprotocol/servers — zod v4 + SDK 1.29.0
Upgrades the everything-server reference to zod v4 and bumps all bundled servers to MCP SDK 1.29.0 (PR #4136 merged May 12), nudging the canonical example servers onto the latest schema-validation toolchain.
Unchanged in window: filesystem MCP, claude-mem, context7, github-mcp-server
💡 Community — Workflows & Ideas
code-modernization plugin hardened
Reworks the official code-modernization plugin after a real-world CardDemo dry run: writes a patch instead of editing legacy files, makes map/security guidance language-agnostic, and aligns README with commands.
Vercel AI Gateway exposes Opus 4.7 fast mode
Surfaces fast mode for Opus 4.7 via the speed: 'fast' provider option and documents Claude Code integration via env var, mirroring Anthropic's pricing ($30 in / $150 out per MTok).
📰 Quick Mentions
Relevant links that don't warrant a section of their own:
- AWS ML blog: Claude Platform on AWS — AWS-authored launch deep-dive (May 11) covering IAM auth, CloudTrail audit, and AWS Marketplace billing.
- github-mcp-server v1.0.4 changelog — preserved here as the only MCP release whose tag now points at a published note set (May 11).
- TestingCatalog: Agent View walkthrough — third-party screen-by-screen tour of the new CLI dashboard.
- StartupFortune:
/goaldeep-dive — workflow framing for the new completion-condition command.