Back to AI Briefs
TLP:CLEARAI-2026-0423

Daily AI Builder Brief - April 23, 2026

April 23, 20263 min read
aiclaude-codeanthropicmcpbuilder-intel

Executive Summary

  • Claude Code 2.1.118 shipped with vim visual mode, a unified /usage command, named custom themes, and MCP tool invocation from hooks.
  • Claude Code 2.1.117 added forked subagents (opt-in env var), main-thread agent mcpServers frontmatter loading, and concurrent MCP startup by default.
  • Anthropic silently moved Claude Code off the $20 Pro plan onto $100/$200 Max plans, then reverted the public page within hours after backlash.
  • Hooks can now call MCP tools directly via type: "mcp_tool", shortening the path from event to tool.
  • DISABLE_UPDATES env var fully blocks update paths including manual claude update, which matters for locked enterprise images.
  • Auto mode gains a "$defaults" token so custom allow/soft_deny rules stack with the built-in list instead of replacing it.
  • MCP ecosystem is quiet this week; last blog post was the April 8 maintainer team expansion.
  • Anthropic newsroom had no posts in the 48 hour window; Opus 4.7 and Claude Design both shipped April 16-17.

Claude Code

v2.1.118 (April 23)

Vim v and V visual modes with operators. /cost and /stats merged into /usage. Themes are now named, switchable, and shippable via plugins. Hooks invoke MCP tools via type: "mcp_tool". DISABLE_UPDATES kills all update paths. WSL inherits Windows managed settings via wslInheritsWindowsSettings. Auto mode supports "$defaults" in rule arrays. /fork writes a pointer instead of duplicating the parent conversation. Changelog

v2.1.117 (April 22)

Forked subagents gated behind CLAUDE_CODE_FORK_SUBAGENT=1 for external builds. Agent frontmatter mcpServers now load for --agent sessions. /model persists across restarts even when the project pins a different model. /resume offers to summarize stale large sessions. Concurrent MCP connection is the default for faster startup. Changelog

Claude Code pricing A/B test (April 22)

Anthropic moved Claude Code from the $20 Pro tier to $100/$200 Max tiers on the pricing page, called it "a small test on ~2% of new prosumer signups," then reverted within hours. A/B test reportedly still running underneath. Trust damage is the story, not the dollars. Simon Willison

Anthropic

Nothing new in the 48 hour window. Last shipped item was Claude Design (April 17) and Claude Opus 4.7 GA (April 16). Anthropic news

MCP Ecosystem

No new protocol or server releases

Last MCP blog post was April 8 (maintainer team expansion: Clare Liguori, Den Delimarsky). Spec is still the November 2025 release. Work is happening in SEPs, not shipped yet. MCP Blog

Broader AI

Nothing today.

What This Means For Builders

  • If you script Claude Code in CI or have plugins, plan for the hooks-to-MCP pathway; it replaces a lot of shell glue.
  • Pin DISABLE_UPDATES=1 on shared build boxes so CI runs don't drift mid-pipeline.
  • If you sell tools on top of Claude Code Pro, watch pricing page diffs; the reversion doesn't mean the test stopped.
  • Don't rewrite MCP integrations this week. The spec isn't moving yet.

Sources

  1. https://code.claude.com/docs/en/changelog
  2. https://www.anthropic.com/news
  3. https://simonwillison.net/2026/Apr/22/claude-code-confusion/
  4. https://blog.modelcontextprotocol.io/
  5. https://github.blog/changelog/2026-04-16-claude-opus-4-7-is-generally-available/