Claude Code Daily Briefing - 2026-04-03

Release Summary

VersionDateKey Changes
v2.1.914/2MCP result 500K override, plugin executables, Edit token savings, deep link multiline
v2.1.904/1/powerup interactive lessons, .husky protection, performance optimizations

Full Release Notes


New Features & Practical Usage

MCP Tool Result 500K Override — No More Truncated Schemas (v2.1.91)

MCP servers can now override the default result size limit per tool call. The _meta["anthropic/maxResultSizeChars"] annotation allows results up to 500K characters, ensuring large payloads like database schemas and API responses pass through without truncation.

{
  "content": [{"type": "text", "text": "... large schema ..."}],
  "_meta": {
    "anthropic/maxResultSizeChars": 500000
  }
}

If you maintain an MCP server that returns large results, adding this annotation is recommended.

GitHub v2.1.91

Plugin Executables (v2.1.91)

Plugins can now ship executables under a bin/ directory and invoke them as bare commands from the Bash tool—no path qualification needed. This opens the plugin ecosystem to native binary tools where performance matters: image processors, compilers, custom linters, and more.

GitHub v2.1.91


Developer Workflow Tips

Source Leak Reveals How WebSearch Actually Sees Your Website

Analysis of the leaked source code has exposed the full architecture of Claude Code’s WebSearch pipeline—with practical implications for anyone running a website or thinking about AI-driven SEO.

Wise Relations Analysis

Edit Tool Token Savings — Shorter old_string Anchors (v2.1.91)

The Edit tool now uses shorter old_string anchors when modifying files, directly reducing output token consumption. This is especially valuable during long sessions and large refactoring tasks. No configuration required—it’s automatic.

GitHub v2.1.91


Security & Limitations

Fake Claude Code Leak Repos Deliver Vidar Infostealer (4/2)

Zscaler’s ThreatLabz team discovered a malware campaign using the Claude Code source leak as bait to distribute Vidar infostealer.

The Register | Zscaler ThreatLabz

Pentagon Appeal Officially Filed — 9th Circuit Sets April 30 Deadline (4/2)

The Trump administration formally filed a notice of appeal with the Ninth Circuit Court of Appeals on April 2.

Axios | Washington Times | Military.com

Scientific American: Frustration Detection Code Raises AI Privacy Questions

Scientific American published a deep analysis of the user frustration detection system found in the leaked Claude Code source.

Scientific American


Ecosystem & Plugins

OpenAI Secondary Market Demand Plummets as Investors Shift to Anthropic

Demand for OpenAI shares on the secondary market has dropped sharply, with investor capital rapidly moving toward Anthropic. Claude Code’s explosive growth ($2.5B annual run rate) and potential October IPO are cited as key drivers of the shift.

GeekNews

”The Briefing: Enterprise Agents” Virtual Event — April 22

Anthropic is hosting a virtual event on April 22 targeting CIOs, CROs, general counsels, and analytics leaders. Following the February 24 launch event that introduced pre-built plugin templates for HR, design, engineering, and financial analysis, new enterprise agent capabilities are expected.

Anthropic Events


Community News


Minor Changes Worth Knowing



Interesting Projects & Tools