Agenvoy v0.35.0 Release Notes
v0.34.4 -> v0.35.0
Summary
A major cleanup removes obsolete compatibility surfaces and retires built-in KuraDB lifecycle management from the TUI. Agent execution, model guidance, and session history become more explicit and maintainable.
翻譯
本次重大版本移除過時的相容性介面,並將內建的 KuraDB 生命週期管理從 TUI 中撤除;同時讓 Agent 執行、模型指南與工作階段歷史更加明確且易於維護。
⚠️ Breaking Changes
Built-in KuraDB TUI management removed
The /kuradb TUI command and its setup, update, and reconnect actions are no longer available. KuraDB must be installed and managed outside the Agenvoy TUI, then configured as an MCP server through the supported MCP configuration flow.
Migration:
- Remove any automation that invokes
/kuradb,/kuradb setup,/kuradb update, or/kuradb reconnect. - Install or update KuraDB using your existing external deployment process.
- Register and reconnect the KuraDB MCP server through the supported MCP configuration flow.
翻譯
內建的 /kuradb TUI 指令,以及 setup、update、reconnect 動作已移除。KuraDB 必須改由 Agenvoy TUI 之外的流程安裝與管理,再透過支援的 MCP 設定流程註冊為 MCP 伺服器。
Migration:
- 移除呼叫
/kuradb、/kuradb setup、/kuradb update或/kuradb reconnect的自動化流程。 - 使用既有的外部部署流程安裝或更新 KuraDB。
- 透過支援的 MCP 設定流程註冊並重新連線 KuraDB MCP 伺服器。
Legacy configuration and path fallbacks removed
Pre-v0.28.9 compatibility for legacy tool directories, the legacy max_skill_iterations limit, and the legacy planner_model configuration key is no longer loaded or maintained.
Migration:
- Move API and script tools from the legacy directories into the current Agenvoy tool directories.
- Rename
limits.max_skill_iterationstolimits.max_tool_iterationsin runtime configuration. - Rename
planner_modeltodispatcher_modelin session configuration. - Restart Agenvoy after migrating the configuration and tool files.
翻譯
已移除 v0.28.9 以前的相容性支援,不再載入或維護舊版工具目錄、max_skill_iterations 限制欄位與 planner_model 設定鍵。
Migration:
- 將 API 與 script 工具從舊版目錄移至目前的 Agenvoy 工具目錄。
- 將執行環境設定中的
limits.max_skill_iterations改名為limits.max_tool_iterations。 - 將工作階段設定中的
planner_model改名為dispatcher_model。 - 完成設定與工具檔案遷移後重新啟動 Agenvoy。
Changes
BREAKING
- Remove built-in KuraDB setup, update, and reconnect commands from the TUI and runtime integration (@pardnchiu) [3139372c]
- Remove pre-v0.28.9 legacy tool paths and configuration fallbacks (@pardnchiu) [9abe331c]
翻譯
- 從 TUI 與執行環境整合中移除內建的 KuraDB setup、update 與 reconnect 指令
- 移除 v0.28.9 以前的舊版工具路徑與設定相容性回退
FEAT
- Add model-specific official guides to system prompts (@pardnchiu) [1a20ff72]
翻譯
- 在系統提示詞中加入依模型套用的官方指南
REFACTOR
- Replace subagent session parameters with explicit self-id and clean-history controls (@pardnchiu) [34bfea3e]
- Revise subagent execution, retry handling, and session history persistence APIs (@pardnchiu) [d6e43d7b]
翻譯
- 以明確的 self-id 與清除歷史控制取代 Subagent 工作階段參數
- 重整 Subagent 執行、重試處理與工作階段歷史持久化 API
Scope
internal/runtime/tui/— BREAKING, UPDATEinternal/runtime/kuradb/— BREAKING, REMOVEinternal/filesystem/,internal/session/config/— BREAKING, UPDATEinternal/tools/subagent/— REFACTOR, UPDATEinternal/agents/exec/— REFACTOR, UPDATEinternal/runtime/history/— REFACTOR, UPDATEconfigs/prompts/official_guides/— FEAT, ADDconfigs/prompts/,internal/agents/exec/systemPrompt.go— FEAT, UPDATEREADME.md,doc/— DOCpage/— UPDATE
Generated by SKILL