Skip to content

v0.6.8

Latest

Choose a tag to compare

@zyTheGit zyTheGit released this 27 Jul 06:38

🐛 Bug 修复

  • fix: Windows 上 hooks 可执行位检查导致 doctor 误判未安装
    • Claude/Codex 适配器:fs.statSync().mode & 0o111 在 Windows 上始终返回 0,导致 hooks 检查失败。在 Windows 上跳过可执行位检查。
    • doctor 命令:continue 跳过了具体检查项的打印,用户看不到失败原因。改为先显示各检查项详情,再显示未安装摘要。

📝 文档

  • 精简 README 结构,新建 ROADMAP.md