Claude Code v2.1.224 Adds Self-Hosted Runners, Cross-Session Messaging
Anthropic released Claude Code v2.1.224, a feature-packed update that introduces self-hosted environments, cross-session messaging, and a new plugin source, along with a heap of fixes for sandbox and remote-control issues.
Key Additions
- Self-Hosted Runners: The new
claude self-hosted-runnercommand turns your own machines or containers into a place where Claude Code web, mobile, and desktop sessions can run. Available on Team and Enterprise plans. - Archive Plugin Source: You can now install plugins from a zip over HTTPS without needing git or npm. Optional SHA-256 pinning is supported for security.
- Cross-Session Messaging: Claude Code sessions can now message each other across machines (macOS and Linux) with
SendMessage, and you can useListAgentsto discover available sessions. - Bedrock Region Prefix: New
ANTHROPIC_BEDROCK_REGION_PREFIXenv var lets you prefer a specific cross-region inference profile over the one derived fromAWS_REGION.
Beefed-Up Sandbox Credential Masking
The sandbox now supports more credential-masking options:
extractandonExtractNoMatchfor structured env valuesdecode: "jwt"withmaskClaimsfor JWT-aware maskingawsPairs/sigv4for AWS SigV4 re-signing
These options require network.tlsTerminate and are honored only from user, managed, or --settings settings.
Notable Fixes
- Fixed long (>200 char) project paths resolving to another project's session directory – session list, rename, fork, delete, and
/resumeno longer cross projects. - Fixed sandbox filesystem deny entries with trailing slashes (e.g.,
denyRead: "~/.aws/") being bypassed on Linux and macOS. - Sandbox violation details now appear in Bash tool results, so Claude sees which file or network access was denied and why.
- Fixed
SendMessagereporting success when writes to a teammate's inbox actually failed. - Removed the 200-subagent-per-session spawn cap – long-running sessions no longer refuse new agents (concurrency and depth limits still apply).
- Remote Control now shows compaction progress and connection failures persistently instead of silent pauses or 8-second toasts.
Who It's For
If you're running Claude Code in production, on remote servers, or in a multi-session workflow, this release adds meaningful flexibility and plugs several security holes.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude CLI Directive Drift Issue Reported by Developer
A developer reports Claude CLI consistently ignores project directives stored in .claude folder files, particularly after auto-compact operations. The tool runs prohibited background processes and deletes task/session data despite explicit instructions.

Anthropic Copyright Settlement Details for Developers
Anthropic settled a $1.5 billion copyright class action over using works to train AI models. Eligible copyright owners can claim $500–$3,000 per validated work with a March 23, 2026 deadline.

PwC 2026 CEO Survey: 56% Report Zero Financial Return from AI, Only 12% Succeed
PwC surveyed 4,454 CEOs across 95 countries and found 56% report zero financial impact from AI, while only 12% have successfully used AI to both cut costs and grow revenue. The successful 'Vanguard' companies are 3x more likely to apply AI directly to products and services.

Exploring Clawra's Architecture and Social Autonomy Framework
David Im's Clawra experiments with a parallel world framework for AI companions, focusing on autonomy and local-first data privacy.