Documentation v0.32.6

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:

  1. Remove imports and direct calls to the deleted markdown utility.
  2. Pass model responses through the standard response-cleanup flow.
  3. Verify integrations that post-process fenced code, because code fences are now retained in the cleaned response.
翻譯

移除 Markdown fence 輔助工具

內部 Markdown fence 輔助工具已移除。程式碼區塊現在由回應清理流程保留,不再透過該輔助工具處理。

遷移方式:

  1. 移除對已刪除 Markdown 輔助工具的 import 與直接呼叫。
  2. 將模型回應改由標準回應清���流程處理。
  3. 檢查會後處理程式碼區塊的整合,因為清理後的回應現在會保留 fenced code。

Changes

BREAKING

翻譯
  • 移除 Markdown fence 輔助工具並保留 fenced response

FEAT

翻譯
  • 新增技能選擇、聊天刪除與介面優化
  • 新增知識、工作區與功能管理支援
  • 新增聊天規則與檔案拖放支援
  • 新增規則管理端點與請求指定工作目錄
  • 新增聊天完成流程中的用戶端工具呼叫
  • 新增工作階段移除選擇的分頁篩選
  • 新增本機迴路監聽���內嵌 Web UI、CORS 與語音支援

UPDATE

翻譯
  • 調整聊天輸入區與訊息泡泡版面

Scope


Generated by SKILL