Skip to content

Releases: margbug01/ace-proxy

v0.2.0

12 Jan 10:45

Choose a tag to compare

v0.1.4

12 Jan 05:34

Choose a tag to compare

Full Changelog: v0.1.3...v0.4.0

v0.1.3

09 Jan 19:20

Choose a tag to compare

What's New

  • Added mise package manager support for auggie path detection
  • Added custom npm global prefix detection (npm config get prefix)
  • Added fallback scan for common custom global locations (C/D/E/F drives)

v0.1.2

09 Jan 18:21

Choose a tag to compare

Changes

  • fix: validate configured paths exist before use, fallback to auto-detect if not

当配置文件中的 node 或 auggie_entry 路径不存在时,现在会输出警告日志并自动回退到路径检测,而不是直接使用无效路径导致运行时失败。

v0.1.1: 代码质量优化

07 Jan 05:10

Choose a tag to compare

更新内容

  • 重构 EventThrottler: 移除未使用的 channel
  • 优化 GitTrackedFiles: O(1) 目录查找
  • 清理未使用错误码
  • 扩展测试覆盖到 20 个