Agenvoy v0.32.3 Release Notes
v0.32.2 -> v0.32.3
Summary
The release broadens the Web UI and runtime into a more capable chat workspace, with richer tool interactions, configurable chat resources, and improved local hosting. Response handling also changes in a way that requires consumers of the removed markdown helper to migrate.
翻譯
本版擴充 Web UI 與執行環境,提供更完整的聊天工作區、更豐富的工具互動、可設定的聊天資源,以及更完善的本機服務支援。回應處理方式也有所變更,使用已移除 Markdown 輔助工具的消費端需要進行遷移。
⚠️ Breaking Changes
Markdown fence utility removed
The internal markdown fence utility has been removed. Fenced code is now preserved by the response-cleanup path instead of being processed through that helper.
Migration:
- Remove imports and direct calls to the deleted markdown utility.
- Pass model responses through the standard response-cleanup flow.
- Verify integrations that post-process fenced code, because code fences are now retained in the cleaned response.
翻譯
移除 Markdown fence 輔助工具
內部 Markdown fence 輔助工具已移除。程式碼區塊現在由回應清理流程保留,不再透過該輔助工具處理。
遷移方式:
- 移除對已刪除 Markdown 輔助工具的 import 與直接呼叫。
- 將模型回應改由標準回應清���流程處理。
- 檢查會後處理程式碼區塊的整合,因為清理後的回應現在會保留 fenced code。
Changes
BREAKING
- Remove the markdown fence utility and preserve fenced responses [fafccdb]
翻譯
- 移除 Markdown fence 輔助工具並保留 fenced response
FEAT
- Add skill selection, chat deletion, and UI improvements (@pardnchiu) [5cc0da7]
- Add knowledge, workspace, and feature management support (@pardnchiu) [a79f8cb]
- Add chat rules and file drop support (@pardnchiu) [bd50cef]
- Add rule management endpoints and request-scoped workspaces (@pardnchiu) [907c6884]
- Add client tool calls in chat completions (@pardnchiu) [9cbe66a]
- Add tab filters to session removal selection (@pardnchiu) [1045b43]
- Add loopback listeners, embedded web UI, CORS, and voice support (@pardnchiu) [6d64db7]
翻譯
- 新增技能選擇、聊天刪除與介面優化
- 新增知識、工作區與功能管理支援
- 新增聊天規則與檔案拖放支援
- 新增規則管理端點與請求指定工作目錄
- 新增聊天完成流程中的用戶端工具呼叫
- 新增工作階段移除選擇的分頁篩選
- 新增本機迴路監聽���內嵌 Web UI、CORS 與語音支援
UPDATE
- Refine chat input chrome and message bubble layout (@pardnchiu) [7745540]
翻譯
- 調整聊天輸入區與訊息泡泡版面
Scope
internal/agents/— BREAKING, FEATinternal/filesystem/— FEATinternal/runtime/routes/— FEATinternal/runtime/tui/— FEATinternal/tools/file/— BREAKINGinternal/utils/— BREAKINGcmd/app/— FEATpage/— FEAT, UPDATEconfigs/prompts/— FEAT
Generated by SKILL