Agenvoy v1.0.21 Release Notes
v1.0.20 -> v1.0.21
Summary
Model selection is consolidated across agents and delegated work, while task execution and chat reporting become more consistent. Safety guidance and HTML authoring rules are clarified, with supporting interface and documentation updates.
翻譯
統一 agent 與委派工作的模型選擇,並改善任務執行與對話資訊呈現的一致性。同步整理安全規則與 HTML 撰寫規範,並更新相關介面及文件。
Changes
FEAT
- Optimize Skill assignment so explicitly invoked workflows follow the intended execution path (@pardnchiu) [60199127]
翻譯
- 優化 Skill 指派流程,使明確呼叫的工作流程依預期方式執行
UPDATE
- Report selected models and reasoning levels during execution, improve task timestamps, and prevent horizontal overflow in chat details (@pardnchiu) [c2ac04f3, 3558f517]
- Extract guardrail rules and localize refusal messages (@pardnchiu) [42afba9c]
翻譯
- 顯示執行時選用的模型與推理等級、改善任務時間標示,並避免對話明細水平溢出
- 抽離防護規則並將拒絕訊息改為多語系
REFACTOR
- Unify agent and subagent model selection; subagents previously used a lower tier to finish faster (@pardnchiu) [0afe093d]
- Restructure session initialization and optimize execution code (@pardnchiu) [1311b9ed]
翻譯
- 統一 agent 與 subagent 的模型選擇規則;舊版為了讓 subagent 更快完成,會選用低一階模型
- 重整 session 初始化流程並優化執行程式碼
Scope
internal/agents/exec/— FEAT, UPDATE, REFACTOR (multiple files)internal/session/config/— REFACTOR (model.go,tier.go)internal/tools/subagent/— REFACTOR (invoke.go,subagents.go)configs/prompts/— UPDATE, REFACTOR (multiple files)configs/jsons/— UPDATE, REFACTOR (multiple files)internal/runtime/— BREAKING, UPDATE, REMOVE (multiple files)internal/app/— UPDATEpage/— UPDATE (multiple files)doc/— DOCgo.mod,go.sum— UPDATE
Generated by SKILL