Skip to content

v2.4.3

Choose a tag to compare

@taekchef taekchef released this 07 May 15:34
· 103 commits to main since this release

修复

  • 加强第三方 Claude wrapper(例如 cmux)兼容修复:即使机器上同时存在全局 npm Claude,只要当前 PATH 命中的 claude 不是 npm cli.js 安装,也不会注入本插件 launcher。
  • launcher 安装判断现在只看当前实际 claude 命令本身,不再用 npm root -g 兜底结果决定 PATH 注入,避免 cmux 等第三方 wrapper 再次被串联。

验证

  • 本地:node --test tests/*.test.js(92 pass / 2 skip / 0 fail)
  • 新增回归测试:第三方 wrapper + 全局 npm Claude 共存时仍跳过 launcher 注入
  • GitHub Actions:CI run 25505505336 通过(test + windows-install-smoke)

感谢