Claude Code v2.1.113 发布
阅读原文· github.comClaude Code v2.1.113 将CLI改为通过原生二进制文件运行,替代原有JavaScript捆绑包。新增 deniedDomains 设置实现域名精确拦截,并强化Bash工具安全策略,将macOS系统路径列为危险删除目标,修复命令包装器绕过限制的问题。交互方面优化全屏选择、多行输入快捷键及长URL点击体验,改进/loop和/ultrareview命令性能。此外修复30余项Bug,涵盖MCP调用超时、表格渲染、远程控制会话及插件安装冲突等问题。
What's changed
Changed the CLI to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript
Added sandbox.network.deniedDomains setting to block specific domains even when a broader allowedDomains wildcard would otherwise permit them
Fullscreen mode: Shift+↑/↓ now scrolls the viewport when extending a selection past the visible edge
Ctrl+A and Ctrl+E now move to the start/end of the current logical line in multiline input, matching readline behavior
Windows: Ctrl+Backspace now deletes the previous word
Long URLs in responses and bash output stay clickable when they wrap across lines (in terminals with OSC 8 hyperlinks)