AI产品精选

Claude Code v2.1.191 修复多项问题,CPU 使用率降低 37%

v2.1.191

精选理由

如果你在用 Claude Code,这版修复了十几个烦人 bug,特别是 /rewind 和后台代理,MCP 也更稳了,CPU 还降了 37%,赶紧更新。

AI 摘要

Claude Code v2.1.191 修复了 /rewind 在 /clear 后恢复对话的支持,并解决了滚动跳跃、后台代理停止后复活等问题。MCP 服务器可靠性改进:capability discovery 对 transient 网络错误自动重试并带有短退避。MCP OAuth 增加一次重试,headless 环境跳过浏览器弹窗直接粘贴 URL。CPU 使用率降低约 37% 通过 coalescing text updates 到 100ms。

AI 翻译 · 中文

Claude Code v2.1.191 修复了 /rewind 在 /clear 后恢复对话的支持,并解决了滚动跳跃、后台代理停止后复活等问题。MCP 服务器可靠性改进:capability discovery 对 transient 网络错误自动重试并带有短退避。MCP OAuth 增加一次重试,headless 环境跳过浏览器弹窗直接粘贴 URL。CPU 使用率降低约 37% 通过 coalescing text updates 到 100ms。

Claude Code: GitHub ReleasesWhat's changed Added /rewind support for resuming a conversation from before /clear was run Fixed scroll position jumping to the bottom while reading earlier output during a streaming response Fixed background agents res