Agenvoy v1.0.17 Release Notes
v1.0.16 -> v1.0.17
Summary
Expands runtime delivery and model coverage while adding interactive Skill management. Local browser access is tightened, bundled workflows are externalized, and the updated runtime boundaries are documented.
翻譯
擴充執行環境成果交付與模型支援,並新增互動式 Skill 管理。收緊本機瀏覽器存取、將內建工作流程移至外部,並補充更新後的執行環境邊界文件。
⚠️ Breaking Changes
Bundled workflow Skills are no longer shipped
The repository no longer includes the bundled code-reviewer, commit-generate, readme-generate, search-suitable-public-api, and version-generate Skills under extensions/skills/.
Migration:
- Use the TUI
/skillscommand to install supported official Skills into the managed system-design directory. - Reinstall
code-reviewer,commit-generate,readme-generate, orversion-generatewhen those workflows are needed. - API discovery is no longer bundled; install an external equivalent or use another configured tool.
- Existing local copies outside the repository are not modified by this release.
翻譯
Repository 不再於 extensions/skills/ 內附帶 code-reviewer、commit-generate、readme-generate、search-suitable-public-api 與 version-generate Skill。
Migration:
- 使用 TUI 的
/skills指令,將支援的官方 Skill 安裝至受管理的 system-design 目錄。 - 需要相關工作流程時,重新安裝
code-reviewer、commit-generate、readme-generate或version-generate。 - API 探索功能不再內建,請安裝外部替代方案或使用其他已設定工具。
- 本版本不會修改 repository 外既有的本機副本。
Changes
BREAKING
- Remove bundled code review, commit, README, API, and version Skills (@pardnchiu) [6064cbce]
翻譯
- 移除內建程式碼審查、提交、README、API 與版本產生 Skill
FEAT
- Add OpenRouter support for audio and image models (@pardnchiu) [53a26f9b]
- Add interactive Skill installation and removal command (@pardnchiu) [af878e66]
- Add HTML template tool and support HTML result output (@pardnchiu) [7b2b2a41]
翻譯
- 新增 OpenRouter 語音與圖片模型支援
- 新增互動式 Skill 安裝與移除指令
- 新增 HTML 範本工具並支援 HTML 成果輸出
FIX
- Restrict CORS to localhost and remove agenvoy subdomain support (@pardnchiu) [82b980d0]
翻譯
- 限制 CORS 僅支援 localhost 並移除 agenvoy 子網域支援
Scope
extensions/skills/— BREAKINGconfigs/prompts/,cmd/app/,internal/agents/,internal/runtime/— FEAT, FIXinternal/tools/,go.mod,go.sum— FEATpage/— UPDATEdoc/— DOC
Generated by SKILL