v0.1.3 — 后台任务完成也响铃 · Chime for background completions too
修复:此前监听器只盯「当前打开的会话」,切换到其他任务后,原任务完成就不会响。现在监听列表里所有非子代理会话,任意任务从运行 → 完成的瞬间都响铃(子代理的结束并入父任务,父任务完成时响一次,避免连环响)。
Fixed: the watcher previously tracked only the current session, so switching to another task silenced completions of the original one. It now tracks every non-subagent session — any running → idle transition rings. Subagent rows are skipped; their parent task rings once when it completes.
变更 · Changes
- 🔔 触发范围从「当前会话」扩展到「所有非子代理会话」· trigger scope widened from the current session to every non-subagent session
- 🧪 冒烟测试仍 11/11 通过 · smoke tests still 11/11
更新方式 · How to update
仅浏览器半体变更:刷新页面即可生效(无需重启 dsh)。Client-only change: just refresh the page.