# Claude Code v2.1.187 发布

- 来源：Claude Code：GitHub Releases（RSS）
- 作者：ashwin-ant
- 发布时间：2026-06-24 05:03
- AIHOT 分数：52
- AIHOT 链接：https://aihot.virxact.com/items/cmqr5ml590gpislp5ct41mu8z
- 原文链接：https://github.com/anthropics/claude-code/releases/tag/v2.1.187

## AI 摘要

Claude Code v2.1.187 新增 `sandbox.credentials` 设置，可阻止沙箱化命令读取凭证和秘密环境变量；模型选择器及相关参数现已支持组织配置的模型限制，选中受限模型时显示“受组织设置限制”提示。全屏模式下选择菜单支持鼠标点击。修复多项问题：`--resume` 在 `-p` 无模型回合时失败、`--json-schema` 和工作流智能体结构化输出循环、远程 MCP 工具调用 5 分钟无响应后阻塞、Remote 会话启动延迟约 2.7 秒、韩文/中日韩文本粘贴乱码、子智能体深度追踪不准确、被杀智能体工作树注册残留未清理等。

## 正文

What's changed

Added sandbox.credentials setting to block sandboxed commands from reading credential files and secret environment variables

Added org-configured model restrictions to the model picker, --model, /model, and ANTHROPIC_MODEL, with a "restricted by your organization's settings" message when a restricted model is selected

Added mouse click support to select menus (permission prompts, /model, /config, etc.) in fullscreen mode

Fixed --resume failing with "No conversation found" when the original -p run produced no model turns

Fixed --json-schema and workflow agent({schema}) structured output: the model can no longer re-call StructuredOutput indefinitely after a successful call, and follow-up turns now reliably return structured output

Fixed remote MCP tool calls that hang with no response for 5 minutes — they now abort with an error instead of blocking indefinitely (override with CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT)

Fixed Claude Code Remote sessions taking ~2.7s longer to start after the agent proxy CA system-trust install was added

Fixed pasted Korean/CJK text turning into mojibake in terminals that deliver paste as per-byte extended-key events

Fixed /update over Remote Control hanging when a startup trust dialog would have shown

Fixed background jobs in the agents view getting stuck in "working" indefinitely when the agent ended a turn without producing structured output

Fixed channel connections dropping after navigating to the agents view and back, and after /bg, /tui, or /update

Fixed agent stop notifications not correctly attributing who stopped the agent, and improved wording ("finished"/"stopped" instead of "came to rest")

Fixed subagent depth tracking: resumed subagents now restore their original spawn depth, and forked subagents now count toward the depth cap

Fixed leaked agent worktree registrations: locked .git/worktrees/ entries from killed agents are now cleaned up automatically

Fixed Cmd+click not opening URLs in fullscreen mode in Ghostty on macOS

Fixed claude --help not listing the --bg/--background flag

Fixed Esc, Ctrl-C, and Ctrl-D not working while /share is uploading

Improved /install-github-app: GitHub Actions workflow setup is now optional — you can install just the GitHub App and skip the workflow/secret steps

Improved /btw with ←/→ arrow navigation to step through earlier answers

Improved /plugin to surface plugins you haven't used recently so you can clean them up

[VSCode] Fixed extension becoming unresponsive when resuming a large session
