Agenvoy v1.0.22 Release Notes
v1.0.21 -> v1.0.22
Summary
Improves session, skill, and model workflows while making subagent reports easier to retrieve. Refines the TUI popup experience and adds provider console access.
翻譯
改善 session、Skill 與模型管理流程,讓 subagent 報告更容易讀取;同時調整 TUI 彈窗並加入 provider 主控台入口。
⚠️ Breaking Changes
TUI command names changed
The /sessions, /skills, and /allow-skill commands are replaced by the unified /session and /skill commands. The standalone /bot command is also removed; session name, ID, and role editing are now available through /session.
Migration:
- Replace
/sessionswith/sessionand/skillsor/allow-skillwith/skill. - Use
/session name,/session id, or/session roleto edit the current session persona fields. - Update scripts, documentation, and prompts that invoke the removed commands.
翻譯
TUI 指令 /sessions、/skills 與 /allow-skill 已整併為 /session 與 /skill;獨立的 /bot 指令也已移除,session 名稱、ID 與角色改由 /session 編輯。
遷移方式:
- 將
/sessions改為/session,並將/skills或/allow-skill改為/skill。 - 使用
/session name、/session id或/session role編輯目前 session 的 persona 欄位。 - 更新呼叫舊指令的腳本、文件及 prompt。
Changes
FEAT
- Save each subagent result as a named Markdown report and return its path for reliable retrieval (@pardnchiu) [ac0837e]
- Add provider console links to model setup and expose provider console redirects (@pardnchiu) [7d9e8ad]
- Redesign TUI command popups and model management, including model ordering and provider tabs (@pardnchiu) [ec58cf2]
- Consolidate skill permissions and session persona editing into unified TUI commands (@pardnchiu) [1acf865]
翻譯
- 將 subagent 結果存成具名 Markdown 報告並回傳路徑,方便可靠讀取
- 在模型設定流程加入 provider 主控台連結與導向路由
- 重設 TUI 指令彈窗與模型管理,加入模型排序及 provider 分頁
- 將 Skill 權限與 session persona 編輯整併至統一的 TUI 指令
Scope
internal/tools/subagent/,configs/prompts/guide/— FEAT, UPDATEinternal/runtime/routes/— FEATinternal/runtime/tui/— BREAKING, FEAT, UPDATEinternal/runtime/skill.go— UPDATEpage/— UPDATE
Generated by SKILL