Claude Code v2.1.117 Release: Subagent Forking, Plugin Improvements, and Performance Fixes

Claude Code v2.1.117 introduces several practical improvements for developers using AI coding agents, focusing on subagent functionality, plugin management, and performance optimizations.
Key Features and Changes
- Forked subagents can now be enabled on external builds by setting
CLAUDE_CODE_FORK_SUBAGENT=1 - Agent frontmatter mcpServers are now loaded for main-thread agent sessions via
--agent - Improved /model command: selections persist across restarts even when projects pin different models, and the startup header shows when the active model comes from project or managed-settings pins
- /resume command now offers to summarize stale, large sessions before re-reading them, matching existing
--resumebehavior - Faster startup when both local and claude.ai MCP servers are configured (concurrent connect now default)
- Plugin improvements:
plugin installon already-installed plugins now installs missing dependencies; dependency errors show "not installed" with install hints;claude plugin marketplace addauto-resolves missing dependencies - Managed-settings enforcement:
blockedMarketplacesandstrictKnownMarketplacesnow enforced on plugin install, update, refresh, and autoupdate - Advisor Tool (experimental): dialog carries "experimental" label with learn-more link; sessions no longer get stuck with "Advisor tool result content could not be processed" errors
- Cleanup expansion:
cleanupPeriodDaysretention sweep now covers~/.claude/tasks/,~/.claude/shell-snapshots/, and~/.claude/backups/ - OpenTelemetry updates:
user_promptevents includecommand_nameandcommand_sourcefor slash commands;cost.usage,token.usage,api_request, andapi_errorincludeeffortattribute when models support effort levels - Native build improvements: macOS and Linux builds replace Glob and Grep tools with embedded
bfsandugrepavailable through Bash tool (Windows and npm-installed builds unchanged) - Windows optimization: cached
where.exeexecutable lookups per process for faster subprocess launches - Default effort change: Pro/Max subscribers on Opus 4.6 and Sonnet 4.6 now default to
higheffort (wasmedium)
Notable Fixes
- Fixed Plain-CLI OAuth sessions dying with "Please run /login" when access tokens expire mid-session
- Fixed
WebFetchhanging on very large HTML pages by truncating input before HTML-to-markdown conversion - Fixed crash when proxies return HTTP 204 No Content
- Fixed
/loginhaving no effect when launched withCLAUDE_CODE_OAUTH_TOKENenv var and token expires - Fixed prompt-input undo (
Ctrl+_) behavior - Fixed
NO_PROXYnot being respected for remote API requests under Bun - Fixed Opus 4.7 sessions showing inflated
/contextpercentages and autocompacting too early — was computing against 200K context window instead of Opus 4.7's native 1M - Fixed subagents running different models than main agent incorrectly flagging file reads with malware warnings
- Fixed idle re-render loop reducing memory growth on Linux
- Fixed VSCode "Manage Plugins" panel breaking with multiple large marketplaces
This release primarily benefits developers using Claude Code for complex coding tasks with subagents, those managing multiple plugins, and users experiencing performance issues with large context windows or HTML processing.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Developer Seeks Architecture Advice for Serving Embed, Rerank, and Zero-Shot Models on 8GB VRAM
A developer building a unified Knowledge Graph/RAG service for a local coding agent is struggling with memory constraints on 8GB VRAM and 16GB system RAM, experiencing OOM errors, latency spikes, and Linux kernel kills when serving three transformer models concurrently.

AI Data Centers Increase Local Temperatures Up to 9.1°C, Study Finds
A University of Cambridge study found AI data centers raise land surface temperatures by an average of 2°C after operations begin, with extreme cases reaching 9.1°C increases affecting areas up to 10 kilometers away.

Manifest adds GitHub Copilot as fourth AI provider for OpenClaw routing
Manifest now supports routing OpenClaw requests through GitHub Copilot subscriptions, joining Anthropic, OpenAI, and Minimax as available providers. This allows developers to use their existing Copilot plans for code tasks through models built for development.

Leaked Claude Code Reveals KAIROS System and the Verification Gap in AI Agents
A leaked Claude Code source map revealed 512K lines of TypeScript, 44 feature flags, and KAIROS—a background agent that consolidates memory during idle time. An independent developer built a similar daemon to chain sessions for multi-day campaigns, but discovered that successful compilation doesn't guarantee functional code.