Bugu v0.2.1 — Robustness & performance pass
Bugu v0.2.1 — Robustness & performance pass
Same features as v0.2.0, rebuilt with a round of reliability and performance fixes so the sound beacon stays accurate when several agents run at once and stays light on your CPU.
与 v0.2.0 功能一致,但做了一轮可靠性与性能强化:多个 agent 同时运行时声音状态更准,CPU 占用更低。
What's improved | 本次改进
- Independent multi-agent session tracking — one agent finishing no longer resets the others; the menu-bar state is the aggregate of all live sessions.
多 agent 会话独立追踪 —— 一个 agent 结束不再清掉其它的;菜单栏状态是所有活跃会话的聚合。 - Off-main-thread scanning — the periodic process scan no longer runs on the UI thread.
扫描移出主线程 —— 周期性进程扫描不再卡 UI 线程。 - Fewer false sounds — a single failed tool call no longer fires the interrupted cue; repeated Stop events don't replay the completion cue; an agent must miss two consecutive scans before being declared ended.
更少误报音 —— 单个工具失败不再触发中断音;重复 Stop 不再重复播完成音;agent 连续两次扫描缺席才判结束。 - Safer hook-config writes — never overwrite an unparseable (e.g. commented) CLI config; hook timeout lowered to 5s.
更安全的 hook 配置写入 —— 绝不覆盖无法解析(如带注释)的 CLI 配置;hook 超时降到 5s。 - Accessibility onboarding for precise Warp/Ghostty tab jumps, debounced session refresh, bounded event log, and a unit-test suite.
新增辅助功能权限引导(用于 Warp/Ghostty 精确切 tab)、会话刷新去抖、事件日志封顶,以及单元测试。
Installation | 安装说明
- Download
Bugu-0.2.1.dmgbelow, open it, and drag Bugu into Applications.
下载下方的Bugu-0.2.1.dmg,打开后把 Bugu 拖进 应用程序。 - Requires macOS 14+.
需要 macOS 14+。
This community build is not yet Apple-notarized. On first launch, right-click Bugu.app → Open, then confirm Open. If macOS still blocks it, use System Settings → Privacy & Security → Open Anyway.
本社区版尚未做 Apple 公证。首次打开请右键 Bugu.app → 打开,再点打开确认。若仍被拦截,可在系统设置 → 隐私与安全性 → 仍要打开中放行。
# Or clear the quarantine flag after verifying the source | 或在确认来源后清除隔离标记
xattr -dr com.apple.quarantine /Applications/Bugu.app