Documentation v1.0.0

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:

  1. Remove any automation that invokes /kuradb, /kuradb setup, /kuradb update, or /kuradb reconnect.
  2. Install or update KuraDB using your existing external deployment process.
  3. Register and reconnect the KuraDB MCP server through the supported MCP configuration flow.
翻譯

內建的 /kuradb TUI 指令,以及 setup、update、reconnect 動作已移除。KuraDB 必須改由 Agenvoy TUI 之外的流程安裝與管理,再透過支援的 MCP 設定流程註冊為 MCP 伺服器。

Migration:

  1. 移除呼叫 /kuradb/kuradb setup/kuradb update/kuradb reconnect 的自動化流程。
  2. 使用既有的外部部署流程安裝或更新 KuraDB。
  3. 透過支援的 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:

  1. Move API and script tools from the legacy directories into the current Agenvoy tool directories.
  2. Rename limits.max_skill_iterations to limits.max_tool_iterations in runtime configuration.
  3. Rename planner_model to dispatcher_model in session configuration.
  4. Restart Agenvoy after migrating the configuration and tool files.
翻譯

已移除 v0.28.9 以前的相容性支援,不再載入或維護舊版工具目錄、max_skill_iterations 限制欄位與 planner_model 設定鍵。

Migration:

  1. 將 API 與 script 工具從舊版目錄移至目前的 Agenvoy 工具目錄。
  2. 將執行環境設定中的 limits.max_skill_iterations 改名為 limits.max_tool_iterations
  3. 將工作階段設定中的 planner_model 改名為 dispatcher_model
  4. 完成設定與工具檔案遷移後重新啟動 Agenvoy。

Changes

BREAKING

翻譯
  • 從 TUI 與執行環境整合中移除內建的 KuraDB setup、update 與 reconnect 指令
  • 移除 v0.28.9 以前的舊版工具路徑與設定相容性回退

FEAT

翻譯
  • 在系統提示詞中加入依模型套用的官方指南

REFACTOR

翻譯
  • 以明確的 self-id 與清除歷史控制取代 Subagent 工作階段參數
  • 重整 Subagent 執行、重試處理與工作階段歷史持久化 API

Scope


Generated by SKILL