Claude Code v2.1.187: Structured Output Fixes, Sandbox Security, and Org Model Restrictions

Anthropic released Claude Code v2.1.187 with a batch of practical fixes and additions. The headline items: a sandbox.credentials setting to block sandboxed commands from reading credential files and secret environment variables, and org-configured model restrictions now enforced across the model picker, --model flag, /model command, and ANTHROPIC_MODEL env var. Users see a "restricted by your organization's settings" message when selecting a blocked model.
Key Changes
- Structured output fix:
--json-schemaand workflowagent({schema})no longer allow the model to re-callStructuredOutputindefinitely after a successful call. Follow-up turns now reliably return structured output instead of falling back to free text. - Remote MCP timeout: Tool calls that hang for 5 minutes now abort with an error instead of blocking indefinitely. Override with
CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT. - Startup performance: Remote sessions no longer add ~2.7s overhead from the agent proxy CA system-trust install.
- Subagent depth tracking: Resumed subagents restore their original spawn depth; forked subagents now count toward the depth cap instead of possibly bypassing limits.
- Worktree cleanup: Locked
.git/worktrees/entries from killed agents are now cleaned up automatically, preventing leaked registrations. - Mojibake fix: Pasted Korean/CJK text in terminals that deliver paste as per-byte extended-key events no longer turns into garbage.
- Agent stop notifications: Now correctly attribute who stopped the agent and use "finished"/"stopped" wording instead of "came to rest".
/install-github-appimprovement: GitHub Actions workflow setup is now optional — you can install just the GitHub App and skip the workflow/secret steps./btwnavigation: Use←/→arrows to step through earlier answers./pluginimprovement: Surfaces plugins you haven't used recently so you can clean them up.- Mouse click in fullscreen: Select menus (permission prompts,
/model,/config) now support mouse clicks in fullscreen mode. - VS Code: Fixed extension becoming unresponsive when resuming a large session.
--helpfix:claude --helpnow lists the--bg/--backgroundflag.- Other fixes:
--resumefailing with "No conversation found" after-pruns with no turns; background jobs stuck in "working"; channel connection drops after navigating to agents view or after/bg,/tui,/update; Esc/Ctrl-C/Ctrl-D not working during/shareupload;/updatehanging when a startup trust dialog would show; Cmd+click not opening URLs in fullscreen mode in Ghostty on macOS.
This release is primarily for teams using structured output workflows, remote MCP servers, or running sandboxed commands that need credential isolation. The performance regression fix (2.7s startup delay) is significant for anyone using Claude Code Remote.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude Code System Prompts v2.1.53-2.1.55: Memory Selection Added, Command Execution Removed
Claude Code system prompts versions 2.1.53 to 2.1.55 add memory selection instructions (156 tokens), remove command execution specialist (109 tokens), and reorganize prompts into ~70 atomic files. Background agents now auto-notify on completion instead of providing output file paths.

Analysis: Anthropic's actual compute costs for Claude Code users are far lower than reported $5k figure
A recent article analyzes the claim that Anthropic's $200/month Claude Code Max plan consumes $5,000 in compute, finding that actual inference costs are roughly 10% of API prices when comparing to competitive open-weight models on OpenRouter.

RTX 5000 PRO 48GB Delivers 4400 tok/s Precision Caching for Qwen3.6-27B
A first-time PC builder reports 4400 tok/s prompt processing and 80 tok/s generation with Qwen3.6-27B-FP8 full-precision KV cache on a single RTX 5000 Pro 48GB, using vLLM and Claude Code.
Claude Code v2.1.208: Screen Reader Mode, Vim Remaps, Memory Leak Fixes, and More
Claude Code v2.1.208 adds opt-in plain-text screen reader mode, vim insert-mode sequence remaps, a process wrapper for corporate launchers, and fixes dozens of bugs including memory leaks in long sessions.