Agenvoy v1.0.10 Release Notes
v1.0.9 -> v1.0.10
Summary
Clarifies cancel versus pause so interrupted work stays pending when the user has not aborted, and routes the TUI interrupt through CancelCause so the cancel reason is preserved. Hardens command execution against hanging watchers and quietens routine daemon noise, with aligned terminal and web colors.
翻譯
釐清取消與暫停,讓未中止的中斷工作保留為 pending,並讓 TUI 中斷經由 CancelCause 保留取消原因。強化指令執行避免監看卡住,並降低常態 daemon 噪音,同時對齊終端與網頁語意色。
Changes
FEAT
- Distinguish user cancel from pause and keep pending tasks on non-abort (@pardnchiu) [7c11ac66]
翻譯
- 區分使用者取消與暫停,非中止時保留 pending 任務
FIX
- Pass user-cancel cause from TUI interrupt via CancelCause (@pardnchiu) [06936437]
- Prevent run commands from starting file watchers that hang the tool runner (@pardnchiu) [c3cd3871]
翻譯
- 修正 TUI 中斷改以 CancelCause 傳遞使用者取消原因
- 防止執行指令啟動會卡住工具執行的檔案監看程序
UPDATE
- Improve daemon log readability and monitor styling (@pardnchiu) [26812d00]
翻譯
- 改善 daemon 日誌可讀性與監控樣式
REFACTOR
- Demote routine daemon lifecycle and migration logs to debug (@pardnchiu) [f3ed66a5]
翻譯
- 將常態 daemon 生命週期與遷移日誌降為 debug
STYLE
- Unify TUI and WebUI semantic color palettes (@pardnchiu) [2bf087c3]
翻譯
- 統一 TUI 與 WebUI 語意色彩配置
DOC
- Add validated design milestones to project documentation (@pardnchiu) [deff24f2]
翻譯
- 將已驗證的設計里程碑新增至專案文件
Scope
internal/agents/exec/— FEAT (cancel.go,execute.go,toolCall.go)internal/runtime/— FEAT (cancelNotify.go,routes/handler/confirm.go)internal/runtime/tui/— FEAT, FIX, REFACTOR, STYLE (commandPending.go,handlerPopup.go,handlerExec.go,init.go,update.go,handlerDaemonLog.go,slog.go,tui.go)internal/tools/interactive/— FEAT (askUser.go)internal/tools/— FIX (runCommand.go,runCommandWatch.go)cmd/app/daemon.go— REFACTORinternal/runtime/store/— REFACTOR (migrateAction.go,migrateSession.go)internal/app/watchSession.go— REFACTORinternal/session/— REFACTOR (history/prune.go,summary/migrate.go,usage/migrate.go)page/src/— UPDATE, STYLE (_daemon.js,_usage.js,_base.scss,right-content/_config.scss)page/public/— UPDATE, STYLEREADME.md,doc/README.zh.md— DOC
Generated by SKILL