Claude Code Daily Briefing - 2026-03-18
Release Summary
| Version | Date | Key Changes |
|---|---|---|
| v2.1.78 | 3/18 | StopFailure hook event, ${CLAUDE_PLUGIN_DATA} persistent plugin state, plugin agent frontmatter support, tmux notifications, security fixes (latest) |
| v2.1.77 | 3/17 | Opus 4.6 default output tokens raised to 64k, allowRead sandbox setting, /copy N command, compound bash permission fix |
| v2.1.76 | 3/14 | MCP Elicitation support, -n flag, worktree.sparsePaths, /effort command |
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:
StopFailurehook event — fires when a turn ends due to an API error (rate limit, auth failure, etc.). Enables automated error detection and recovery pipelines${CLAUDE_PLUGIN_DATA}variable — persistent storage directory for plugins that survives plugin updates. A major quality-of-life improvement for plugin developers- Plugin agent frontmatter expansion —
effort,maxTurns, anddisallowedToolsnow supported in plugin-shipped agent definitions - tmux terminal notifications — notifications now reach the outer terminal when running inside tmux
- Line-by-line response streaming — response text streams as it’s generated, improving perceived responsiveness
- Security: silent sandbox disable fix — sandbox previously disabled silently when dependencies were missing; now shows a visible startup warning
- Protected directory write fix —
.gitand.claudedirectories were writable without prompt; now properly protected --worktreeskills/hooks fix — worktree mode now correctly loads skills and hooks- Voice mode fixes — WSL2/WSLg compatibility, modifier-combo push-to-talk keybindings
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:
- Open Models Panel (12:30 PM PT) — Jensen Huang moderates, with LangChain CEO Harrison Chase, Cursor, AI2, A16Z, and Thinking Machines Lab leaders. Discussion on where open models stand against closed frontier models
- Nemotron Coalition launched — Black Forest Labs, Cursor, LangChain, Mistral AI, Perplexity, Reflection AI, Sarvam, and Thinking Machines Lab as founding members. Co-training open models on NVIDIA DGX Cloud to be open-sourced
- Six frontier model families: Nemotron (language/reasoning), Cosmos (world/vision), Isaac GR00T (general robotics), Alpaymayo (autonomous driving), BioNeMo (biology/chemistry), Earth-2 (weather/climate)
- The first coalition model will underpin the upcoming Nemotron 4 family
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:
- Anthropic’s CFO told the court: supply chain risk designation could cause hundreds of millions to billions of dollars in 2026 revenue damage
- Microsoft amicus brief (3/16): urged court to pause Pentagon’s supply chain risk designation
- 22 retired senior military officials: allege Hegseth’s actions are “retribution against a private company that has displeased the leadership”
- CNN analysis: post-dispute Claude app DAU up 140%+, hit #1 on app stores, ~70% win rate vs. OpenAI in new enterprise evaluations
- U.S. District Judge Rita Lin (San Francisco federal court) presiding over the 3/24 hearing
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.
- Prevent “catastrophic misuse” of Claude for chemical, radiological, or explosive device creation
- Requires 5+ years experience in chemical weapons/explosives defense and knowledge of radiological dispersal devices
- New York-based, salary $245,000–$285,000
- OpenAI also hiring a similar biological and chemical risks researcher (salary up to $455,000)
AI safety is evolving from policy declarations to a specialized talent race.
v2.1.78 Security Fixes
- Silent sandbox disable fix — sandbox previously disabled silently when dependencies were missing; now shows a visible startup warning. Critical for security-sensitive environments
- Protected directory write fix —
.gitand.claudedirectories were writable without prompt; now properly gated deny: ["mcp__servername"]fix — deny rules now correctly remove MCP server tools
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.
- ChatGPT: 900M WAU, web traffic 2.7x #2 Gemini, mobile users 2.5x larger
- Claude paid subscribers up 200% YoY, Gemini 258% YoY (as of Jan 2026)
- OpenClaw: 68K GitHub stars, surpassed React and Linux as most-starred project; acquired by OpenAI in Feb 2026
- Agent category emergence: Manus, Genspark handling end-to-end tasks like research and slide generation
Community News
-
Claude Code v2.1.78 released:
StopFailurehook, plugin persistent state, security hardening. GitHub -
NVIDIA GTC Day 3 — Open Models Panel: Jensen Huang × LangChain × Cursor × AI2 × A16Z. 12:30 PM PT. NVIDIA GTC
-
Nemotron Coalition launched: 8 AI labs co-developing open frontier models on NVIDIA DGX Cloud. NVIDIA Newsroom
-
Anthropic nears $20B revenue: Doubled from $9B in late 2025 within months. Enterprise share exceeds 50%. Bloomberg
-
a16z Top 100 Gen AI Apps: Claude paid subscriptions up 200% YoY, agent category surging. a16z
Minor Changes
- v2.1.78
StopFailurehook: Fires when turn ends due to API error. Useful for error notification and retry logic in automation pipelines. - v2.1.78 line-by-line streaming: Response text streams one line at a time as generated. Improves perceived speed during long code generation.
- v2.1.78 tmux notifications: Notifications now propagate to the outer terminal from inside tmux sessions.
- v2.1.78
--worktreeskills/hooks fix: Skills and hooks now load correctly in worktree mode. - v2.1.78
sandbox.filesystem.allowWriteabsolute path fix: Write permissions with absolute paths now work correctly. - v2.1.78 voice mode: WSL2/WSLg compatibility and modifier-combo push-to-talk keybinding improvements.
Recommended Reads
-
“Anthropic More Than Doubled Its Revenue to Nearly $20 Billion in a Few Months”: Entrepreneur examines Anthropic’s explosive revenue growth and enterprise expansion. Entrepreneur
-
“Yann LeCun’s AMI Labs Raises $1.03B to Build World Models”: TechCrunch explores the potential of JEPA-based world models that aim to go beyond LLMs. TechCrunch
-
“Top 100 Gen AI Consumer Apps, 6th Edition”: a16z analyzes the upheaval in consumer AI apps, highlighting the rise of agents and Claude’s growth. a16z
Tomorrow’s Watch List
- NVIDIA GTC 2026 Day 4 (3/19): Final day. NemoClaw hands-on event wraps up, Nemotron Coalition follow-up sessions expected.
- Anthropic vs. Pentagon 3/24 hearing D-6: Final submission deadline approaching. Court’s preliminary injunction decision will have industry-wide implications.
- Anthropic weapons expert hire: Impact of chemical weapons/explosives defense specialist hiring on AI safety discourse.
- v2.1.78 stability monitoring: Community feedback on security fixes (sandbox, protected directories) expected today.