← All Claude Code issues

This week in Claude Code · May 24, 2026

Claude Code & SDK Weekly: /code-review lands, usage breakdowns, and streaming thinking tokens

Get the next issue in your inbox. Weekly · Free

unsubscribe anytime.

TLDR;

Claude Code v2.1.147-v2.1.150 shipped a run of meaningful developer improvements: /simplify is now /code-review with configurable effort levels and inline GitHub PR comment support, pinned background sessions survive idle and auto-update in place, and /usage now shows per-category limit breakdowns covering skills, subagents, plugins, and MCP servers. The Bash tool exit-code-127 regression introduced in v2.1.147 was patched immediately in v2.1.148. On the SDK side, the TypeScript SDK v0.98.0 adds thinking-token-count beta support for streaming thinking block deltas. Update all SDKs to their latest versions now to avoid the Bash regression.

Claude Code & CLI

Claude Code v2.1.149: /usage per-category breakdown and scrollable /diff

  • The /usage command now shows a line-item breakdown of what is consuming your limits across skills, subagents, plugins, and individual MCP servers.
  • The /diff detail view gains full keyboard scrollability (arrows, j/k, PgUp/PgDn, Space, Home/End), and Markdown output now renders GFM task list checkboxes.

Claude Code v2.1.146: /code-review debut, PowerShell winget fix, MCP pagination fix

  • This release first introduced the /code-review rename with optional effort levels, fixed the Windows PowerShell tool failing with 'command line is invalid' when pwsh is installed via winget or the Microsoft Store (regression from v2.1.124), and patched MCP resources/list and prompts/list dropping items beyond page 1 on paginating servers.

Agent SDK & Managed Agents

API & Model Updates

MCP Ecosystem

Action Items

Immediate

  • Update Claude Code to v2.1.150 (or at minimum v2.1.148) to avoid the Bash exit-code-127 regression shipped in v2.1.147.
  • Update claude-agent-sdk-python to v0.2.87 (pip install claude-agent-sdk==0.2.87) to pick up CLI v2.1.150 and the CI Workload Identity Federation change.
  • Update claude-agent-sdk-typescript to v0.3.150 (npm install @anthropic-ai/claude-agent-sdk@0.3.150) to stay at CLI parity and receive the options.env telemetry fix from v0.3.149.
  • If you use the Anthropic TypeScript SDK and stream extended thinking, update to v0.98.0 to access the thinking-token-count beta for estimated token counts in thinking block deltas.
  • If you use SessionToolRunner in multi-tool workflows, patch to anthropic-sdk-typescript v0.97.1 to fix incorrect tool call dispatch.
  • Replace any /simplify calls in scripts or documentation with /code-review; update CI comment steps to use the --comment flag if you want inline PR annotations.
  • Enterprise admins: evaluate the new allowAllClaudeAiMcps managed setting in v2.1.149 if your org relies on claude.ai cloud MCP connectors alongside managed-mcp.json.
  • If you run MCP servers that paginate large resource or prompt lists, verify your integration against the v2.1.146 pagination fix to ensure all items are now surfaced.

All Resources

Every Monday morning

This week in Claude Code

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.