Claude Code Daily Briefing - 2026-04-08

Release Summary

VersionDateKey Changes
v2.1.944/7Bedrock Mantle support, default effort medium→high, Slack MCP compact header, CJK text corruption fix
v2.1.924/4Bedrock setup wizard, per-model /cost breakdown, Write tool 60% faster

Full Release Notes


New Features & Practical Usage

Default Effort Level Raised from Medium to High (v2.1.94)

Starting with v2.1.94, the default effort level has been changed from medium to high for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users. Previously, you had to explicitly set /effort high for more thorough responses — now it’s the default.

# Switch to medium if you need to save tokens
/effort medium

# Keep high for complex architectural work (now the default)
/effort high

GitHub v2.1.94

Project Glasswing — Anthropic Announces AI Cybersecurity Partnership with 12 Major Companies (4/7)

Anthropic has officially unveiled “Project Glasswing,” a cybersecurity initiative built around the unreleased Claude Mythos Preview frontier model. The program partners with 12 major tech and finance companies to find and patch software vulnerabilities in their systems.

TechCrunch


Developer Workflow Tips

Amazon Bedrock Mantle Integration — One Env Var Away (v2.1.94)

v2.1.94 adds support for Amazon Bedrock’s next-generation Mantle inference infrastructure. If you already have Bedrock authentication configured, a single environment variable enables it.

# Add to .bashrc or .zshrc
export CLAUDE_CODE_USE_MANTLE=1

# Or run once
CLAUDE_CODE_USE_MANTLE=1 claude

GitHub v2.1.94

CJK/Multibyte Text Corruption Fixed — Essential for Multilingual Projects (v2.1.94)

v2.1.94 fixes CJK/multibyte text corruption in stream-json input/output. This is a critical stability improvement for developers working with Chinese, Japanese, or Korean text.

GitHub v2.1.94


Security & Limitations

OpenAI, Anthropic, Google Unite to Combat Model Cloning in China (4/6)

According to Bloomberg, OpenAI, Anthropic, and Google have begun sharing adversarial distillation detection information through the Frontier Model Forum to jointly counter AI model cloning from China.

Bloomberg


Ecosystem & Plugins

Claude Community Goes Global — 33 Countries, 67 Cities

Anthropic’s developer community has expanded to 33 countries across 67 cities. Events scheduled this week:

The rapid expansion of in-person meetups is notable, with specialized sessions emerging around local regulatory environments and industry needs.

Claude Community


Community News


Minor Changes Worth Knowing



Interesting Projects & Tools