Skip to content

v1.1.1

Choose a tag to compare

@zander-zyx zander-zyx released this 05 Jul 04:22
· 30 commits to main since this release

🔧 Bug Fixes

  • fix(esm): 修复 ESM 环境下 require() 失效 — 项目是 ESM ("type": "module"),但 6 处用了 require('node:fs') 会抛 ReferenceError,被 try/catch 静默吞掉,导致三个核心功能完全失效:

    • tok/s 输出速率永远显示不出来
    • Context 填充速率 / ETA 永远算不出来
    • Token 峰值缓存(/compact 后防缩水)失效
    • Context 百分比防闪烁缓存失效
    • 副作用~/.claude-mini-hud/ 下无限累积 .tmp 垃圾文件

    修复方式:将 6 处 require 改为顶部 import { statSync, renameSync }

🧹 Chore

  • 删除 buildBalanceTag 死代码(所有分支恒返回 null)
  • README / README.en 路径版本号 1.0.01.1.1(24 处)
  • .gitignore 添加 nul(Windows 保留设备名误产生)
  • 版本号升级:1.1.01.1.1

Full Changelog: v1.1.0...v1.1.1