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

AI-Powered Robot Dogs Deployed for Surveillance in Atlanta
Four-legged robot dogs equipped with cameras and AI are patrolling Atlanta streets, apartments, and construction sites, streaming 360° video to remote operators 24/7 as a cheaper alternative to human guards.

Google AI Overview Falsely Labels Canadian Fiddler Sex Offender, Lawsuit Filed
Ashley MacIsaac sues Google for $1.5M after AI Overview generated false statements he was a convicted sex offender, leading to a concert cancellation.

Critique of MCP's Abstraction Boundary and Service Integration Approach
A Reddit discussion critiques MCP for bundling API access, efficient tooling, and domain knowledge into one layer, arguing this creates limited interfaces compared to underlying APIs. The post uses Lattice as an example where their public API only covers HR admin workflows despite having a full GraphQL API.

Meta Releases BOxCrete AI Model for Concrete Mix Design
Meta has released Bayesian Optimization for Concrete (BOxCrete), an open-source AI model for designing sustainable concrete mixes using U.S.-produced materials. The model improves on previous versions with better noise robustness and slump prediction capabilities.