Claude-Code v2.1.51: Security fixes, performance improvements, and new remote control feature

What's new in Claude-Code v2.1.51
Anthropics has released Claude-Code v2.1.51 with security fixes, performance improvements, and new features for developers using AI coding agents.
Key changes and fixes
- New remote control feature: Added
claude remote-controlsubcommand for external builds, enabling local environment serving for all users. - Plugin marketplace improvements: Updated default git timeout from 30s to 120s and added
CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MSenvironment variable for configuration. Added support for custom npm registries and specific version pinning when installing plugins from npm sources. - BashTool performance: Now skips login shell (
-lflag) by default when a shell snapshot is available, improving command execution performance. Previously required settingCLAUDE_BASH_NO_LOGIN=true. - Security fixes: Fixed issue where
statusLineandfileSuggestionhook commands could execute without workspace trust acceptance in interactive mode. Fixed HTTP hooks interpolating arbitrary environment variables from header values - env var interpolation now requires explicitallowedEnvVarslist in hook configuration. - Context management: Tool results larger than 50K characters are now persisted to disk (previously 100K), reducing context window usage and improving conversation longevity.
- API stability: Fixed bug where duplicate
control_responsemessages (e.g., from WebSocket reconnects) could cause API 400 errors by pushing duplicate assistant messages into conversation. - SDK improvements: Added
CLAUDE_CODE_ACCOUNT_UUID,CLAUDE_CODE_USER_EMAIL, andCLAUDE_CODE_ORGANIZATION_UUIDenvironment variables for SDK callers to provide account info synchronously, eliminating race condition where early telemetry events lacked account metadata. - Plugin compatibility: Fixed slash command autocomplete crashing when a plugin's SKILL.md description is a YAML array or other non-string type.
- Network security: HTTP hooks now routed through sandbox network proxy when sandboxing is enabled, enforcing domain allowlist. HTTP hooks not supported for SessionStart/Setup events.
- UI improvements: The
/modelpicker now shows human-readable labels (e.g., "Sonnet 4.5") instead of raw model IDs for pinned model versions, with upgrade hint when newer version available.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Analysis of OpenClaw's Astroturfing Campaign and $CLAWD Token Pump
A Reddit investigation reveals OpenClaw's viral growth in late January was driven by a recursive astroturfing campaign using approximately 400 bot instances, which created hype to pump the $CLAWD token to a $16M market cap before it crashed 90%.

Designing a Team of Agents: How Google Antigravity Structures Subagents for Autonomous Code Generation
Google Antigravity reveals its subagent architecture for autonomous coding: seven specialized agent types from the Sentinel (front-desk) to the Auditor (authenticity checker). Relevant for OpenClaw's subagent design.

OpenClaw: Disappointing Experience or Setup Error?
Users report issues with OpenClaw failing to perform beyond simple chatbot interactions despite correct setup following official guidelines.

Claude Cowork Usage Limits Doubled to 10 Hours Through July 5
Anthropic doubled the 5-hour usage limits in Claude Cowork to 10 hours for the next month on all paid plans. Available through July 5 via the desktop app.