Agenvoy v0.32.10 Release Notes
v0.32.9 -> v0.32.10
Summary
Introduces a configurable administration surface for model routing, MCP integrations, credentials, and communication channels. Replaces the legacy privileged execution path with request-scoped sandbox authorization and restricted-path approval.
翻譯
新增可設定的管理介面,涵蓋模型路由、MCP 整合、憑證與通訊頻道;並以單次請求沙箱授權與受限路徑核准取代舊有的特權執行流程。
⚠️ Breaking Changes
Privileged execution flow replaced
The legacy sudo-based execution flow and its related configuration have been removed. Commands and file operations now require request-scoped sandbox authorization, with explicit approval for restricted paths.
Migration:
- Remove integrations that invoke the deleted sudo execution flow.
- Update command and file-operation integrations to handle authorization requests and restricted-path approval.
- Review existing execution configuration because the previous privileged-mode settings are no longer supported.
翻譯
舊有的 sudo 執行流程及相關設定已移除。指令與檔案操作現在需要單次請求沙箱授權,存取受限路徑時還必須明確核准。
遷移方式:
- 移除呼叫已刪除 sudo 執行流程的整合。
- 更新指令與檔案操作整合,以處理授權請求及受限路徑核准。
- 檢查既有執行設定,因為舊有的特權模式設定已不再支援。
Changes
BREAKING
- Replace sudo mode with per-request sandbox and command authorization (@pardnchiu) [ec0988e]
翻譯
- 以單次請求沙箱與指令授權取代 sudo 模式
FEAT
- Add admin channel APIs (@pardnchiu) [c210894]
- Add MCP OAuth and tool allowlist APIs (@pardnchiu) [ecef431]
- Add model, MCP, keychain, and channel configuration UI (@pardnchiu) [09c036b]
- Add model, MCP, keychain, and channel configuration UI (@pardnchiu) [56e0f84]
- Add model routing controls (@pardnchiu) [f9895a4]
- Migrate bot configuration from Markdown to JSON with legacy support (@pardnchiu) [6d7043e]
翻���
- 新增管理頻道 API
- 新增 MCP OAuth 與工具 allowlist API
- 新增模型、MCP、金鑰鏈與頻道設定介面
- 新增模型、MCP、金鑰鏈與頻道設定介面
- 新增模型路由控制
- 將 bot 設定從 Markdown 遷移至 JSON 並支援舊格式
FIX
- Fix chat navigation visibility and sidebar scrolling (@pardnchiu) [492f6fd]
翻譯
- 修正聊天導覽顯示與側邊欄捲動行為
REFACTOR
- Enforce restricted path approval (@pardnchiu) [b28c14d]
翻譯
- 強制執行受限路徑核准
Scope
internal/tools/— BREAKING, REFACTOR, FEAT (multiple files)internal/runtime/— BREAKING, REFACTOR, FEAT (multiple files)internal/agents/exec/— BREAKING, REFACTOR (multiple files)page/— FEAT (multiple files)configs/— BREAKING, FEAT (multiple files)go.mod,go.sum,package-lock.json— BREAKING, FEAT
Generated by SKILL