Documentation v0.30.0

v0.28.22 → v0.28.23

Summary

Narrows Agenvoy to internal agent orchestration by dropping external CLI handoff and review paths. Tool surfaces are renamed and regrouped around revision control, while desktop open flows become more reliable on Linux and WSL.

翻譯

將 Agenvoy 收斂為內部 agent 編排,移除外部 CLI 交接與審查路徑。工具介面依修訂控制重新命名與分組,Linux 與 WSL 的桌面開啟流程也更可靠。

⚠️ Breaking Changes

External agent CLI tools removed

Before:

invoke_external_agent / cross_review_with_external_agents / review_result
config.json limits.max_external_agent_timeout_min
system prompt External Agents line

After:

Only internal subagent routing remains.
External agent timeout limit and prompt line are gone.

Migration: Stop calling external CLI review tools. Use internal subagents for delegated work. Remove max_external_agent_timeout_min from runtime config if present.

翻譯

外部 CLI agent 工具已移除。請停止呼叫外部審查工具,改走內部 subagent;並刪除 runtime 設定中的 max_external_agent_timeout_min

Git tools renamed to revision APIs

Before:

git_log / git_rollback

After:

list_revisions / restore_revision

Migration: Replace every git_log call with list_revisions, and every git_rollback call with restore_revision. Keep the same tag values (skills / tools).

翻譯

git 工具已更名為 revision API。請將 git_log 改為 list_revisionsgit_rollback 改為 restore_revisiontag 參數維持 skills / tools

Error reporting tools and schedule UI removed

Before:

report_error / read_log
TUI allow-report enable/disable flow

After:

No report/upload tools.
Inspect daemon failures via ~/.config/agenvoy/daemon.log

Migration: Delete workflows that call report_error or read_log. For troubleshooting, read ~/.config/agenvoy/daemon.log directly. Disable any leftover allow-report cron manually if it still exists.

翻譯

錯誤回報工具與排程介面已移除。請刪除呼叫 report_error / read_log 的流程;排查時直接讀取 ~/.config/agenvoy/daemon.log,並手動停用殘留的 allow-report 排程。

Changes

BREAKING

翻譯
  • 移除外部 agent CLI 呼叫與相關審查工具
  • 將 git 工具更名為 revision API,並移除錯誤回報功能

FEAT

翻譯
  • 改善 Linux 與 WSL 的瀏覽器與檔案開啟流程

UPDATE

翻譯
  • 為網頁擷取新增強制覆寫與更清楚的失敗日誌
  • 將 daemon 排查指引改為直接讀取日誌檔

REFACTOR

翻譯
  • 將供應商工具與 subagent 套件重組到更清楚的路徑

CHORE

翻譯
  • 升級 go-browser 與 go-pkg 相依
  • 自 runtime 設定面移除外部 agent timeout 限制

DOC

翻譯
  • 自架構文件移除外部 agent 路由描述

Scope


Generated by SKILL