<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Claude Code on 科技热点日报</title><link>https://qpzm7903.github.io/tags/claude-code/</link><description>Recent content in Claude Code on 科技热点日报</description><generator>Hugo -- 0.160.0</generator><language>zh-cn</language><lastBuildDate>Sat, 04 Apr 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://qpzm7903.github.io/tags/claude-code/index.xml" rel="self" type="application/rss+xml"/><item><title>🤖 Claude Code 更新日报 2026-04-04</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-04-04/</link><pubDate>Sat, 04 Apr 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-04-04/</guid><description>&lt;h1 id="-claude-code-更新-v2192"&gt;🤖 Claude Code 更新 v2.1.92&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-04-04&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;forceRemoteSettingsRefresh&lt;/code&gt; policy setting: when set, the CLI blocks startup until remote managed settings are freshly fetched, and exits if the fetch fails (fail-closed)&lt;/li&gt;
&lt;li&gt;Added interactive Bedrock setup wizard accessible from the login screen when selecting &amp;ldquo;3rd-party platform&amp;rdquo; — guides you through AWS authentication, region configuration, credential verification, and model pinning&lt;/li&gt;
&lt;li&gt;Added per-model and cache-hit breakdown to &lt;code&gt;/cost&lt;/code&gt; for subscription users&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed subagent spawning permanently failing with &amp;ldquo;Could not determine pane count&amp;rdquo; after tmux windows are killed or renumbered during a long-running session&lt;/li&gt;
&lt;li&gt;Fixed prompt-type Stop hooks incorrectly failing when the small fast model returns &lt;code&gt;ok:false&lt;/code&gt;, and restored &lt;code&gt;preventContinuation:true&lt;/code&gt; semantics for non-Stop prompt-type hooks&lt;/li&gt;
&lt;li&gt;Fixed tool input validation failures when streaming emits array/object fields as JSON-encoded strings&lt;/li&gt;
&lt;li&gt;Fixed an API 400 error that could occur when extended thinking produced a whitespace-only text block alongside real content&lt;/li&gt;
&lt;li&gt;Fixed accidental feedback survey submissions from auto-pilot keypresses and consecutive-prompt digit collisions&lt;/li&gt;
&lt;li&gt;Fixed misleading &amp;ldquo;esc to interrupt&amp;rdquo; hint appearing alongside &amp;ldquo;esc to clear&amp;rdquo; when a text selection exists in fullscreen mode during processing&lt;/li&gt;
&lt;li&gt;Fixed Homebrew install update prompts to use the cask&amp;rsquo;s release channel (&lt;code&gt;claude-code&lt;/code&gt; → stable, &lt;code&gt;claude-code@latest&lt;/code&gt; → latest)&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;ctrl+e&lt;/code&gt; jumping to the end of the next line when already at end of line in multiline prompts&lt;/li&gt;
&lt;li&gt;Fixed an issue where the same message could appear at two positions when scrolling up in fullscreen mode (iTerm2, Ghostty, and other terminals with DEC 2026 support)&lt;/li&gt;
&lt;li&gt;Fixed idle-return &amp;ldquo;/clear to save X tokens&amp;rdquo; hint showing cumulative session tokens instead of current context size&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved Write tool diff computation speed for large files (60% faster on files with tabs/&lt;code&gt;&amp;amp;&lt;/code&gt;/&lt;code&gt;$&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;/tag&lt;/code&gt; command&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;/vim&lt;/code&gt; command (toggle vim mode via &lt;code&gt;/config&lt;/code&gt; → Editor mode)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;交互式 Bedrock 配置向导&lt;/strong&gt;：在登录界面选择第三方平台时，新增了完整的 Bedrock 引导流程，支持 AWS 身份验证、区域配置及模型固定，大幅简化了企业级环境的接入难度。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;精细化 &lt;code&gt;/cost&lt;/code&gt; 成本统计&lt;/strong&gt;：针对订阅用户，&lt;code&gt;/cost&lt;/code&gt; 命令现在支持按模型维度和缓存命中（cache-hit）情况进行费用拆解，提供了更透明的 Token 消耗反馈。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Write 工具性能优化&lt;/strong&gt;：改进了大文件的 diff 计算逻辑，在处理包含制表符或特殊符号（如 &lt;code&gt;&amp;amp;&lt;/code&gt;、&lt;code&gt;$&lt;/code&gt;）的文件时，计算速度提升了约 60%。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Tmux 子智能体生成失效&lt;/strong&gt;：修复了在 tmux 环境下，若窗口被销毁或重排导致“无法确定窗格数量”，进而造成子智能体（subagent）永久无法启动的问题。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP 服务连接阻塞&lt;/strong&gt;：解决了当插件 MCP 服务与未授权的 claude.ai 连接器冲突时，导致服务卡死在“连接中”状态的异常。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.92 版本标志着 Claude Code 进入了从功能扩张转向体验打磨的阶段。通过移除 &lt;code&gt;/tag&lt;/code&gt; 和重构 &lt;code&gt;/vim&lt;/code&gt; 指令（整合至配置项），工具链的逻辑变得更加清晰；而针对大文件 diff 速度的提升和 Bedrock 接入流程的完善，则直接回应了开发者在复杂工程场景下的核心诉求。整体而言，这是一个侧重于稳定性与工程化细节的务实更新，建议重度 CLI 用户及 AWS 环境开发者尽快升级。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-04-02</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-04-02/</link><pubDate>Thu, 02 Apr 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-04-02/</guid><description>&lt;h1 id="-claude-code-更新-v2190"&gt;🤖 Claude Code 更新 v2.1.90&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-04-02&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;/powerup&lt;/code&gt; — interactive lessons teaching Claude Code features with animated demos&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;CLAUDE_CODE_PLUGIN_KEEP_MARKETPLACE_ON_FAILURE&lt;/code&gt; env var to keep the existing marketplace cache when &lt;code&gt;git pull&lt;/code&gt; fails, useful in offline environments&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;.husky&lt;/code&gt; to protected directories (acceptEdits mode)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed an infinite loop where the rate-limit options dialog would repeatedly auto-open after hitting your usage limit, eventually crashing the session&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--resume&lt;/code&gt; causing a full prompt-cache miss on the first request for users with deferred tools, MCP servers, or custom agents (regression since v2.1.69)&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;Edit&lt;/code&gt;/&lt;code&gt;Write&lt;/code&gt; failing with &amp;ldquo;File content has changed&amp;rdquo; when a PostToolUse format-on-save hook rewrites the file between consecutive edits&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;PreToolUse&lt;/code&gt; hooks that emit JSON to stdout and exit with code 2 not correctly blocking the tool call&lt;/li&gt;
&lt;li&gt;Fixed collapsed search/read summary badge appearing multiple times in fullscreen scrollback when a CLAUDE.md file auto-loads during a tool call&lt;/li&gt;
&lt;li&gt;Fixed auto mode not respecting explicit user boundaries (&amp;ldquo;don&amp;rsquo;t push&amp;rdquo;, &amp;ldquo;wait for X before Y&amp;rdquo;) even when the action would otherwise be allowed&lt;/li&gt;
&lt;li&gt;Fixed click-to-expand hover text being nearly invisible on light terminal themes&lt;/li&gt;
&lt;li&gt;Fixed UI crash when malformed tool input reached the permission dialog&lt;/li&gt;
&lt;li&gt;Fixed headers disappearing when scrolling &lt;code&gt;/model&lt;/code&gt;, &lt;code&gt;/config&lt;/code&gt;, and other selection screens&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved performance: eliminated per-turn JSON.stringify of MCP tool schemas on cache-key lookup&lt;/li&gt;
&lt;li&gt;Improved performance: SSE transport now handles large streamed frames in linear time (was quadratic)&lt;/li&gt;
&lt;li&gt;Improved performance: SDK sessions with long conversations no longer slow down quadratically on transcript writes&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/resume&lt;/code&gt; all-projects view to load project sessions in parallel, improving load times for users with many projects&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;Get-DnsClientCache&lt;/code&gt; and &lt;code&gt;ipconfig /displaydns&lt;/code&gt; from auto-allow (DNS cache privacy)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;/powerup&lt;/code&gt; 交互式教程&lt;/strong&gt;：新增内置交互式课程，通过动画演示直观教学 Claude Code 的各项功能特性，降低了复杂指令的学习门槛。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;长对话与多项目性能优化&lt;/strong&gt;：SSE 传输处理大幅数据帧的时间复杂度由平方级优化为线性；同时 &lt;code&gt;/resume&lt;/code&gt; 支持并行加载项目会话，显著提升了大型项目及长上下文场景下的响应速度。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PowerShell 权限校验加固&lt;/strong&gt;：针对 Windows 环境进行了深度安全加固，修复了通过后台任务（&lt;code&gt;&amp;amp;&lt;/code&gt;）绕过权限检查以及特定场景下的降级漏洞，增强了工具调用的安全性。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;开发流冲突修复&lt;/strong&gt;：解决了 PostToolUse 钩子（如 format-on-save）在连续编辑间隙改写文件导致 &lt;code&gt;Edit&lt;/code&gt;/&lt;code&gt;Write&lt;/code&gt; 报错“File content has changed”的竞争问题。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;缓存逻辑修正&lt;/strong&gt;：修复了自 v2.1.69 以来 &lt;code&gt;--resume&lt;/code&gt; 导致 prompt-cache 失效的回归问题，确保在使用 MCP 或自定义 Agent 时能正确命中缓存以节省 Token。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;Claude Code v2.1.90 是一个以「稳定性」和「性能缩放」为核心的迭代版本。通过重构 SSE 传输机制和并行化加载逻辑，该版本解决了 AI 工具在处理超长对话时常见的性能衰减痛点。同时，针对 format-on-save 触发的文件改写冲突以及 prompt-cache 命中率的修复，显示出开发团队正在深度磨平 AI 代理与前端工程化工具链（如 ESLint/Prettier）之间的协作摩擦。整体来看，这使得 Claude Code 在处理复杂工程任务时更加可靠和高效。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-04-01</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-04-01/</link><pubDate>Wed, 01 Apr 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-04-01/</guid><description>&lt;h1 id="-claude-code-更新-v2187"&gt;🤖 Claude Code 更新 v2.1.87&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-04-01&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed messages in Cowork Dispatch not getting delivered&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;p&gt;本次 v2.1.87 版本主要聚焦于底层架构的稳固，核心目标是提升 &lt;strong&gt;Cowork Dispatch&lt;/strong&gt; 模式在复杂协作场景下的通信质量，确保调度逻辑的严密性。&lt;/p&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;修复 Cowork Dispatch 消息投递失效问题&lt;/strong&gt;：解决了在多任务协同分发过程中，消息无法正确送达目标的故障，保证了协作链路的连贯性。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.87 是一个典型的稳定性补丁版本。虽然更新日志仅包含一项修复，但其针对的是 &lt;strong&gt;Cowork Dispatch&lt;/strong&gt; 这一核心协作组件，对于保障多智能体任务调度的可靠性至关重要。此次修复消除了由于通信中断导致的自动化流程卡死风险，建议依赖协作模式的开发者及时更新以维持工作流的稳定性。&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;数据来源&lt;/strong&gt;: &lt;a href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"&gt;官方 CHANGELOG&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Generated by OpenClaw at 2026-04-01 08:00:36&lt;/em&gt;&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-31</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-31/</link><pubDate>Tue, 31 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-31/</guid><description>&lt;h1 id="-claude-code-更新-v2188"&gt;🤖 Claude Code 更新 v2.1.88&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-31&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;CLAUDE_CODE_NO_FLICKER=1&lt;/code&gt; environment variable to opt into flicker-free alt-screen rendering with virtualized scrollback&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;PermissionDenied&lt;/code&gt; hook that fires after auto mode classifier denials — return &lt;code&gt;{retry: true}&lt;/code&gt; to tell the model it can retry&lt;/li&gt;
&lt;li&gt;Added named subagents to &lt;code&gt;@&lt;/code&gt; mention typeahead suggestions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed prompt cache misses in long sessions caused by tool schema bytes changing mid-session&lt;/li&gt;
&lt;li&gt;Fixed nested CLAUDE.md files being re-injected dozens of times in long sessions that read many files&lt;/li&gt;
&lt;li&gt;Fixed Edit/Write tools doubling CRLF on Windows and stripping Markdown hard line breaks (two trailing spaces)&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;StructuredOutput&lt;/code&gt; schema cache bug causing ~50% failure rate in workflows with multiple schemas&lt;/li&gt;
&lt;li&gt;Fixed memory leak where large JSON inputs were retained as LRU cache keys in long-running sessions&lt;/li&gt;
&lt;li&gt;Fixed a potential out-of-memory crash when the Edit tool was used on very large files (&amp;gt;1 GiB)&lt;/li&gt;
&lt;li&gt;Fixed a crash when removing a message from very large session files (over 50MB)&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--resume&lt;/code&gt; crash when transcript contains a tool result from an older CLI version or interrupted write&lt;/li&gt;
&lt;li&gt;Fixed misleading &amp;ldquo;Rate limit reached&amp;rdquo; message when the API returned an entitlement error — now shows the actual error with actionable hints&lt;/li&gt;
&lt;li&gt;Fixed LSP server zombie state after crash — server now restarts on next request instead of failing until session restart&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved PowerShell tool prompt with version-appropriate syntax guidance (5.1 vs 7+)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;p&gt;以下是关于 Claude Code v2.1.88 更新内容的深度点评：&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-30</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-30/</link><pubDate>Mon, 30 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-30/</guid><description>&lt;h1 id="-claude-code-更新-v2187"&gt;🤖 Claude Code 更新 v2.1.87&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-30&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed messages in Cowork Dispatch not getting delivered&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;协作稳定性增强&lt;/strong&gt;：针对 Cowork Dispatch 模式进行了底层优化，确保在多任务并发或复杂协作场景下，指令和状态消息能够稳定送达目标节点。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;修复消息丢失问题&lt;/strong&gt;：解决了 Cowork Dispatch 中消息发送失败的异常，消除了因通信中断导致的代理任务挂起或执行超时风险。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;Claude Code v2.1.87 是一个专注于系统健壮性的维护版本。本次更新精准修复了 Cowork Dispatch 这一协作核心模块的通信缺陷，对提升大规模自动化任务的成功率具有实际意义。虽然该版本未引入交互层面的新特性，但底层通信逻辑的加固，是工具走向工程化生产环境的必要保障。对于依赖多代理协作流程的用户，这是一个建议升级的稳定性补丁。&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;数据来源&lt;/strong&gt;: &lt;a href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"&gt;官方 CHANGELOG&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Generated by OpenClaw at 2026-03-30 08:00:30&lt;/em&gt;&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-28</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-28/</link><pubDate>Sat, 28 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-28/</guid><description>&lt;h1 id="-claude-code-更新-v2186"&gt;🤖 Claude Code 更新 v2.1.86&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-28&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;X-Claude-Code-Session-Id&lt;/code&gt; header to API requests so proxies can aggregate requests by session without parsing the body&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;.jj&lt;/code&gt; and &lt;code&gt;.sl&lt;/code&gt; to VCS directory exclusion lists so Grep and file autocomplete don&amp;rsquo;t descend into Jujutsu or Sapling metadata&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;code&gt;--resume&lt;/code&gt; failing with &amp;ldquo;tool_use ids were found without tool_result blocks&amp;rdquo; on sessions created before v2.1.85&lt;/li&gt;
&lt;li&gt;Fixed Write/Edit/Read failing on files outside the project root (e.g., &lt;code&gt;~/.claude/CLAUDE.md&lt;/code&gt;) when conditional skills or rules are configured&lt;/li&gt;
&lt;li&gt;Fixed unnecessary config disk writes on every skill invocation that could cause performance issues and config corruption on Windows&lt;/li&gt;
&lt;li&gt;Fixed potential out-of-memory crash when using &lt;code&gt;/feedback&lt;/code&gt; on very long sessions with large transcript files&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--bare&lt;/code&gt; mode dropping MCP tools in interactive sessions and silently discarding messages enqueued mid-turn&lt;/li&gt;
&lt;li&gt;Fixed the &lt;code&gt;c&lt;/code&gt; shortcut copying only ~20 characters of the OAuth login URL instead of the full URL&lt;/li&gt;
&lt;li&gt;Fixed masked input (e.g., OAuth code paste) leaking the start of the token when wrapping across multiple lines on narrow terminals&lt;/li&gt;
&lt;li&gt;Fixed official marketplace plugin scripts failing with &amp;ldquo;Permission denied&amp;rdquo; on macOS/Linux since v2.1.83&lt;/li&gt;
&lt;li&gt;Fixed statusline showing another session&amp;rsquo;s model when running multiple Claude Code instances and using &lt;code&gt;/model&lt;/code&gt; in one of them&lt;/li&gt;
&lt;li&gt;Fixed scroll not following new messages after wheel scroll or click-to-select at the bottom of a long conversation&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved prompt cache hit rate for Bedrock, Vertex, and Foundry users by removing dynamic content from tool descriptions&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed extension incorrectly showing &amp;ldquo;Not responding&amp;rdquo; during long-running operations&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed extension defaulting Max plan users to Sonnet after the OAuth token refreshes (8 hours after login)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Token 消耗深度优化&lt;/strong&gt;：&lt;code&gt;Read&lt;/code&gt; 工具通过采用紧凑行号格式及重复读取去重技术，配合 &lt;code&gt;@&lt;/code&gt; 文件引用改用原始字符串（取消 JSON 转义），有效降低了上下文占用。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;会话聚合能力提升&lt;/strong&gt;：API 请求新增 &lt;code&gt;X-Claude-Code-Session-Id&lt;/code&gt; 请求头，支持代理服务器在不解析请求体的情况下，实现基于 Session 的请求聚合与监控。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;云端推理兼容性改进&lt;/strong&gt;：通过移除工具描述中的动态内容，提升了 Bedrock、Vertex 和 Foundry 用户在调用时的 Prompt 缓存命中率。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;跨目录文件操作&lt;/strong&gt;：修复了在配置特定规则时，无法编辑或读取项目根目录外文件（如 &lt;code&gt;~/.claude/CLAUDE.md&lt;/code&gt;）的权限限制问题。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;长会话稳定性&lt;/strong&gt;：解决了 Markdown 渲染缓存导致的内存持续增长问题，并修复了在超长会话中使用 &lt;code&gt;/feedback&lt;/code&gt; 可能引发的内存溢出崩溃。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.86 版本是一次侧重于「工业级稳定性」和「成本控制」的迭代。开发团队通过对 Token 序列化细节的打磨以及内存管理机制的重构，显著提升了 Claude Code 处理大规模代码库和长周期对话的效率。此外，针对 Bedrock 等云端平台缓存命中率的优化，反映了该工具正在持续加强对企业级开发环境的适配能力。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-27</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-27/</link><pubDate>Fri, 27 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-27/</guid><description>&lt;h1 id="-claude-code-更新-v2185"&gt;🤖 Claude Code 更新 v2.1.85&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-27&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;CLAUDE_CODE_MCP_SERVER_NAME&lt;/code&gt; and &lt;code&gt;CLAUDE_CODE_MCP_SERVER_URL&lt;/code&gt; environment variables to MCP &lt;code&gt;headersHelper&lt;/code&gt; scripts, allowing one helper to serve multiple servers&lt;/li&gt;
&lt;li&gt;Added conditional &lt;code&gt;if&lt;/code&gt; field for hooks using permission rule syntax (e.g., &lt;code&gt;Bash(git *)&lt;/code&gt;) to filter when they run, reducing process spawning overhead&lt;/li&gt;
&lt;li&gt;Added timestamp markers in transcripts when scheduled tasks (&lt;code&gt;/loop&lt;/code&gt;, &lt;code&gt;CronCreate&lt;/code&gt;) fire&lt;/li&gt;
&lt;li&gt;Added trailing space after &lt;code&gt;[Image #N]&lt;/code&gt; placeholder when pasting images&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;code&gt;/compact&lt;/code&gt; failing with &amp;ldquo;context exceeded&amp;rdquo; when the conversation has grown too large for the compact request itself to fit&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/plugin enable&lt;/code&gt; and &lt;code&gt;/plugin disable&lt;/code&gt; failing when a plugin&amp;rsquo;s install location differs from where it&amp;rsquo;s declared in settings&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--worktree&lt;/code&gt; exiting with an error in non-git repositories before the &lt;code&gt;WorktreeCreate&lt;/code&gt; hook could run&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;deniedMcpServers&lt;/code&gt; setting not blocking claude.ai MCP servers&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;switch_display&lt;/code&gt; in the computer-use tool returning &amp;ldquo;not available in this session&amp;rdquo; on multi-monitor setups&lt;/li&gt;
&lt;li&gt;Fixed crash when &lt;code&gt;OTEL_LOGS_EXPORTER&lt;/code&gt;, &lt;code&gt;OTEL_METRICS_EXPORTER&lt;/code&gt;, or &lt;code&gt;OTEL_TRACES_EXPORTER&lt;/code&gt; is set to &lt;code&gt;none&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed diff syntax highlighting not working in non-native builds&lt;/li&gt;
&lt;li&gt;Fixed MCP step-up authorization failing when a refresh token exists — servers requesting elevated scopes via &lt;code&gt;403 insufficient_scope&lt;/code&gt; now correctly trigger the re-authorization flow&lt;/li&gt;
&lt;li&gt;Fixed memory leak in remote sessions when a streaming response is interrupted&lt;/li&gt;
&lt;li&gt;Fixed persistent ECONNRESET errors during edge connection churn by using a fresh TCP connection on retry&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved @-mention file autocomplete performance on large repositories&lt;/li&gt;
&lt;li&gt;Improved PowerShell dangerous command detection&lt;/li&gt;
&lt;li&gt;Improved scroll performance with large transcripts by replacing WASM yoga-layout with a pure TypeScript implementation&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hook 系统灵活性提升&lt;/strong&gt;：新增基于权限规则语法的 &lt;code&gt;if&lt;/code&gt; 条件字段，有效降低了 Hook 运行时的进程生成开销；同时 &lt;code&gt;PreToolUse&lt;/code&gt; hook 支持在 &lt;code&gt;allow&lt;/code&gt; 决策时返回 &lt;code&gt;updatedInput&lt;/code&gt;，为需要自定义 UI 收集信息的无头（headless）集成提供了底层支持。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP 环境感知与协议对齐&lt;/strong&gt;：在 &lt;code&gt;headersHelper&lt;/code&gt; 脚本中引入了服务器名称和 URL 环境变量，支持单脚本服务多个 MCP 服务端；同时 MCP OAuth 现已遵循 RFC 9728 标准进行资源元数据发现，提升了授权流程的标准性。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;长会话性能表现优化&lt;/strong&gt;：通过将滚动布局计算从 WASM 迁移至纯 TypeScript 实现，并优化了 &lt;code&gt;compaction&lt;/code&gt; 触发时的 UI 抖动，显著提升了在大规模 transcript 场景下的滚动响应速度。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;会话压缩稳定性&lt;/strong&gt;：修复了在极端长会话中执行 &lt;code&gt;/compact&lt;/code&gt; 因上下文超出限制而失败的问题，确保了高负载下的会话管理能力。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;终端协议兼容性&lt;/strong&gt;：解决了在 Ghostty、Kitty 等终端退出后残留增强键盘模式的 Bug，确保了 Ctrl+C/D 等原生快捷键在退出后的正常响应。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;Claude Code v2.1.85 版本并未追求视觉上的大幅变动，而是专注于 Hook 系统的精细化控制与 MCP 扩展协议的深度打磨。特别是对无头集成模式的增强和对大仓库 &lt;code&gt;@-mention&lt;/code&gt; 性能的优化，显示出该工具正在向更复杂的工业级开发场景演进。性能层面的架构微调（如布局引擎的重构）解决了重度用户在长时会话中的痛点，整体版本价值体现在生产环境下的可靠性与可扩展性。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-26</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-26/</link><pubDate>Thu, 26 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-26/</guid><description>&lt;h1 id="-claude-code-更新-v2184"&gt;🤖 Claude Code 更新 v2.1.84&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-26&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added PowerShell tool for Windows as an opt-in preview. Learn more at &lt;a href="https://code.claude.com/docs/en/tools-reference#powershell-tool"&gt;https://code.claude.com/docs/en/tools-reference#powershell-tool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;ANTHROPIC_DEFAULT_{OPUS,SONNET,HAIKU}_MODEL_SUPPORTS&lt;/code&gt; env vars to override effort/thinking capability detection for pinned default models for 3p (Bedrock, Vertex, Foundry), and &lt;code&gt;_MODEL_NAME&lt;/code&gt;/&lt;code&gt;_DESCRIPTION&lt;/code&gt; to customize the &lt;code&gt;/model&lt;/code&gt; picker label&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;CLAUDE_STREAM_IDLE_TIMEOUT_MS&lt;/code&gt; env var to configure the streaming idle watchdog threshold (default 90s)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;TaskCreated&lt;/code&gt; hook that fires when a task is created via &lt;code&gt;TaskCreate&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;WorktreeCreate&lt;/code&gt; hook support for &lt;code&gt;type: &amp;quot;http&amp;quot;&lt;/code&gt; — return the created worktree path via &lt;code&gt;hookSpecificOutput.worktreePath&lt;/code&gt; in the response JSON&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;allowedChannelPlugins&lt;/code&gt; managed setting for team/enterprise admins to define a channel plugin allowlist&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;x-client-request-id&lt;/code&gt; header to API requests for debugging timeouts&lt;/li&gt;
&lt;li&gt;Added idle-return prompt that nudges users returning after 75+ minutes to &lt;code&gt;/clear&lt;/code&gt;, reducing unnecessary token re-caching on stale sessions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed voice push-to-talk: holding the voice key no longer leaks characters into the text input, and transcripts now insert at the correct position&lt;/li&gt;
&lt;li&gt;Fixed up/down arrow keys being unresponsive when a footer item is focused&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;Ctrl+U&lt;/code&gt; (kill-to-line-start) being a no-op at line boundaries in multiline input, so repeated &lt;code&gt;Ctrl+U&lt;/code&gt; now clears across lines&lt;/li&gt;
&lt;li&gt;Fixed null-unbinding a default chord binding (e.g. &lt;code&gt;&amp;quot;ctrl+x ctrl+k&amp;quot;: null&lt;/code&gt;) still entering chord-wait mode instead of freeing the prefix key&lt;/li&gt;
&lt;li&gt;Fixed mouse events inserting literal &amp;ldquo;mouse&amp;rdquo; text into transcript search input&lt;/li&gt;
&lt;li&gt;Fixed workflow subagents failing with API 400 when the outer session uses &lt;code&gt;--json-schema&lt;/code&gt; and the subagent also specifies a schema&lt;/li&gt;
&lt;li&gt;Fixed missing background color behind certain emoji in user message bubbles on some terminals&lt;/li&gt;
&lt;li&gt;Fixed the &amp;ldquo;allow Claude to edit its own settings for this session&amp;rdquo; permission option not sticking for users with &lt;code&gt;Edit(.claude)&lt;/code&gt; allow rules&lt;/li&gt;
&lt;li&gt;Fixed a hang when generating attachment snippets for large edited files&lt;/li&gt;
&lt;li&gt;Fixed MCP tool/resource cache leak on server reconnect&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved detection for dangerous removals of Windows drive roots (&lt;code&gt;C:\&lt;/code&gt;, &lt;code&gt;C:\Windows&lt;/code&gt;, etc.)&lt;/li&gt;
&lt;li&gt;Improved interactive startup by ~30ms by running &lt;code&gt;setup()&lt;/code&gt; in parallel with slash command and agent loading&lt;/li&gt;
&lt;li&gt;Improved startup for &lt;code&gt;claude &amp;quot;prompt&amp;quot;&lt;/code&gt; with MCP servers — the REPL now renders immediately instead of blocking until all servers connect&lt;/li&gt;
&lt;li&gt;Improved Remote Control to show a specific reason when blocked instead of a generic &amp;ldquo;not yet enabled&amp;rdquo; message&lt;/li&gt;
&lt;li&gt;Improved p90 prompt cache rate&lt;/li&gt;
&lt;li&gt;[VSCode] Added rate limit warning banner with usage percentage and reset time&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;p&gt;这是一篇关于 Claude Code v2.1.84 更新内容的深度点评。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-25</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-25/</link><pubDate>Wed, 25 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-25/</guid><description>&lt;h1 id="-claude-code-更新-v2181"&gt;🤖 Claude Code 更新 v2.1.81&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-25&lt;br&gt;
&lt;strong&gt;📋 版本维护&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;--bare&lt;/code&gt; flag for scripted &lt;code&gt;-p&lt;/code&gt; calls — skips hooks, LSP, plugin sync, and skill directory walks; requires &lt;code&gt;ANTHROPIC_API_KEY&lt;/code&gt; or an &lt;code&gt;apiKeyHelper&lt;/code&gt; via &lt;code&gt;--settings&lt;/code&gt; (OAuth and keychain auth disabled); auto-memory fully disabled&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;--channels&lt;/code&gt; permission relay — channel servers that declare the permission capability can forward tool approval prompts to your phone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed multiple concurrent Claude Code sessions requiring repeated re-authentication when one session refreshes its OAuth token&lt;/li&gt;
&lt;li&gt;Fixed voice mode silently swallowing retry failures and showing a misleading &amp;ldquo;check your network&amp;rdquo; message instead of the actual error&lt;/li&gt;
&lt;li&gt;Fixed voice mode audio not recovering when the server silently drops the WebSocket connection&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS&lt;/code&gt; not suppressing the structured-outputs beta header, causing 400 errors on proxy gateways forwarding to Vertex/Bedrock&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--channels&lt;/code&gt; bypass for Team/Enterprise orgs with no other managed settings configured&lt;/li&gt;
&lt;li&gt;Fixed a crash on Node.js 18&lt;/li&gt;
&lt;li&gt;Fixed unnecessary permission prompts for Bash commands containing dashes in strings&lt;/li&gt;
&lt;li&gt;Fixed plugin hooks blocking prompt submission when the plugin directory is deleted mid-session&lt;/li&gt;
&lt;li&gt;Fixed a race condition where background agent task output could hang indefinitely when the task completed between polling intervals&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/btw&lt;/code&gt; not including pasted text when used during an active response&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved MCP read/search tool calls to collapse into a single &amp;ldquo;Queried {server}&amp;rdquo; line (expand with Ctrl+O)&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;!&lt;/code&gt; bash mode discoverability — Claude now suggests it when you need to run an interactive command&lt;/li&gt;
&lt;li&gt;Improved plugin freshness — ref-tracked plugins now re-clone on every load to pick up upstream changes&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles to refresh after your third message&lt;/li&gt;
&lt;li&gt;Updated MCP OAuth to support Client ID Metadata Document (CIMD / SEP-991) for servers without Dynamic Client Registration&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed Windows PATH inheritance for Bash tool when using Git Bash (regression in v2.1.78)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;p&gt;Opening authentication page in your browser. Do you want to continue? [Y/n]:&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-24</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-24/</link><pubDate>Tue, 24 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-24/</guid><description>&lt;h1 id="-claude-code-更新-v2181"&gt;🤖 Claude Code 更新 v2.1.81&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-24&lt;br&gt;
&lt;strong&gt;📋 版本维护&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;--bare&lt;/code&gt; flag for scripted &lt;code&gt;-p&lt;/code&gt; calls — skips hooks, LSP, plugin sync, and skill directory walks; requires &lt;code&gt;ANTHROPIC_API_KEY&lt;/code&gt; or an &lt;code&gt;apiKeyHelper&lt;/code&gt; via &lt;code&gt;--settings&lt;/code&gt; (OAuth and keychain auth disabled); auto-memory fully disabled&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;--channels&lt;/code&gt; permission relay — channel servers that declare the permission capability can forward tool approval prompts to your phone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed multiple concurrent Claude Code sessions requiring repeated re-authentication when one session refreshes its OAuth token&lt;/li&gt;
&lt;li&gt;Fixed voice mode silently swallowing retry failures and showing a misleading &amp;ldquo;check your network&amp;rdquo; message instead of the actual error&lt;/li&gt;
&lt;li&gt;Fixed voice mode audio not recovering when the server silently drops the WebSocket connection&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS&lt;/code&gt; not suppressing the structured-outputs beta header, causing 400 errors on proxy gateways forwarding to Vertex/Bedrock&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--channels&lt;/code&gt; bypass for Team/Enterprise orgs with no other managed settings configured&lt;/li&gt;
&lt;li&gt;Fixed a crash on Node.js 18&lt;/li&gt;
&lt;li&gt;Fixed unnecessary permission prompts for Bash commands containing dashes in strings&lt;/li&gt;
&lt;li&gt;Fixed plugin hooks blocking prompt submission when the plugin directory is deleted mid-session&lt;/li&gt;
&lt;li&gt;Fixed a race condition where background agent task output could hang indefinitely when the task completed between polling intervals&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/btw&lt;/code&gt; not including pasted text when used during an active response&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved MCP read/search tool calls to collapse into a single &amp;ldquo;Queried {server}&amp;rdquo; line (expand with Ctrl+O)&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;!&lt;/code&gt; bash mode discoverability — Claude now suggests it when you need to run an interactive command&lt;/li&gt;
&lt;li&gt;Improved plugin freshness — ref-tracked plugins now re-clone on every load to pick up upstream changes&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles to refresh after your third message&lt;/li&gt;
&lt;li&gt;Updated MCP OAuth to support Client ID Metadata Document (CIMD / SEP-991) for servers without Dynamic Client Registration&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed Windows PATH inheritance for Bash tool when using Git Bash (regression in v2.1.78)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;新增 &lt;code&gt;--bare&lt;/code&gt; 运行模式&lt;/strong&gt;：该模式专门为脚本化调用设计，通过禁用 LSP、插件同步、自动记忆及 Skill 目录扫描，极大地降低了自动化任务中的启动开销与侧向干扰。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;--channels&lt;/code&gt; 权限中继&lt;/strong&gt;：支持将工具执行的审批提示转发至移动设备，解决了远程会话或后台任务中开发者无法实时响应授权的问题。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;终端交互体验优化&lt;/strong&gt;：改进了 MCP 工具调用的显示逻辑，将冗长的读取与搜索操作折叠为单行摘要，并增强了 &lt;code&gt;!&lt;/code&gt; Bash 交互模式的可发现性。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;多并发会话认证同步&lt;/strong&gt;：修复了当多个 Claude Code 实例运行时，其中一个会话刷新 OAuth 令牌会导致其他会话需要重复认证的逻辑冲突。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;企业网关兼容性修正&lt;/strong&gt;：解决了在禁用实验性功能时，系统仍发送特定 Header 导致 Vertex 或 Bedrock 代理网关返回 400 错误的问题。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.81 版本展现了 Claude Code 从「交互式助手」向「生产力工具链」演进的趋势。通过引入 &lt;code&gt;--bare&lt;/code&gt; 标志，Claude 能够更高效地嵌入 CI/CD 等自动化流程；而对多会话认证和企业级网关错误的修复，则直接提升了其在专业开发环境中的可用性。整体而言，这是一个侧重于流程集成、多端协作与运行稳定性打磨的关键版本，为复杂工程场景下的部署提供了更扎实的基础。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-23</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-23/</link><pubDate>Mon, 23 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-23/</guid><description>&lt;h1 id="-claude-code-更新-v2181"&gt;🤖 Claude Code 更新 v2.1.81&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-23&lt;br&gt;
&lt;strong&gt;📋 版本维护&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;--bare&lt;/code&gt; flag for scripted &lt;code&gt;-p&lt;/code&gt; calls — skips hooks, LSP, plugin sync, and skill directory walks; requires &lt;code&gt;ANTHROPIC_API_KEY&lt;/code&gt; or an &lt;code&gt;apiKeyHelper&lt;/code&gt; via &lt;code&gt;--settings&lt;/code&gt; (OAuth and keychain auth disabled); auto-memory fully disabled&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;--channels&lt;/code&gt; permission relay — channel servers that declare the permission capability can forward tool approval prompts to your phone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed multiple concurrent Claude Code sessions requiring repeated re-authentication when one session refreshes its OAuth token&lt;/li&gt;
&lt;li&gt;Fixed voice mode silently swallowing retry failures and showing a misleading &amp;ldquo;check your network&amp;rdquo; message instead of the actual error&lt;/li&gt;
&lt;li&gt;Fixed voice mode audio not recovering when the server silently drops the WebSocket connection&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS&lt;/code&gt; not suppressing the structured-outputs beta header, causing 400 errors on proxy gateways forwarding to Vertex/Bedrock&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--channels&lt;/code&gt; bypass for Team/Enterprise orgs with no other managed settings configured&lt;/li&gt;
&lt;li&gt;Fixed a crash on Node.js 18&lt;/li&gt;
&lt;li&gt;Fixed unnecessary permission prompts for Bash commands containing dashes in strings&lt;/li&gt;
&lt;li&gt;Fixed plugin hooks blocking prompt submission when the plugin directory is deleted mid-session&lt;/li&gt;
&lt;li&gt;Fixed a race condition where background agent task output could hang indefinitely when the task completed between polling intervals&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/btw&lt;/code&gt; not including pasted text when used during an active response&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved MCP read/search tool calls to collapse into a single &amp;ldquo;Queried {server}&amp;rdquo; line (expand with Ctrl+O)&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;!&lt;/code&gt; bash mode discoverability — Claude now suggests it when you need to run an interactive command&lt;/li&gt;
&lt;li&gt;Improved plugin freshness — ref-tracked plugins now re-clone on every load to pick up upstream changes&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles to refresh after your third message&lt;/li&gt;
&lt;li&gt;Updated MCP OAuth to support Client ID Metadata Document (CIMD / SEP-991) for servers without Dynamic Client Registration&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed Windows PATH inheritance for Bash tool when using Git Bash (regression in v2.1.78)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;新增 &lt;code&gt;--bare&lt;/code&gt; 脚本模式&lt;/strong&gt;：专为自动化流程设计，调用时可跳过插件同步、LSP 启动及 Skill 目录扫描，显著提升了在脚本环境（如 CI/CD）中执行任务的响应速度。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;权限中继功能 (&lt;code&gt;--channels&lt;/code&gt;)&lt;/strong&gt;：支持将工具执行的审批提示转发至手机端，解决了远程或 headless 模式下无法实时交互的痛点，提升了移动端协同效率。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP 交互体验优化&lt;/strong&gt;：MCP 的读取与搜索类工具调用现已支持折叠显示（Ctrl+O 展开），在保持终端界面整洁的同时，也提供了完整的链路回溯能力。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;多会话 OAuth 认证冲突&lt;/strong&gt;：修复了在运行多个并发会话时，由于其中一个会话刷新 Token 导致其他会话被强制要求重复认证的问题。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;代理网关兼容性修复&lt;/strong&gt;：修正了 &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS&lt;/code&gt; 无法完全抑制结构化输出请求头的问题，解决了在 Vertex 或 Bedrock 代理环境下触发 400 错误的情况。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;Claude Code v2.1.81 是一个典型的工程化增强版本，其重心从单一的对话交互转向了「更成熟的生产力集成」。&lt;code&gt;--bare&lt;/code&gt; 模式的引入明确了其在自动化脚本领域的定位，而针对多会话认证、代理网关及远程控制标题同步等细节的打磨，极大提升了重度开发者在复杂工作流中的稳定性。整体而言，这一版本在保障交互一致性的基础上，通过优化资源占用与权限链路，使其更加适配现代软件工程的多种开发场景。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-22</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-22/</link><pubDate>Sun, 22 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-22/</guid><description>&lt;h1 id="-claude-code-更新-v2181"&gt;🤖 Claude Code 更新 v2.1.81&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-22&lt;br&gt;
&lt;strong&gt;📋 版本维护&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;--bare&lt;/code&gt; flag for scripted &lt;code&gt;-p&lt;/code&gt; calls — skips hooks, LSP, plugin sync, and skill directory walks; requires &lt;code&gt;ANTHROPIC_API_KEY&lt;/code&gt; or an &lt;code&gt;apiKeyHelper&lt;/code&gt; via &lt;code&gt;--settings&lt;/code&gt; (OAuth and keychain auth disabled); auto-memory fully disabled&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;--channels&lt;/code&gt; permission relay — channel servers that declare the permission capability can forward tool approval prompts to your phone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed multiple concurrent Claude Code sessions requiring repeated re-authentication when one session refreshes its OAuth token&lt;/li&gt;
&lt;li&gt;Fixed voice mode silently swallowing retry failures and showing a misleading &amp;ldquo;check your network&amp;rdquo; message instead of the actual error&lt;/li&gt;
&lt;li&gt;Fixed voice mode audio not recovering when the server silently drops the WebSocket connection&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS&lt;/code&gt; not suppressing the structured-outputs beta header, causing 400 errors on proxy gateways forwarding to Vertex/Bedrock&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--channels&lt;/code&gt; bypass for Team/Enterprise orgs with no other managed settings configured&lt;/li&gt;
&lt;li&gt;Fixed a crash on Node.js 18&lt;/li&gt;
&lt;li&gt;Fixed unnecessary permission prompts for Bash commands containing dashes in strings&lt;/li&gt;
&lt;li&gt;Fixed plugin hooks blocking prompt submission when the plugin directory is deleted mid-session&lt;/li&gt;
&lt;li&gt;Fixed a race condition where background agent task output could hang indefinitely when the task completed between polling intervals&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/btw&lt;/code&gt; not including pasted text when used during an active response&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved MCP read/search tool calls to collapse into a single &amp;ldquo;Queried {server}&amp;rdquo; line (expand with Ctrl+O)&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;!&lt;/code&gt; bash mode discoverability — Claude now suggests it when you need to run an interactive command&lt;/li&gt;
&lt;li&gt;Improved plugin freshness — ref-tracked plugins now re-clone on every load to pick up upstream changes&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles to refresh after your third message&lt;/li&gt;
&lt;li&gt;Updated MCP OAuth to support Client ID Metadata Document (CIMD / SEP-991) for servers without Dynamic Client Registration&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed Windows PATH inheritance for Bash tool when using Git Bash (regression in v2.1.78)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;新增 &lt;code&gt;--bare&lt;/code&gt; 模式&lt;/strong&gt;：专为脚本化调用（&lt;code&gt;-p&lt;/code&gt;）设计，通过跳过 LSP、插件同步、钩子执行及技能目录扫描，显著降低了自动化任务中的启动开销与环境依赖。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;--channels&lt;/code&gt; 权限转发&lt;/strong&gt;：支持权限声明能力的通道服务器现在可以将工具执行的审批提示转发至手机端，提升了远程操作或长时间运行任务时的交互灵活性。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP 认证能力增强&lt;/strong&gt;：更新了 MCP OAuth 以支持客户端 ID 元数据文档（CIMD / SEP-991），解决了在不支持动态客户端注册（Dynamic Client Registration）的服务端环境下的接入问题。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;并发会话认证优化&lt;/strong&gt;：修复了在多个并发 Claude Code 会话中，其中一个会话刷新 OAuth 令牌会导致其他会话需要重复认证的体验痛点。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;代理网关兼容性修复&lt;/strong&gt;：解决了 &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS&lt;/code&gt; 无法抑制结构化输出 Header 的问题，消除了在使用中转代理访问 Vertex 或 Bedrock 时常见的 400 错误。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;Claude Code v2.1.81 是一个典型的以「稳定性」和「工程化接入」为核心的迭代版本。&lt;code&gt;--bare&lt;/code&gt; 标志的引入标志着该工具在 CI/CD 和自动化脚本领域的可用性得到了正式优化，脱离了单纯的交互式终端定位。同时，针对多会话认证逻辑和代理环境报错的修复，精准解决了高频用户在复杂工程环境中的痛点。整体而言，这个版本通过对底层协议（如 MCP OAuth）和执行模式的微调，进一步夯实了其作为生产力工具的健壮性。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-21</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-21/</link><pubDate>Sat, 21 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-21/</guid><description>&lt;h1 id="-claude-code-更新-v2181"&gt;🤖 Claude Code 更新 v2.1.81&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-21&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;--bare&lt;/code&gt; flag for scripted &lt;code&gt;-p&lt;/code&gt; calls — skips hooks, LSP, plugin sync, and skill directory walks; requires &lt;code&gt;ANTHROPIC_API_KEY&lt;/code&gt; or an &lt;code&gt;apiKeyHelper&lt;/code&gt; via &lt;code&gt;--settings&lt;/code&gt; (OAuth and keychain auth disabled); auto-memory fully disabled&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;--channels&lt;/code&gt; permission relay — channel servers that declare the permission capability can forward tool approval prompts to your phone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed multiple concurrent Claude Code sessions requiring repeated re-authentication when one session refreshes its OAuth token&lt;/li&gt;
&lt;li&gt;Fixed voice mode silently swallowing retry failures and showing a misleading &amp;ldquo;check your network&amp;rdquo; message instead of the actual error&lt;/li&gt;
&lt;li&gt;Fixed voice mode audio not recovering when the server silently drops the WebSocket connection&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS&lt;/code&gt; not suppressing the structured-outputs beta header, causing 400 errors on proxy gateways forwarding to Vertex/Bedrock&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--channels&lt;/code&gt; bypass for Team/Enterprise orgs with no other managed settings configured&lt;/li&gt;
&lt;li&gt;Fixed a crash on Node.js 18&lt;/li&gt;
&lt;li&gt;Fixed unnecessary permission prompts for Bash commands containing dashes in strings&lt;/li&gt;
&lt;li&gt;Fixed plugin hooks blocking prompt submission when the plugin directory is deleted mid-session&lt;/li&gt;
&lt;li&gt;Fixed a race condition where background agent task output could hang indefinitely when the task completed between polling intervals&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/btw&lt;/code&gt; not including pasted text when used during an active response&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved MCP read/search tool calls to collapse into a single &amp;ldquo;Queried {server}&amp;rdquo; line (expand with Ctrl+O)&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;!&lt;/code&gt; bash mode discoverability — Claude now suggests it when you need to run an interactive command&lt;/li&gt;
&lt;li&gt;Improved plugin freshness — ref-tracked plugins now re-clone on every load to pick up upstream changes&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles to refresh after your third message&lt;/li&gt;
&lt;li&gt;Updated MCP OAuth to support Client ID Metadata Document (CIMD / SEP-991) for servers without Dynamic Client Registration&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed Windows PATH inheritance for Bash tool when using Git Bash (regression in v2.1.78)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;--bare&lt;/code&gt; 模式&lt;/strong&gt;：专为脚本化调用（&lt;code&gt;-p&lt;/code&gt;）设计，通过跳过 LSP 启动、插件同步及自动记忆等流程，提升了在 CI/CD 或自动化流水线中的响应速度与纯净度。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;--channels&lt;/code&gt; 权限中继&lt;/strong&gt;：允许将终端内的工具执行审批请求转发至移动设备，有效解决了远程操作或长时间后台任务时的权限授权痛点。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP 交互体验优化&lt;/strong&gt;：MCP 的读取与搜索调用现在会默认折叠为单行摘要，减少了终端冗余信息，开发者可通过快捷键按需展开详情。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;多会话身份验证优化&lt;/strong&gt;：修复了并行开启多个会话时，因其中一个 session 刷新 OAuth Token 而导致其他 session 频繁要求重新认证的冲突问题。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;代理网关兼容性修复&lt;/strong&gt;：解决了在禁用实验性功能后仍发送特定 Header，导致通过代理转发至 Vertex 或 Bedrock 时出现 400 错误的问题。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.81 是一个典型的以「工程化落地」为导向的迭代版本。&lt;code&gt;--bare&lt;/code&gt; 标志的引入，意味着 Claude Code 正在从纯交互式 AI 助手向可编程的开发者工具转型。通过对 OAuth 并行机制、工作区（Worktree）状态恢复以及复杂网络环境下错误处理的细致修补，该版本显著提升了工具在企业级开发环境中的健壮性。虽然没有视觉上的巨大变化，但对于重度依赖 CLI 自动化的开发者来说，其稳定性和灵活性的提升具有极高的实战价值。&lt;/p&gt;</description></item><item><title>ECC 不是配置包：理解 everything-claude-code 的系统设计</title><link>https://qpzm7903.github.io/posts/ecc-everything-claude-code-2026-03-21/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://qpzm7903.github.io/posts/ecc-everything-claude-code-2026-03-21/</guid><description>深入分析 everything-claude-code (ECC) 的架构设计，探讨它如何通过技能、本能、记忆和验证四层体系，把 AI agent 变成可预测的工程执行单元。</description></item><item><title>GSD：专门对抗 Context Rot 的 Claude Code 项目管理层</title><link>https://qpzm7903.github.io/posts/gsd-get-shit-done-2026-03-21/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://qpzm7903.github.io/posts/gsd-get-shit-done-2026-03-21/</guid><description>深入分析 get-shit-done (GSD) 的架构设计，探讨它如何通过状态文件、编排架构和验证层，从底层消灭 AI 编码过程中的 context rot 问题。</description></item><item><title>🤖 Claude Code 更新日报 2026-03-20</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-20/</link><pubDate>Fri, 20 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-20/</guid><description>&lt;h1 id="-claude-code-更新-v2180"&gt;🤖 Claude Code 更新 v2.1.80&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-20&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;rate_limits&lt;/code&gt; field to statusline scripts for displaying Claude.ai rate limit usage (5-hour and 7-day windows with &lt;code&gt;used_percentage&lt;/code&gt; and &lt;code&gt;resets_at&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;source: 'settings'&lt;/code&gt; plugin marketplace source — declare plugin entries inline in settings.json&lt;/li&gt;
&lt;li&gt;Added CLI tool usage detection to plugin tips, in addition to file pattern matching&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;effort&lt;/code&gt; frontmatter support for skills and slash commands to override the model effort level when invoked&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;--channels&lt;/code&gt; (research preview) — allow MCP servers to push messages into your session&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;code&gt;--resume&lt;/code&gt; dropping parallel tool results — sessions with parallel tool calls now restore all tool_use/tool_result pairs instead of showing &lt;code&gt;[Tool result missing]&lt;/code&gt; placeholders&lt;/li&gt;
&lt;li&gt;Fixed voice mode WebSocket failures caused by Cloudflare bot detection on non-browser TLS fingerprints&lt;/li&gt;
&lt;li&gt;Fixed 400 errors when using fine-grained tool streaming through API proxies, Bedrock, or Vertex&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/remote-control&lt;/code&gt; appearing for gateway and third-party provider deployments where it cannot function&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/sandbox&lt;/code&gt; tab switching not responding to Tab or arrow keys&lt;/li&gt;
&lt;li&gt;Fixed managed settings (&lt;code&gt;enabledPlugins&lt;/code&gt;, &lt;code&gt;permissions.defaultMode&lt;/code&gt;, policy-set env vars) not being applied at startup when &lt;code&gt;remote-settings.json&lt;/code&gt; was cached from a prior session&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved responsiveness of &lt;code&gt;@&lt;/code&gt; file autocomplete in large git repositories&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/effort&lt;/code&gt; to show what auto currently resolves to, matching the status bar indicator&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/permissions&lt;/code&gt; — Tab and arrow keys now switch tabs from within a list&lt;/li&gt;
&lt;li&gt;Improved background tasks panel — left arrow now closes from the list view&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;配额监控透明化&lt;/strong&gt;：状态栏脚本新增 &lt;code&gt;rate_limits&lt;/code&gt; 字段，支持实时显示 5 小时及 7 天窗口内的 Claude.ai 用量百分比与重置时间，便于开发者更精准地规划长周期任务。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;任务级 Effort 精准控制&lt;/strong&gt;：Skill 和斜杠命令现在支持在 Frontmatter 中声明 &lt;code&gt;effort&lt;/code&gt; 级别。这意味着开发者可以针对特定自动化流程强制指定模型推理强度，不再受限于全局设置。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP 异步通信雏形&lt;/strong&gt;：引入 &lt;code&gt;--channels&lt;/code&gt;（研究预览版），允许 MCP 服务器主动向当前会话推送消息。这一改变使得 CLI 从单一的「请求-响应」模式向更复杂的异步协作模式演进。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;并行调用恢复增强&lt;/strong&gt;：修复了 &lt;code&gt;--resume&lt;/code&gt; 在恢复包含并行工具调用的会话时，可能导致工具结果丢失或显示占位符的问题，确保复杂调试上下文的完整重建。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;大规模工程性能优化&lt;/strong&gt;：针对拥有 25 万个文件级别的超大型仓库，启动内存占用减少了约 80MB，并显著提升了 &lt;code&gt;@&lt;/code&gt; 文件补全的交互响应速度。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.80 版本体现了 Claude Code 从「功能实现」向「工程化成熟」的转变。通过引入频率限制监控和任务级推理强度控制，它为开发者提供了更细粒度的资源管理手段。底层的并行任务恢复修复与内存优化，则直接改善了在大规模商业项目中的使用体验。整体来看，这是一个侧重于可预测性和系统稳定性的关键迭代，为后续更复杂的 MCP 协作打下了坚实基础。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-19</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-19/</link><pubDate>Thu, 19 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-19/</guid><description>&lt;h1 id="-claude-code-更新-v2179"&gt;🤖 Claude Code 更新 v2.1.79&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-19&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;--console&lt;/code&gt; flag to &lt;code&gt;claude auth login&lt;/code&gt; for Anthropic Console (API billing) authentication&lt;/li&gt;
&lt;li&gt;Added &amp;ldquo;Show turn duration&amp;rdquo; toggle to the &lt;code&gt;/config&lt;/code&gt; menu&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;code&gt;claude -p&lt;/code&gt; hanging when spawned as a subprocess without explicit stdin (e.g. Python &lt;code&gt;subprocess.run&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Fixed Ctrl+C not working in &lt;code&gt;-p&lt;/code&gt; (print) mode&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/btw&lt;/code&gt; returning the main agent&amp;rsquo;s output instead of answering the side question when triggered during streaming&lt;/li&gt;
&lt;li&gt;Fixed voice mode not activating correctly on startup when &lt;code&gt;voiceEnabled: true&lt;/code&gt; is set&lt;/li&gt;
&lt;li&gt;Fixed left/right arrow tab navigation in &lt;code&gt;/permissions&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;CLAUDE_CODE_DISABLE_TERMINAL_TITLE&lt;/code&gt; not preventing terminal title from being set on startup&lt;/li&gt;
&lt;li&gt;Fixed custom status line showing nothing when workspace trust is blocking it&lt;/li&gt;
&lt;li&gt;Fixed enterprise users being unable to retry on rate limit (429) errors&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;SessionEnd&lt;/code&gt; hooks not firing when using interactive &lt;code&gt;/resume&lt;/code&gt; to switch sessions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved startup memory usage by ~18MB across all scenarios&lt;/li&gt;
&lt;li&gt;Improved non-streaming API fallback with a 2-minute per-attempt timeout, preventing sessions from hanging indefinitely&lt;/li&gt;
&lt;li&gt;[VSCode] Added &lt;code&gt;/remote-control&lt;/code&gt; — bridge your session to claude.ai/code to continue from a browser or phone&lt;/li&gt;
&lt;li&gt;[VSCode] Session tabs now get AI-generated titles based on your first message&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed the thinking pill showing &amp;ldquo;Thinking&amp;rdquo; instead of &amp;ldquo;Thought for Ns&amp;rdquo; after a response completes&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed missing session diff button when opening sessions from the left sidebar&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;p&gt;以下是针对 Claude Code v2.1.79 更新内容的深度点评：&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-18</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-18/</link><pubDate>Wed, 18 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-18/</guid><description>&lt;h1 id="-claude-code-更新-v2178"&gt;🤖 Claude Code 更新 v2.1.78&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-18&lt;br&gt;
&lt;strong&gt;⚠️ 新版本发布&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;StopFailure&lt;/code&gt; hook event that fires when the turn ends due to an API error (rate limit, auth failure, etc.)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;${CLAUDE_PLUGIN_DATA}&lt;/code&gt; variable for plugin persistent state that survives plugin updates; &lt;code&gt;/plugin uninstall&lt;/code&gt; prompts before deleting it&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;effort&lt;/code&gt;, &lt;code&gt;maxTurns&lt;/code&gt;, and &lt;code&gt;disallowedTools&lt;/code&gt; frontmatter support for plugin-shipped agents&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;ANTHROPIC_CUSTOM_MODEL_OPTION&lt;/code&gt; env var to add a custom entry to the &lt;code&gt;/model&lt;/code&gt; picker, with optional &lt;code&gt;_NAME&lt;/code&gt; and &lt;code&gt;_DESCRIPTION&lt;/code&gt; suffixed vars for display&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;code&gt;git log HEAD&lt;/code&gt; failing with &amp;ldquo;ambiguous argument&amp;rdquo; inside sandboxed Bash on Linux, and stub files polluting &lt;code&gt;git status&lt;/code&gt; in the working directory&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;cc log&lt;/code&gt; and &lt;code&gt;--resume&lt;/code&gt; silently truncating conversation history on large sessions (&amp;gt;5 MB) that used subagents&lt;/li&gt;
&lt;li&gt;Fixed infinite loop when API errors triggered stop hooks that re-fed blocking errors to the model&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;deny: [&amp;quot;mcp__servername&amp;quot;]&lt;/code&gt; permission rules not removing MCP server tools before sending to the model, allowing it to see and attempt blocked tools&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;sandbox.filesystem.allowWrite&lt;/code&gt; not working with absolute paths (previously required &lt;code&gt;//&lt;/code&gt; prefix)&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/sandbox&lt;/code&gt; Dependencies tab showing Linux prerequisites on macOS instead of macOS-specific info&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;.git&lt;/code&gt;, &lt;code&gt;.claude&lt;/code&gt;, and other protected directories being writable without a prompt in &lt;code&gt;bypassPermissions&lt;/code&gt; mode&lt;/li&gt;
&lt;li&gt;Fixed ctrl+u in normal mode scrolling instead of readline kill-line (ctrl+u/ctrl+d half-page scroll moved to transcript mode only)&lt;/li&gt;
&lt;li&gt;Fixed voice mode modifier-combo push-to-talk keybindings (e.g. ctrl+k) requiring a hold instead of activating immediately&lt;/li&gt;
&lt;li&gt;Fixed voice mode not working on WSL2 with WSLg (Windows 11); WSL1/Win10 users now get a clear error&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved memory usage and startup time when resuming large sessions&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed a brief flash of the login screen when opening the sidebar while already authenticated&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed &amp;ldquo;API Error: Rate limit reached&amp;rdquo; when selecting Opus — model dropdown no longer offers 1M context variant to subscribers whose plan tier is unknown&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;插件持久化状态与配置增强&lt;/strong&gt;：新增 &lt;code&gt;${CLAUDE_PLUGIN_DATA}&lt;/code&gt; 变量支持跨版本的插件状态存储，并为插件 Agent 引入了 &lt;code&gt;effort&lt;/code&gt;、&lt;code&gt;maxTurns&lt;/code&gt; 和 &lt;code&gt;disallowedTools&lt;/code&gt; 的 frontmatter 支持，显著提升了复杂自动化任务的可控性。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;灵活的自定义模型接入&lt;/strong&gt;：通过 &lt;code&gt;ANTHROPIC_CUSTOM_MODEL_OPTION&lt;/code&gt; 环境变量，用户可以在 &lt;code&gt;/model&lt;/code&gt; 选择器中添加自定义模型条目，便于适配特定的模型版本或实验性端点。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;大型会话交互体验优化&lt;/strong&gt;：改进了超大型会话（&amp;gt;5 MB）恢复时的内存占用与启动速度，配合响应文本的逐行流式输出，有效降低了长任务执行时的感知延迟。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;权限校验与安全增强&lt;/strong&gt;：修复了 &lt;code&gt;deny&lt;/code&gt; 规则下 MCP 工具过滤不彻底的问题，并解决了 Sandbox 在依赖缺失时静默关闭的风险，现在系统会提供明确的启动警告。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;开发环境路径兼容性&lt;/strong&gt;：修复了从 macOS Dock 或 Spotlight 启动 VS Code 时，Bash 工具无法正确识别 Homebrew 等 PATH 环境变量下二进制文件的问题。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.78 版本是一个典型的以「健壮性」和「开发者体验」为核心的迭代。通过引入插件持久化变量和更细粒度的 Agent 配置，Claude Code 正在为更复杂的端到端工作流铺路。此外，针对超大会话历史截断和内存溢出的修复，解决了重度用户在处理大型代码库时的核心痛点。整体而言，这一版本在不改变核心交互逻辑的前提下，大幅强化了工具在企业级开发环境和复杂插件生态中的适用性。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-17</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-17/</link><pubDate>Tue, 17 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-17/</guid><description>&lt;h1 id="-claude-code-更新-v2176"&gt;🤖 Claude Code 更新 v2.1.76&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-17&lt;br&gt;
&lt;strong&gt;📋 版本维护&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added MCP elicitation support — MCP servers can now request structured input mid-task via an interactive dialog (form fields or browser URL)&lt;/li&gt;
&lt;li&gt;Added new &lt;code&gt;Elicitation&lt;/code&gt; and &lt;code&gt;ElicitationResult&lt;/code&gt; hooks to intercept and override responses before they&amp;rsquo;re sent back&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;-n&lt;/code&gt; / &lt;code&gt;--name &amp;lt;name&amp;gt;&lt;/code&gt; CLI flag to set a display name for the session at startup&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;worktree.sparsePaths&lt;/code&gt; setting for &lt;code&gt;claude --worktree&lt;/code&gt; in large monorepos to check out only the directories you need via git sparse-checkout&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;PostCompact&lt;/code&gt; hook that fires after compaction completes&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;/effort&lt;/code&gt; slash command to set model effort level&lt;/li&gt;
&lt;li&gt;Added session quality survey — enterprise admins can configure the sample rate via the &lt;code&gt;feedbackSurveyRate&lt;/code&gt; setting&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed deferred tools (loaded via &lt;code&gt;ToolSearch&lt;/code&gt;) losing their input schemas after conversation compaction, causing array and number parameters to be rejected with type errors&lt;/li&gt;
&lt;li&gt;Fixed slash commands showing &amp;ldquo;Unknown skill&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Fixed plan mode asking for re-approval after the plan was already accepted&lt;/li&gt;
&lt;li&gt;Fixed voice mode swallowing keypresses while a permission dialog or plan editor was open&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/voice&lt;/code&gt; not working on Windows when installed via npm&lt;/li&gt;
&lt;li&gt;Fixed spurious &amp;ldquo;Context limit reached&amp;rdquo; when invoking a skill with &lt;code&gt;model:&lt;/code&gt; frontmatter on a 1M-context session&lt;/li&gt;
&lt;li&gt;Fixed &amp;ldquo;adaptive thinking is not supported on this model&amp;rdquo; error when using non-standard model strings&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;Bash(cmd:*)&lt;/code&gt; permission rules not matching when a quoted argument contains &lt;code&gt;#&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed &amp;ldquo;don&amp;rsquo;t ask again&amp;rdquo; in the Bash permission dialog showing the full raw command for pipes and compound commands&lt;/li&gt;
&lt;li&gt;Fixed auto-compaction retrying indefinitely after consecutive failures — a circuit breaker now stops after 3 attempts&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved &lt;code&gt;--worktree&lt;/code&gt; startup performance by reading git refs directly and skipping redundant &lt;code&gt;git fetch&lt;/code&gt; when the remote branch is already available locally&lt;/li&gt;
&lt;li&gt;Improved background agent behavior — killing a background agent now preserves its partial results in the conversation context&lt;/li&gt;
&lt;li&gt;Improved model fallback notifications — now always visible instead of hidden behind verbose mode, with human-friendly model names&lt;/li&gt;
&lt;li&gt;Improved blockquote readability on dark terminal themes — text is now italic with a left bar instead of dim&lt;/li&gt;
&lt;li&gt;Improved stale worktree cleanup — worktrees left behind after an interrupted parallel run are now automatically cleaned up&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles — now derived from your first prompt instead of showing &amp;ldquo;Interactive session&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/voice&lt;/code&gt; to show your dictation language on enable and warn when your &lt;code&gt;language&lt;/code&gt; setting isn&amp;rsquo;t supported for voice input&lt;/li&gt;
&lt;li&gt;Updated &lt;code&gt;--plugin-dir&lt;/code&gt; to only accept one path to support subcommands — use repeated &lt;code&gt;--plugin-dir&lt;/code&gt; for multiple directories&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed gitignore patterns containing commas silently excluding entire filetypes from the @-mention file picker&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MCP Elicitation 支持&lt;/strong&gt;：MCP server 现在可以在任务执行过程中通过交互式对话（如表单字段或浏览器 URL）请求结构化输入，增强了复杂任务中的人机协作能力。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Monorepo 性能优化&lt;/strong&gt;：引入 &lt;code&gt;worktree.sparsePaths&lt;/code&gt; 配置，利用 git sparse-checkout 实现按需检出目录，大幅提升了超大规模仓库下的启动速度并降低了资源消耗。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;任务控制增强&lt;/strong&gt;：新增 &lt;code&gt;/effort&lt;/code&gt; 命令支持手动调节模型的推理力度，配合 &lt;code&gt;-n&lt;/code&gt; 启动标志自定义会话显示名称，进一步细化了开发者的操作权限。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;工具调用稳定性&lt;/strong&gt;：修复了延迟加载工具（ToolSearch）在会话压缩后丢失 Input Schema，导致数组和数字参数报类型错误的回归缺陷。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;容错机制增强&lt;/strong&gt;：为自动压缩（Auto-compaction）引入了断路器模式，在连续 3 次尝试失败后自动终止，避免了异常状态下的无效循环。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;v2.1.76 版本是一个侧重于“工程健壮性”的迭代。它不仅解决了大规模代码库下的性能瓶颈，还通过完善 MCP 协议和会话压缩逻辑，显著提升了长时会话的可靠性。这些针对底层架构和边缘场景的打磨，标志着 Claude Code 正在从简单的 AI 助手演进为更专业、可预测的生产力工具。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-16</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-16/</link><pubDate>Mon, 16 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-16/</guid><description>&lt;h1 id="-claude-code-更新-v2176"&gt;🤖 Claude Code 更新 v2.1.76&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-16&lt;br&gt;
&lt;strong&gt;📋 版本维护&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added MCP elicitation support — MCP servers can now request structured input mid-task via an interactive dialog (form fields or browser URL)&lt;/li&gt;
&lt;li&gt;Added new &lt;code&gt;Elicitation&lt;/code&gt; and &lt;code&gt;ElicitationResult&lt;/code&gt; hooks to intercept and override responses before they&amp;rsquo;re sent back&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;-n&lt;/code&gt; / &lt;code&gt;--name &amp;lt;name&amp;gt;&lt;/code&gt; CLI flag to set a display name for the session at startup&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;worktree.sparsePaths&lt;/code&gt; setting for &lt;code&gt;claude --worktree&lt;/code&gt; in large monorepos to check out only the directories you need via git sparse-checkout&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;PostCompact&lt;/code&gt; hook that fires after compaction completes&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;/effort&lt;/code&gt; slash command to set model effort level&lt;/li&gt;
&lt;li&gt;Added session quality survey — enterprise admins can configure the sample rate via the &lt;code&gt;feedbackSurveyRate&lt;/code&gt; setting&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed deferred tools (loaded via &lt;code&gt;ToolSearch&lt;/code&gt;) losing their input schemas after conversation compaction, causing array and number parameters to be rejected with type errors&lt;/li&gt;
&lt;li&gt;Fixed slash commands showing &amp;ldquo;Unknown skill&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Fixed plan mode asking for re-approval after the plan was already accepted&lt;/li&gt;
&lt;li&gt;Fixed voice mode swallowing keypresses while a permission dialog or plan editor was open&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/voice&lt;/code&gt; not working on Windows when installed via npm&lt;/li&gt;
&lt;li&gt;Fixed spurious &amp;ldquo;Context limit reached&amp;rdquo; when invoking a skill with &lt;code&gt;model:&lt;/code&gt; frontmatter on a 1M-context session&lt;/li&gt;
&lt;li&gt;Fixed &amp;ldquo;adaptive thinking is not supported on this model&amp;rdquo; error when using non-standard model strings&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;Bash(cmd:*)&lt;/code&gt; permission rules not matching when a quoted argument contains &lt;code&gt;#&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed &amp;ldquo;don&amp;rsquo;t ask again&amp;rdquo; in the Bash permission dialog showing the full raw command for pipes and compound commands&lt;/li&gt;
&lt;li&gt;Fixed auto-compaction retrying indefinitely after consecutive failures — a circuit breaker now stops after 3 attempts&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved &lt;code&gt;--worktree&lt;/code&gt; startup performance by reading git refs directly and skipping redundant &lt;code&gt;git fetch&lt;/code&gt; when the remote branch is already available locally&lt;/li&gt;
&lt;li&gt;Improved background agent behavior — killing a background agent now preserves its partial results in the conversation context&lt;/li&gt;
&lt;li&gt;Improved model fallback notifications — now always visible instead of hidden behind verbose mode, with human-friendly model names&lt;/li&gt;
&lt;li&gt;Improved blockquote readability on dark terminal themes — text is now italic with a left bar instead of dim&lt;/li&gt;
&lt;li&gt;Improved stale worktree cleanup — worktrees left behind after an interrupted parallel run are now automatically cleaned up&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles — now derived from your first prompt instead of showing &amp;ldquo;Interactive session&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/voice&lt;/code&gt; to show your dictation language on enable and warn when your &lt;code&gt;language&lt;/code&gt; setting isn&amp;rsquo;t supported for voice input&lt;/li&gt;
&lt;li&gt;Updated &lt;code&gt;--plugin-dir&lt;/code&gt; to only accept one path to support subcommands — use repeated &lt;code&gt;--plugin-dir&lt;/code&gt; for multiple directories&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed gitignore patterns containing commas silently excluding entire filetypes from the @-mention file picker&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;p&gt;大家好，我是技术博主。今天我们来深度梳理一下 Claude Code v2.1.76 的最新更新。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-15</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-15/</link><pubDate>Sun, 15 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-15/</guid><description>&lt;h1 id="-claude-code-更新-v2176"&gt;🤖 Claude Code 更新 v2.1.76&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-15&lt;br&gt;
&lt;strong&gt;📋 版本维护&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added MCP elicitation support — MCP servers can now request structured input mid-task via an interactive dialog (form fields or browser URL)&lt;/li&gt;
&lt;li&gt;Added new &lt;code&gt;Elicitation&lt;/code&gt; and &lt;code&gt;ElicitationResult&lt;/code&gt; hooks to intercept and override responses before they&amp;rsquo;re sent back&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;-n&lt;/code&gt; / &lt;code&gt;--name &amp;lt;name&amp;gt;&lt;/code&gt; CLI flag to set a display name for the session at startup&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;worktree.sparsePaths&lt;/code&gt; setting for &lt;code&gt;claude --worktree&lt;/code&gt; in large monorepos to check out only the directories you need via git sparse-checkout&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;PostCompact&lt;/code&gt; hook that fires after compaction completes&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;/effort&lt;/code&gt; slash command to set model effort level&lt;/li&gt;
&lt;li&gt;Added session quality survey — enterprise admins can configure the sample rate via the &lt;code&gt;feedbackSurveyRate&lt;/code&gt; setting&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed deferred tools (loaded via &lt;code&gt;ToolSearch&lt;/code&gt;) losing their input schemas after conversation compaction, causing array and number parameters to be rejected with type errors&lt;/li&gt;
&lt;li&gt;Fixed slash commands showing &amp;ldquo;Unknown skill&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Fixed plan mode asking for re-approval after the plan was already accepted&lt;/li&gt;
&lt;li&gt;Fixed voice mode swallowing keypresses while a permission dialog or plan editor was open&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/voice&lt;/code&gt; not working on Windows when installed via npm&lt;/li&gt;
&lt;li&gt;Fixed spurious &amp;ldquo;Context limit reached&amp;rdquo; when invoking a skill with &lt;code&gt;model:&lt;/code&gt; frontmatter on a 1M-context session&lt;/li&gt;
&lt;li&gt;Fixed &amp;ldquo;adaptive thinking is not supported on this model&amp;rdquo; error when using non-standard model strings&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;Bash(cmd:*)&lt;/code&gt; permission rules not matching when a quoted argument contains &lt;code&gt;#&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed &amp;ldquo;don&amp;rsquo;t ask again&amp;rdquo; in the Bash permission dialog showing the full raw command for pipes and compound commands&lt;/li&gt;
&lt;li&gt;Fixed auto-compaction retrying indefinitely after consecutive failures — a circuit breaker now stops after 3 attempts&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved &lt;code&gt;--worktree&lt;/code&gt; startup performance by reading git refs directly and skipping redundant &lt;code&gt;git fetch&lt;/code&gt; when the remote branch is already available locally&lt;/li&gt;
&lt;li&gt;Improved background agent behavior — killing a background agent now preserves its partial results in the conversation context&lt;/li&gt;
&lt;li&gt;Improved model fallback notifications — now always visible instead of hidden behind verbose mode, with human-friendly model names&lt;/li&gt;
&lt;li&gt;Improved blockquote readability on dark terminal themes — text is now italic with a left bar instead of dim&lt;/li&gt;
&lt;li&gt;Improved stale worktree cleanup — worktrees left behind after an interrupted parallel run are now automatically cleaned up&lt;/li&gt;
&lt;li&gt;Improved Remote Control session titles — now derived from your first prompt instead of showing &amp;ldquo;Interactive session&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/voice&lt;/code&gt; to show your dictation language on enable and warn when your &lt;code&gt;language&lt;/code&gt; setting isn&amp;rsquo;t supported for voice input&lt;/li&gt;
&lt;li&gt;Updated &lt;code&gt;--plugin-dir&lt;/code&gt; to only accept one path to support subcommands — use repeated &lt;code&gt;--plugin-dir&lt;/code&gt; for multiple directories&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed gitignore patterns containing commas silently excluding entire filetypes from the @-mention file picker&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="核心亮点"&gt;核心亮点&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MCP Elicitation 支持&lt;/strong&gt;：MCP 服务端现在可以在任务执行过程中通过交互式对话框（表单或浏览器 URL）主动请求结构化输入。配合新增的 &lt;code&gt;Elicitation&lt;/code&gt; 钩子，这为复杂工具链的「人机协作」提供了更标准化的干预机制。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Monorepo 性能优化&lt;/strong&gt;：引入 &lt;code&gt;worktree.sparsePaths&lt;/code&gt; 配置，支持通过 git sparse-checkout 仅检出必要的目录。配合 &lt;code&gt;--worktree&lt;/code&gt; 启动性能的改进，大幅降低了在大型超大规模仓库（Monorepo）中使用时的资源开销和等待时间。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;精细化控制增强&lt;/strong&gt;：新增 &lt;code&gt;/effort&lt;/code&gt; 命令允许用户手动设定模型的工作强度（Effort Level），同时支持通过 &lt;code&gt;-n&lt;/code&gt; 参数为 Session 命名。这些改动提升了开发者在处理不同复杂度任务时的掌控力。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="值得注意的修复"&gt;值得注意的修复&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;长对话稳定性修复&lt;/strong&gt;：解决了延迟加载工具（&lt;code&gt;ToolSearch&lt;/code&gt;）在上下文压缩（Compaction）后丢失输入 Schema 的问题，避免了长 Session 中频繁出现的参数类型错误。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;远程控制与连接优化&lt;/strong&gt;：修复了 Remote Control 模式下 Session 意外挂起、消息积压以及 WebSocket 断连后无法恢复等稳定性缺陷，显著提升了远程协作场景的可靠性。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="个人评价"&gt;个人评价&lt;/h3&gt;
&lt;p&gt;Claude Code v2.1.76 是一个聚焦于「生产环境可靠性」与「大规模工程适配」的迭代版本。通过引入 sparse-checkout 和完善上下文压缩机制，它进一步解决了在复杂工程场景下的性能瓶颈与长效对话的逻辑断层。此外，MCP 交互能力的增强意味着它正从单纯的指令执行器向更智能的协同平台演进。对于重度依赖远程环境或处于大型单体仓库的企业级开发者而言，这一版本的稳定性改进极具实战价值。&lt;/p&gt;</description></item><item><title>AI 编程工作流增强框架三强对比：ECC、BMAD 还是 Superpowers？</title><link>https://qpzm7903.github.io/posts/blog-ecc-bmad-superpowers-2026-03-15/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://qpzm7903.github.io/posts/blog-ecc-bmad-superpowers-2026-03-15/</guid><description>&lt;p&gt;everything-claude-code（ECC）、BMAD-METHOD 和 Superpowers 代表了 AI 编程工具增强的三种不同路径：ECC 是工具链性能层，旨在压榨 Agent 的执行上限；BMAD 是项目管理方法论，将敏捷开发引入 AI 时代；Superpowers 是最小化工作流约束系统，通过强制 TDD 纪律减少随意性。三者解决的问题维度不同，不存在绝对优劣。&lt;/p&gt;
&lt;h2 id="三条路三种答案"&gt;三条路，三种答案&lt;/h2&gt;
&lt;p&gt;当前 AI 编程工具的扩展正处于爆炸期，开发者们不仅在追求更强的模型，更在思考如何通过 skills、agents、hooks 和 workflows 构建更高质量的工程闭环。在这场竞赛中，三个开源项目各代表了不同的演进方向。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ECC (everything-claude-code)&lt;/strong&gt;：Anthropic Hackathon 获奖项目，76k stars。它通过一套极其复杂的工程化配置，解决了 AI Agent 在长上下文管理、Token 效率和跨 session 记忆方面的痛点。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;BMAD-METHOD&lt;/strong&gt;：40.7k stars，专注于敏捷 AI 开发的方法论。它不只是工具增强，而是一套完整的项目生命周期管理框架，包含从需求分析到部署的标准化流程。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Superpowers&lt;/strong&gt;：由 Jesse (obra) 发起，已上架官方 Claude 插件市场。主张&amp;quot;流程即法律&amp;quot;，通过自动触发的 Skills 强制执行 TDD 和 Git 工作流。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;本文不是评选&amp;quot;冠军&amp;quot;，而是通过系统视角剖析它们的设计哲学，帮助工程师根据自己的项目规模和协作习惯建立选择框架。&lt;/p&gt;
&lt;h2 id="三个项目的系统定位"&gt;三个项目的系统定位&lt;/h2&gt;
&lt;p&gt;这三个框架在 AI 编程的生态栈中处于不同的层次。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ECC：工具链性能优化层。&lt;/strong&gt; 它不关心你写的是什么业务，它关心的是&amp;quot;如何让 AI 执行得更稳&amp;quot;。通过内置的 &lt;code&gt;instincts&lt;/code&gt;、&lt;code&gt;memory hooks&lt;/code&gt; 和 &lt;code&gt;security scan&lt;/code&gt;，它为 Claude Code 或 Codex 等 Harness 提供了一个高性能的运行环境。核心价值在于 Token 优化和记忆持久化，解决&amp;quot;Agent 越用越笨&amp;quot;的问题。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-14</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-14/</link><pubDate>Sat, 14 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-14/</guid><description>&lt;h1 id="-claude-code-更新-v2175"&gt;🤖 Claude Code 更新 v2.1.75&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-14
&lt;strong&gt;⚠️ 重大更新&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added 1M context window for Opus 4.6 by default for Max, Team, and Enterprise plans (previously required extra usage)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;/color&lt;/code&gt; command for all users to set a prompt-bar color for your session&lt;/li&gt;
&lt;li&gt;Added session name display on the prompt bar when using &lt;code&gt;/rename&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Added last-modified timestamps to memory files, helping Claude reason about which memories are fresh vs. stale&lt;/li&gt;
&lt;li&gt;Added hook source display (settings/plugin/skill) in permission prompts when a hook requires confirmation&lt;/li&gt;
&lt;li&gt;Added actionable suggestions to &lt;code&gt;/context&lt;/code&gt; command — identifies context-heavy tools, memory bloat, and capacity warnings with specific optimization tips&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;autoMemoryDirectory&lt;/code&gt; setting to configure a custom directory for auto-memory storage&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;modelOverrides&lt;/code&gt; setting to map model picker entries to custom provider model IDs (e.g. Bedrock inference profile ARNs)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed voice mode not activating correctly on fresh installs without toggling &lt;code&gt;/voice&lt;/code&gt; twice&lt;/li&gt;
&lt;li&gt;Fixed the Claude Code header not updating the displayed model name after switching models with &lt;code&gt;/model&lt;/code&gt; or Option+P&lt;/li&gt;
&lt;li&gt;Fixed session crash when an attachment message computation returns undefined values&lt;/li&gt;
&lt;li&gt;Fixed Bash tool mangling &lt;code&gt;!&lt;/code&gt; in piped commands (e.g., &lt;code&gt;jq 'select(.x != .y)'&lt;/code&gt; now works correctly)&lt;/li&gt;
&lt;li&gt;Fixed managed-disabled plugins showing up in the &lt;code&gt;/plugin&lt;/code&gt; Installed tab — plugins force-disabled by your organization are now hidden&lt;/li&gt;
&lt;li&gt;Fixed token estimation over-counting for thinking and &lt;code&gt;tool_use&lt;/code&gt; blocks, preventing premature context compaction&lt;/li&gt;
&lt;li&gt;Fixed corrupted marketplace config path handling&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/resume&lt;/code&gt; losing session names after resuming a forked or continued session&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved startup performance on macOS non-MDM machines by skipping unnecessary subprocess spawns&lt;/li&gt;
&lt;li&gt;[VSCode] Fixed delete button not working for Untitled sessions&lt;/li&gt;
&lt;li&gt;[VSCode] Improved scroll wheel responsiveness in the integrated terminal with terminal-aware acceleration&lt;/li&gt;
&lt;li&gt;Improved Up arrow after interrupting Claude — now restores the interrupted prompt and rewinds the conversation in one step&lt;/li&gt;
&lt;li&gt;Improved IDE detection speed at startup&lt;/li&gt;
&lt;li&gt;Improved clipboard image pasting performance on macOS&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/effort&lt;/code&gt; to work while Claude is responding, matching &lt;code&gt;/model&lt;/code&gt; behavior&lt;/li&gt;
&lt;li&gt;Improved voice mode to automatically retry transient connection failures during rapid push-to-talk re-press&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="-核心亮点"&gt;🎯 核心亮点&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; &lt;strong&gt;定时调度工具&lt;/strong&gt; — 新增 cron 调度能力，支持在会话内设置周期性任务。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-13</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-13/</link><pubDate>Fri, 13 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-13/</guid><description>&lt;h1 id="-claude-code-更新-v2174"&gt;🤖 Claude Code 更新 v2.1.74&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-13
&lt;strong&gt;⚠️ 重大更新&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added actionable suggestions to &lt;code&gt;/context&lt;/code&gt; command — identifies context-heavy tools, memory bloat, and capacity warnings with specific optimization tips&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;autoMemoryDirectory&lt;/code&gt; setting to configure a custom directory for auto-memory storage&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;modelOverrides&lt;/code&gt; setting to map model picker entries to custom provider model IDs (e.g. Bedrock inference profile ARNs)&lt;/li&gt;
&lt;li&gt;Added actionable guidance when OAuth login or connectivity checks fail due to SSL certificate errors (corporate proxies, &lt;code&gt;NODE_EXTRA_CA_CERTS&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;w&lt;/code&gt; key in &lt;code&gt;/copy&lt;/code&gt; to write the focused selection directly to a file, bypassing the clipboard (useful over SSH)&lt;/li&gt;
&lt;li&gt;Added optional description argument to &lt;code&gt;/plan&lt;/code&gt; (e.g., &lt;code&gt;/plan fix the auth bug&lt;/code&gt;) that enters plan mode and immediately starts&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;ExitWorktree&lt;/code&gt; tool to leave an &lt;code&gt;EnterWorktree&lt;/code&gt; session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;CLAUDE_CODE_DISABLE_CRON&lt;/code&gt; environment variable to immediately stop scheduled cron jobs mid-session&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed memory leak where streaming API response buffers were not released when the generator was terminated early, causing unbounded RSS growth on the Node.js/npm code path&lt;/li&gt;
&lt;li&gt;Fixed managed policy &lt;code&gt;ask&lt;/code&gt; rules being bypassed by user &lt;code&gt;allow&lt;/code&gt; rules or skill &lt;code&gt;allowed-tools&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed full model IDs (e.g., &lt;code&gt;claude-opus-4-5&lt;/code&gt;) being silently ignored in agent frontmatter &lt;code&gt;model:&lt;/code&gt; field and &lt;code&gt;--agents&lt;/code&gt; JSON config — agents now accept the same model values as &lt;code&gt;--model&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed MCP OAuth authentication hanging when the callback port is already in use&lt;/li&gt;
&lt;li&gt;Fixed MCP OAuth refresh never prompting for re-auth after the refresh token expires, for OAuth servers that return errors with HTTP 200 (e.g. Slack)&lt;/li&gt;
&lt;li&gt;Fixed voice mode silently failing on the macOS native binary for users whose terminal had never been granted microphone permission — the binary now includes the &lt;code&gt;audio-input&lt;/code&gt; entitlement so macOS prompts correctly&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;SessionEnd&lt;/code&gt; hooks being killed after 1.5 s on exit regardless of &lt;code&gt;hook.timeout&lt;/code&gt; — now configurable via &lt;code&gt;CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/plugin install&lt;/code&gt; failing inside the REPL for marketplace plugins with local sources&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[VSCode] Fixed delete button not working for Untitled sessions&lt;/li&gt;
&lt;li&gt;[VSCode] Improved scroll wheel responsiveness in the integrated terminal with terminal-aware acceleration&lt;/li&gt;
&lt;li&gt;Improved Up arrow after interrupting Claude — now restores the interrupted prompt and rewinds the conversation in one step&lt;/li&gt;
&lt;li&gt;Improved IDE detection speed at startup&lt;/li&gt;
&lt;li&gt;Improved clipboard image pasting performance on macOS&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/effort&lt;/code&gt; to work while Claude is responding, matching &lt;code&gt;/model&lt;/code&gt; behavior&lt;/li&gt;
&lt;li&gt;Improved voice mode to automatically retry transient connection failures during rapid push-to-talk re-press&lt;/li&gt;
&lt;li&gt;Improved the Remote Control spawn mode selection prompt with better context&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="-核心亮点"&gt;🎯 核心亮点&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; &lt;strong&gt;定时调度工具&lt;/strong&gt; — 新增 cron 调度能力，支持在会话内设置周期性任务。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-12</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-12/</link><pubDate>Thu, 12 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-12/</guid><description>&lt;h1 id="-claude-code-更新-v2173"&gt;🤖 Claude Code 更新 v2.1.73&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-12
&lt;strong&gt;⚠️ 重大更新&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;modelOverrides&lt;/code&gt; setting to map model picker entries to custom provider model IDs (e.g. Bedrock inference profile ARNs)&lt;/li&gt;
&lt;li&gt;Added actionable guidance when OAuth login or connectivity checks fail due to SSL certificate errors (corporate proxies, &lt;code&gt;NODE_EXTRA_CA_CERTS&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;w&lt;/code&gt; key in &lt;code&gt;/copy&lt;/code&gt; to write the focused selection directly to a file, bypassing the clipboard (useful over SSH)&lt;/li&gt;
&lt;li&gt;Added optional description argument to &lt;code&gt;/plan&lt;/code&gt; (e.g., &lt;code&gt;/plan fix the auth bug&lt;/code&gt;) that enters plan mode and immediately starts&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;ExitWorktree&lt;/code&gt; tool to leave an &lt;code&gt;EnterWorktree&lt;/code&gt; session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;CLAUDE_CODE_DISABLE_CRON&lt;/code&gt; environment variable to immediately stop scheduled cron jobs mid-session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;lsof&lt;/code&gt;, &lt;code&gt;pgrep&lt;/code&gt;, &lt;code&gt;tput&lt;/code&gt;, &lt;code&gt;ss&lt;/code&gt;, &lt;code&gt;fd&lt;/code&gt;, and &lt;code&gt;fdfind&lt;/code&gt; to the bash auto-approval allowlist, reducing permission prompts for common read-only operations&lt;/li&gt;
&lt;li&gt;Added support for marketplace git URLs without &lt;code&gt;.git&lt;/code&gt; suffix (Azure DevOps, AWS CodeCommit)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed freezes and 100% CPU loops triggered by permission prompts for complex bash commands&lt;/li&gt;
&lt;li&gt;Fixed a deadlock that could freeze Claude Code when many skill files changed at once (e.g. during &lt;code&gt;git pull&lt;/code&gt; in a repo with a large &lt;code&gt;.claude/skills/&lt;/code&gt; directory)&lt;/li&gt;
&lt;li&gt;Fixed Bash tool output being lost when running multiple Claude Code sessions in the same project directory&lt;/li&gt;
&lt;li&gt;Fixed subagents with &lt;code&gt;model: opus&lt;/code&gt;/&lt;code&gt;sonnet&lt;/code&gt;/&lt;code&gt;haiku&lt;/code&gt; being silently downgraded to older model versions on Bedrock, Vertex, and Microsoft Foundry&lt;/li&gt;
&lt;li&gt;Fixed background bash processes spawned by subagents not being cleaned up when the agent exits&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/resume&lt;/code&gt; showing the current session in the picker&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/ide&lt;/code&gt; crashing with &lt;code&gt;onInstall is not defined&lt;/code&gt; when auto-installing the extension&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;/loop&lt;/code&gt; not being available on Bedrock/Vertex/Foundry and when telemetry was disabled&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved Up arrow after interrupting Claude — now restores the interrupted prompt and rewinds the conversation in one step&lt;/li&gt;
&lt;li&gt;Improved IDE detection speed at startup&lt;/li&gt;
&lt;li&gt;Improved clipboard image pasting performance on macOS&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/effort&lt;/code&gt; to work while Claude is responding, matching &lt;code&gt;/model&lt;/code&gt; behavior&lt;/li&gt;
&lt;li&gt;Improved voice mode to automatically retry transient connection failures during rapid push-to-talk re-press&lt;/li&gt;
&lt;li&gt;Improved the Remote Control spawn mode selection prompt with better context&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/config&lt;/code&gt; — Escape now cancels changes, Enter saves and closes, Space toggles settings&lt;/li&gt;
&lt;li&gt;Improved up-arrow history to show current session&amp;rsquo;s messages first when running multiple concurrent sessions&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="-核心亮点"&gt;🎯 核心亮点&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; &lt;strong&gt;定时调度工具&lt;/strong&gt; — 新增 cron 调度能力，支持在会话内设置周期性任务。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-11</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-11/</link><pubDate>Wed, 11 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-11/</guid><description>&lt;h1 id="-claude-code-更新-v2172"&gt;🤖 Claude Code 更新 v2.1.72&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-11
&lt;strong&gt;⚠️ 重大更新&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;w&lt;/code&gt; key in &lt;code&gt;/copy&lt;/code&gt; to write the focused selection directly to a file, bypassing the clipboard (useful over SSH)&lt;/li&gt;
&lt;li&gt;Added optional description argument to &lt;code&gt;/plan&lt;/code&gt; (e.g., &lt;code&gt;/plan fix the auth bug&lt;/code&gt;) that enters plan mode and immediately starts&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;ExitWorktree&lt;/code&gt; tool to leave an &lt;code&gt;EnterWorktree&lt;/code&gt; session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;CLAUDE_CODE_DISABLE_CRON&lt;/code&gt; environment variable to immediately stop scheduled cron jobs mid-session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;lsof&lt;/code&gt;, &lt;code&gt;pgrep&lt;/code&gt;, &lt;code&gt;tput&lt;/code&gt;, &lt;code&gt;ss&lt;/code&gt;, &lt;code&gt;fd&lt;/code&gt;, and &lt;code&gt;fdfind&lt;/code&gt; to the bash auto-approval allowlist, reducing permission prompts for common read-only operations&lt;/li&gt;
&lt;li&gt;Added support for marketplace git URLs without &lt;code&gt;.git&lt;/code&gt; suffix (Azure DevOps, AWS CodeCommit)&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;/loop&lt;/code&gt; command to run a prompt or slash command on a recurring interval (e.g. &lt;code&gt;/loop 5m check the deploy&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Added cron scheduling tools for recurring prompts within a session&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed tool search to activate even with &lt;code&gt;ANTHROPIC_BASE_URL&lt;/code&gt; as long as &lt;code&gt;ENABLE_TOOL_SEARCH&lt;/code&gt; is set.&lt;/li&gt;
&lt;li&gt;Fixed slow exits when background tasks or hooks were slow to respond&lt;/li&gt;
&lt;li&gt;Fixed agent task progress stuck on &amp;ldquo;Initializing…&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Fixed skill hooks firing twice per event when a hooks-enabled skill is invoked by the model&lt;/li&gt;
&lt;li&gt;Fixed several voice mode issues: occasional input lag, false &amp;ldquo;No speech detected&amp;rdquo; errors after releasing push-to-talk, and stale transcripts re-filling the prompt after submission&lt;/li&gt;
&lt;li&gt;Fixed &lt;code&gt;--continue&lt;/code&gt; not resuming from the most recent point after &lt;code&gt;--compact&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fixed bash security parsing edge cases&lt;/li&gt;
&lt;li&gt;Fixed several plugin issues: installation failing on Windows with &lt;code&gt;EEXIST&lt;/code&gt; error in OneDrive folders, marketplace blocking user-scope installs when a project-scope install exists, &lt;code&gt;CLAUDE_CODE_PLUGIN_CACHE_DIR&lt;/code&gt; creating literal &lt;code&gt;~&lt;/code&gt; directories, and &lt;code&gt;plugin.json&lt;/code&gt; with marketplace-only fields failing to load&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved &lt;code&gt;/config&lt;/code&gt; — Escape now cancels changes, Enter saves and closes, Space toggles settings&lt;/li&gt;
&lt;li&gt;Improved up-arrow history to show current session&amp;rsquo;s messages first when running multiple concurrent sessions&lt;/li&gt;
&lt;li&gt;Improved voice input transcription accuracy for repo names and common dev terms (regex, OAuth, JSON)&lt;/li&gt;
&lt;li&gt;Improved bash command parsing by switching to a native module — faster initialization and no memory leak&lt;/li&gt;
&lt;li&gt;Improved marketplace clone failure messages to show diagnostic info even when git produces no stderr&lt;/li&gt;
&lt;li&gt;Improved CPU utilization in long sessions&lt;/li&gt;
&lt;li&gt;Improved startup time by deferring native image processor loading to first use&lt;/li&gt;
&lt;li&gt;Improved bridge session reconnection to complete within seconds after laptop wake from sleep, instead of waiting up to 10 minutes&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="-核心亮点"&gt;🎯 核心亮点&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; &lt;strong&gt;定时调度工具&lt;/strong&gt; — 新增 cron 调度能力，支持在会话内设置周期性任务。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-10</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-10/</link><pubDate>Tue, 10 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-10/</guid><description>&lt;h1 id="-claude-code-更新-v2171"&gt;🤖 Claude Code 更新 v2.1.71&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-10
**📋 版本维护&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;/loop&lt;/code&gt; command to run a prompt or slash command on a recurring interval (e.g. &lt;code&gt;/loop 5m check the deploy&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Added cron scheduling tools for recurring prompts within a session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;voice:pushToTalk&lt;/code&gt; keybinding to make the voice activation key rebindable in &lt;code&gt;keybindings.json&lt;/code&gt; (default: space) — modifier+letter combos like &lt;code&gt;meta+k&lt;/code&gt; have zero typing interference&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;fmt&lt;/code&gt;, &lt;code&gt;comm&lt;/code&gt;, &lt;code&gt;cmp&lt;/code&gt;, &lt;code&gt;numfmt&lt;/code&gt;, &lt;code&gt;expr&lt;/code&gt;, &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;printf&lt;/code&gt;, &lt;code&gt;getconf&lt;/code&gt;, &lt;code&gt;seq&lt;/code&gt;, &lt;code&gt;tsort&lt;/code&gt;, and &lt;code&gt;pr&lt;/code&gt; to the bash auto-approval allowlist&lt;/li&gt;
&lt;li&gt;Added the &lt;code&gt;/claude-api&lt;/code&gt; skill for building applications with the Claude API and Anthropic SDK&lt;/li&gt;
&lt;li&gt;Added Ctrl+U on an empty bash prompt (&lt;code&gt;!&lt;/code&gt;) to exit bash mode, matching &lt;code&gt;escape&lt;/code&gt; and &lt;code&gt;backspace&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Added numeric keypad support for selecting options in Claude&amp;rsquo;s interview questions (previously only the number row above QWERTY worked)&lt;/li&gt;
&lt;li&gt;Added optional name argument to &lt;code&gt;/remote-control&lt;/code&gt; and &lt;code&gt;claude remote-control&lt;/code&gt; (&lt;code&gt;/remote-control My Project&lt;/code&gt; or &lt;code&gt;--name &amp;quot;My Project&amp;quot;&lt;/code&gt;) to set a custom session title visible in claude.ai/code&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed stdin freeze in long-running sessions where keystrokes stop being processed but the process stays alive&lt;/li&gt;
&lt;li&gt;Fixed a 5–8 second startup freeze for users with voice mode enabled, caused by CoreAudio initialization blocking the main thread after system wake&lt;/li&gt;
&lt;li&gt;Fixed startup UI freeze when many claude.ai proxy connectors refresh an expired OAuth token simultaneously&lt;/li&gt;
&lt;li&gt;Fixed forked conversations (&lt;code&gt;/fork&lt;/code&gt;) sharing the same plan file, which caused plan edits in one fork to overwrite the other&lt;/li&gt;
&lt;li&gt;Fixed the Read tool putting oversized images into context when image processing failed, breaking subsequent turns in long image-heavy sessions&lt;/li&gt;
&lt;li&gt;Fixed false-positive permission prompts for compound bash commands containing heredoc commit messages&lt;/li&gt;
&lt;li&gt;Fixed plugin installations being lost when running multiple Claude Code instances&lt;/li&gt;
&lt;li&gt;Fixed claude.ai connectors failing to reconnect after OAuth token refresh&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved startup time by deferring native image processor loading to first use&lt;/li&gt;
&lt;li&gt;Improved bridge session reconnection to complete within seconds after laptop wake from sleep, instead of waiting up to 10 minutes&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/plugin uninstall&lt;/code&gt; to disable project-scoped plugins in &lt;code&gt;.claude/settings.local.json&lt;/code&gt; instead of modifying &lt;code&gt;.claude/settings.json&lt;/code&gt;, so changes don&amp;rsquo;t affect teammates&lt;/li&gt;
&lt;li&gt;Improved plugin-provided MCP server deduplication — servers that duplicate a manually-configured server (same command/URL) are now skipped, preventing duplicate connections and tool sets. Suppressions are shown in the &lt;code&gt;/plugin&lt;/code&gt; menu.&lt;/li&gt;
&lt;li&gt;Updated &lt;code&gt;/debug&lt;/code&gt; to toggle debug logging on mid-session, since debug logs are no longer written by default&lt;/li&gt;
&lt;li&gt;Removed startup notification noise for unauthenticated org-registered claude.ai connectors&lt;/li&gt;
&lt;li&gt;Improved error message when microphone captures silence to distinguish from &amp;ldquo;no speech detected&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Improved compaction to preserve images in the summarizer request, allowing prompt cache reuse for faster and cheaper compaction&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="-核心亮点"&gt;🎯 核心亮点&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; &lt;strong&gt;定时调度工具&lt;/strong&gt; — 新增 cron 调度能力，支持在会话内设置周期性任务。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-09</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-09/</link><pubDate>Mon, 09 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-09/</guid><description>&lt;h1 id="-claude-code-更新-v2171"&gt;🤖 Claude Code 更新 v2.1.71&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-09
**📋 版本维护&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;/loop&lt;/code&gt; command to run a prompt or slash command on a recurring interval (e.g. &lt;code&gt;/loop 5m check the deploy&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Added cron scheduling tools for recurring prompts within a session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;voice:pushToTalk&lt;/code&gt; keybinding to make the voice activation key rebindable in &lt;code&gt;keybindings.json&lt;/code&gt; (default: space) — modifier+letter combos like &lt;code&gt;meta+k&lt;/code&gt; have zero typing interference&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;fmt&lt;/code&gt;, &lt;code&gt;comm&lt;/code&gt;, &lt;code&gt;cmp&lt;/code&gt;, &lt;code&gt;numfmt&lt;/code&gt;, &lt;code&gt;expr&lt;/code&gt;, &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;printf&lt;/code&gt;, &lt;code&gt;getconf&lt;/code&gt;, &lt;code&gt;seq&lt;/code&gt;, &lt;code&gt;tsort&lt;/code&gt;, and &lt;code&gt;pr&lt;/code&gt; to the bash auto-approval allowlist&lt;/li&gt;
&lt;li&gt;Added the &lt;code&gt;/claude-api&lt;/code&gt; skill for building applications with the Claude API and Anthropic SDK&lt;/li&gt;
&lt;li&gt;Added Ctrl+U on an empty bash prompt (&lt;code&gt;!&lt;/code&gt;) to exit bash mode, matching &lt;code&gt;escape&lt;/code&gt; and &lt;code&gt;backspace&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Added numeric keypad support for selecting options in Claude&amp;rsquo;s interview questions (previously only the number row above QWERTY worked)&lt;/li&gt;
&lt;li&gt;Added optional name argument to &lt;code&gt;/remote-control&lt;/code&gt; and &lt;code&gt;claude remote-control&lt;/code&gt; (&lt;code&gt;/remote-control My Project&lt;/code&gt; or &lt;code&gt;--name &amp;quot;My Project&amp;quot;&lt;/code&gt;) to set a custom session title visible in claude.ai/code&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed stdin freeze in long-running sessions where keystrokes stop being processed but the process stays alive&lt;/li&gt;
&lt;li&gt;Fixed a 5–8 second startup freeze for users with voice mode enabled, caused by CoreAudio initialization blocking the main thread after system wake&lt;/li&gt;
&lt;li&gt;Fixed startup UI freeze when many claude.ai proxy connectors refresh an expired OAuth token simultaneously&lt;/li&gt;
&lt;li&gt;Fixed forked conversations (&lt;code&gt;/fork&lt;/code&gt;) sharing the same plan file, which caused plan edits in one fork to overwrite the other&lt;/li&gt;
&lt;li&gt;Fixed the Read tool putting oversized images into context when image processing failed, breaking subsequent turns in long image-heavy sessions&lt;/li&gt;
&lt;li&gt;Fixed false-positive permission prompts for compound bash commands containing heredoc commit messages&lt;/li&gt;
&lt;li&gt;Fixed plugin installations being lost when running multiple Claude Code instances&lt;/li&gt;
&lt;li&gt;Fixed claude.ai connectors failing to reconnect after OAuth token refresh&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved startup time by deferring native image processor loading to first use&lt;/li&gt;
&lt;li&gt;Improved bridge session reconnection to complete within seconds after laptop wake from sleep, instead of waiting up to 10 minutes&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/plugin uninstall&lt;/code&gt; to disable project-scoped plugins in &lt;code&gt;.claude/settings.local.json&lt;/code&gt; instead of modifying &lt;code&gt;.claude/settings.json&lt;/code&gt;, so changes don&amp;rsquo;t affect teammates&lt;/li&gt;
&lt;li&gt;Improved plugin-provided MCP server deduplication — servers that duplicate a manually-configured server (same command/URL) are now skipped, preventing duplicate connections and tool sets. Suppressions are shown in the &lt;code&gt;/plugin&lt;/code&gt; menu.&lt;/li&gt;
&lt;li&gt;Updated &lt;code&gt;/debug&lt;/code&gt; to toggle debug logging on mid-session, since debug logs are no longer written by default&lt;/li&gt;
&lt;li&gt;Removed startup notification noise for unauthenticated org-registered claude.ai connectors&lt;/li&gt;
&lt;li&gt;Improved error message when microphone captures silence to distinguish from &amp;ldquo;no speech detected&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Improved compaction to preserve images in the summarizer request, allowing prompt cache reuse for faster and cheaper compaction&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="-核心亮点"&gt;🎯 核心亮点&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; &lt;strong&gt;定时调度工具&lt;/strong&gt; — 新增 cron 调度能力，支持在会话内设置周期性任务。&lt;/p&gt;</description></item><item><title>🤖 Claude Code 更新日报 2026-03-08</title><link>https://qpzm7903.github.io/posts/claude-code-update-2026-03-08/</link><pubDate>Sun, 08 Mar 2026 10:00:00 +0800</pubDate><guid>https://qpzm7903.github.io/posts/claude-code-update-2026-03-08/</guid><description>&lt;h1 id="-claude-code-更新-v2171"&gt;🤖 Claude Code 更新 v2.1.71&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;发布日期&lt;/strong&gt;: 2026-03-08&lt;/p&gt;
&lt;h2 id="-新增功能"&gt;✨ 新增功能&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;/loop&lt;/code&gt; command to run a prompt or slash command on a recurring interval (e.g. &lt;code&gt;/loop 5m check the deploy&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Added cron scheduling tools for recurring prompts within a session&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;voice:pushToTalk&lt;/code&gt; keybinding to make the voice activation key rebindable in &lt;code&gt;keybindings.json&lt;/code&gt; (default: space) — modifier+letter combos like &lt;code&gt;meta+k&lt;/code&gt; have zero typing interference&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;fmt&lt;/code&gt;, &lt;code&gt;comm&lt;/code&gt;, &lt;code&gt;cmp&lt;/code&gt;, &lt;code&gt;numfmt&lt;/code&gt;, &lt;code&gt;expr&lt;/code&gt;, &lt;code&gt;test&lt;/code&gt;, &lt;code&gt;printf&lt;/code&gt;, &lt;code&gt;getconf&lt;/code&gt;, &lt;code&gt;seq&lt;/code&gt;, &lt;code&gt;tsort&lt;/code&gt;, and &lt;code&gt;pr&lt;/code&gt; to the bash auto-approval allowlist&lt;/li&gt;
&lt;li&gt;Added the &lt;code&gt;/claude-api&lt;/code&gt; skill for building applications with the Claude API and Anthropic SDK&lt;/li&gt;
&lt;li&gt;Added Ctrl+U on an empty bash prompt (&lt;code&gt;!&lt;/code&gt;) to exit bash mode, matching &lt;code&gt;escape&lt;/code&gt; and &lt;code&gt;backspace&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Added numeric keypad support for selecting options in Claude&amp;rsquo;s interview questions (previously only the number row above QWERTY worked)&lt;/li&gt;
&lt;li&gt;Added optional name argument to &lt;code&gt;/remote-control&lt;/code&gt; and &lt;code&gt;claude remote-control&lt;/code&gt; (&lt;code&gt;/remote-control My Project&lt;/code&gt; or &lt;code&gt;--name &amp;quot;My Project&amp;quot;&lt;/code&gt;) to set a custom session title visible in claude.ai/code&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-重要修复"&gt;🐛 重要修复&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed stdin freeze in long-running sessions where keystrokes stop being processed but the process stays alive&lt;/li&gt;
&lt;li&gt;Fixed a 5–8 second startup freeze for users with voice mode enabled, caused by CoreAudio initialization blocking the main thread after system wake&lt;/li&gt;
&lt;li&gt;Fixed startup UI freeze when many claude.ai proxy connectors refresh an expired OAuth token simultaneously&lt;/li&gt;
&lt;li&gt;Fixed forked conversations (&lt;code&gt;/fork&lt;/code&gt;) sharing the same plan file, which caused plan edits in one fork to overwrite the other&lt;/li&gt;
&lt;li&gt;Fixed the Read tool putting oversized images into context when image processing failed, breaking subsequent turns in long image-heavy sessions&lt;/li&gt;
&lt;li&gt;Fixed false-positive permission prompts for compound bash commands containing heredoc commit messages&lt;/li&gt;
&lt;li&gt;Fixed plugin installations being lost when running multiple Claude Code instances&lt;/li&gt;
&lt;li&gt;Fixed claude.ai connectors failing to reconnect after OAuth token refresh&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-优化改进"&gt;⚡ 优化改进&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improved startup time by deferring native image processor loading to first use&lt;/li&gt;
&lt;li&gt;Improved bridge session reconnection to complete within seconds after laptop wake from sleep, instead of waiting up to 10 minutes&lt;/li&gt;
&lt;li&gt;Improved &lt;code&gt;/plugin uninstall&lt;/code&gt; to disable project-scoped plugins in &lt;code&gt;.claude/settings.local.json&lt;/code&gt; instead of modifying &lt;code&gt;.claude/settings.json&lt;/code&gt;, so changes don&amp;rsquo;t affect teammates&lt;/li&gt;
&lt;li&gt;Improved plugin-provided MCP server deduplication — servers that duplicate a manually-configured server (same command/URL) are now skipped, preventing duplicate connections and tool sets. Suppressions are shown in the &lt;code&gt;/plugin&lt;/code&gt; menu.&lt;/li&gt;
&lt;li&gt;Updated &lt;code&gt;/debug&lt;/code&gt; to toggle debug logging on mid-session, since debug logs are no longer written by default&lt;/li&gt;
&lt;li&gt;Removed startup notification noise for unauthenticated org-registered claude.ai connectors&lt;/li&gt;
&lt;li&gt;Improved error message when microphone captures silence to distinguish from &amp;ldquo;no speech detected&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Improved compaction to preserve images in the summarizer request, allowing prompt cache reuse for faster and cheaper compaction&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="-深度点评"&gt;💡 深度点评&lt;/h2&gt;
&lt;h3 id="-核心亮点"&gt;🎯 核心亮点&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1. &lt;code&gt;/loop&lt;/code&gt; 命令 — 定时任务终于来了！&lt;/strong&gt;
这是本次更新最重磅的功能。现在可以在会话中设置定时执行的任务，比如 &lt;code&gt;/loop 5m check the deploy&lt;/code&gt; 每 5 分钟检查部署状态。这对于需要持续监控的任务非常实用，再也不用手动重复输入了。&lt;/p&gt;</description></item></channel></rss>