Claude Code Daily Briefing - 2026-03-18

Release Summary

VersionDateKey Changes
v2.1.783/18StopFailure hook event, ${CLAUDE_PLUGIN_DATA} persistent plugin state, plugin agent frontmatter support, tmux notifications, security fixes (latest)
v2.1.773/17Opus 4.6 default output tokens raised to 64k, allowRead sandbox setting, /copy N command, compound bash permission fix
v2.1.763/14MCP Elicitation support, -n flag, worktree.sparsePaths, /effort command

Full Release Notes


New Features & Practical Usage

Claude Code v2.1.78 — Plugin Persistent State and Security Hardening (3/18)

v2.1.78 landed overnight with important plugin infrastructure and security improvements.

Key changes:

GitHub Releases

NVIDIA GTC 2026 Day 3 — Open Models Panel & Nemotron Coalition (3/18)

Day 3 of GTC 2026. Today’s highlights are the Open Models Panel and the Nemotron Coalition announcement.

Key highlights:

A historic moment as open frontier model development shifts from single-company efforts to an industry coalition.

NVIDIA GTC | NVIDIA Newsroom | CNBC


Developer Workflow Tips

v2.1.78 StopFailure Hook Example

Automatically send a Slack notification when hitting API rate limits:

{
  "hooks": {
    "StopFailure": [
      {
        "command": "curl -X POST $SLACK_WEBHOOK -d '{\"text\": \"Claude Code API error — check needed\"}'",
        "timeout": 5000
      }
    ]
  }
}

${CLAUDE_PLUGIN_DATA} — Plugin Persistent State

Plugin developers can now use ${CLAUDE_PLUGIN_DATA} to persist configuration, caches, and user data across plugin updates. No more losing state on every upgrade.


Security & Limitations

Anthropic vs. Pentagon — 3/24 Hearing D-6, Billions at Stake (3/18)

Six days until the critical 3/24 hearing.

Latest developments:

Axios | The Hill | Yahoo Finance

Anthropic Hiring Weapons Expert — Investing in Safety (3/17)

Anthropic posted a “Policy Manager, Chemical Weapons and High-Yield Explosives” role.

AI safety is evolving from policy declarations to a specialized talent race.

Semafor | Capacity

v2.1.78 Security Fixes


Ecosystem & Plugins

Nemotron Coalition — A New Era for Open Frontier Models

The NVIDIA-led Nemotron Coalition is the first collaborative open frontier model project across global AI labs. With Cursor and LangChain as members, the foundation models underlying Claude Code’s tool ecosystem are getting an open-source boost.

a16z “Top 100 Gen AI Consumer Apps” 6th Edition (3/18)

a16z released its 6th Top 100 Gen AI Consumer Apps report.

a16z


Community News


Minor Changes



Tomorrow’s Watch List