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

✍️ OpenClawRadar📅 Published: April 22, 2026🔗 Source
Claude Code v2.1.117 Release: Subagent Forking, Plugin Improvements, and Performance Fixes
Ad

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 --resume behavior
  • Faster startup when both local and claude.ai MCP servers are configured (concurrent connect now default)
  • Plugin improvements: plugin install on already-installed plugins now installs missing dependencies; dependency errors show "not installed" with install hints; claude plugin marketplace add auto-resolves missing dependencies
  • Managed-settings enforcement: blockedMarketplaces and strictKnownMarketplaces now 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: cleanupPeriodDays retention sweep now covers ~/.claude/tasks/, ~/.claude/shell-snapshots/, and ~/.claude/backups/
  • OpenTelemetry updates: user_prompt events include command_name and command_source for slash commands; cost.usage, token.usage, api_request, and api_error include effort attribute when models support effort levels
  • Native build improvements: macOS and Linux builds replace Glob and Grep tools with embedded bfs and ugrep available through Bash tool (Windows and npm-installed builds unchanged)
  • Windows optimization: cached where.exe executable lookups per process for faster subprocess launches
  • Default effort change: Pro/Max subscribers on Opus 4.6 and Sonnet 4.6 now default to high effort (was medium)
Ad

Notable Fixes

  • Fixed Plain-CLI OAuth sessions dying with "Please run /login" when access tokens expire mid-session
  • Fixed WebFetch hanging on very large HTML pages by truncating input before HTML-to-markdown conversion
  • Fixed crash when proxies return HTTP 204 No Content
  • Fixed /login having no effect when launched with CLAUDE_CODE_OAUTH_TOKEN env var and token expires
  • Fixed prompt-input undo (Ctrl+_) behavior
  • Fixed NO_PROXY not being respected for remote API requests under Bun
  • Fixed Opus 4.7 sessions showing inflated /context percentages 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

Ad

👀 See Also

Developer Seeks Architecture Advice for Serving Embed, Rerank, and Zero-Shot Models on 8GB VRAM
News

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.

OpenClawRadar
AI Data Centers Increase Local Temperatures Up to 9.1°C, Study Finds
News

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.

OpenClawRadar
Manifest adds GitHub Copilot as fourth AI provider for OpenClaw routing
News

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.

OpenClawRadar
Leaked Claude Code Reveals KAIROS System and the Verification Gap in AI Agents
News

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.

OpenClawRadar