Agenvoy v0.32.1 Release Notes
v0.32.0 -> v0.32.1
Summary
A message sent while a turn is running now steers that turn instead of queueing a second one, matching TUI behaviour, and every interjection is recorded in the action log. Each answer ends with generated follow-up suggestions and, on the first turn, a chat title. The Web UI is still under development and gains chat streaming, ask_user prompts, the live task checklist, per-session model selection, and recency-ordered sessions; the TUI session switcher gains prefix filter tabs.
KuraDB migration notice: KuraDB RAG is now an independent MCP server and Agenvoy no longer manages its lifecycle. After upgrading, run
/kuradbto update KuraDB to a compatible version and reconnect the MCP server.
翻譯
任務執行中送出的訊息改為插話引導當前任務,不再另起一輪,行為與 TUI 一致,且每則插話都會記錄進 action log。每次回答結束會生成後續提問建議,首輪並生成對話標題。Web UI 仍在開發中,本版加入聊天串流、ask_user 提問、即時任務清單、單一工作階段的模型選擇,以及依最近使用排序的工作階段列表;TUI 的工作階段切換選單新增前綴篩選分頁。
KuraDB 遷移提醒: KuraDB RAG 已獨立為 MCP server,不再由 Agenvoy 管理生命週期。升級後請透過
/kuradb指令更新 KuraDB 至相容版本,並重新連線 MCP server。
Changes
FEAT
- Add follow-up suggestions and configurable event replay (@pardnchiu) [b478c8e0]
- Wire web chat send, live stream, and session recency (@pardnchiu) [9635eda9]
- Publish EventPending and prefix chat sessions (@pardnchiu) [3ba4c3d6]
- Add session-switch tabs and localize follow-up language (@pardnchiu) [d2f4ef88]
- Route messages to running sessions as steer input (@pardnchiu) [f2dd8754]
- Add chat task and pending interaction panels (@pardnchiu) [fe4a5b08]
- Add model selection, pending prompts, and chat task rendering (@pardnchiu) [ad8af4c6]
- Enhance chat controls and message rendering layout (@pardnchiu) [c49ee67a]
翻譯
- 新增後續建議與可設定的事件重播
- 串接網頁聊天傳送、即時串流與工作階段近用排序
- 新增待處理事件發布與聊天工作階段前綴
- 新增工作階段切換分頁並支援後續建議語言在地化
- 將訊息轉送至執行中的工作階段作為 steer 輸入
- 新增聊天任務與待處理互動面板
- 新增模型選擇、待處理提示與聊天任務渲染
- 強化聊天控制項與訊息渲染版面
UPDATE
- Refine follow-up prompts and session ordering (@pardnchiu) [48488ed0]
翻譯
- 調整後續建議提示與工作階段排序
Scope
internal/agents/— FEAT (exec,types)internal/runtime/routes/handler/— FEAT, UPDATEinternal/runtime/tui/— FEATinternal/session/— FEATconfigs/prompts/— FEAT, UPDATEpage/— FEAT
Generated by SKILL