Agenvoy v1.0.20 Release Notes
v1.0.19 -> v1.0.20
Summary
Model routing now applies fallback priorities consistently, preserves reasoning preferences for related requests, and limits concurrent tool execution. The model configuration interface clarifies routing and custom endpoint behavior. Documentation now describes model routing, fallback behavior, and concurrent tool limits.
翻譯
模型路由現在會一致套用候補優先順序、在相關請求中保留推理偏好,並限制工具呼叫的並行數。模型設定介面也更清楚說明路由與自訂端點行為。文件新增模型路由、候補行為與工具呼叫並行上限的說明。
Changes
UPDATE
- Apply fallback priority across registered agents, retain reasoning level when reusing a model for related requests, and cap concurrent tool calls (@pardnchiu) [f12e4290, a5a7ef63, 770071a6]
- Clarify fallback priority and custom endpoint guidance in model configuration (@pardnchiu) [f12e4290]
翻譯
- 將候補優先順序套用至已註冊模型,相關請求沿用模型時保留推理層級,並限制工具呼叫並行數
- 調整模型設定介面中的候補優先順序與自訂端點說明
DOC
- Document model routing, fallback behavior, and concurrent tool limits (@pardnchiu) [f5d98d20]
翻譯
- 說明模型路由、候補機制與工具呼叫並行上限
Scope
internal/agents/exec/— UPDATE (execute.go,selectAgent.go,selectAgentBeta.go,toolCall.go)configs/prompts/system_prompt/— UPDATE (agent_selector.md)internal/session/config/— UPDATE (model.go)page/— UPDATE (index.html,public/index.js,src/js/_model_config.js)doc/— DOC (architecture.md,architecture.zh.md,doc.md,doc.zh.md)
Generated by SKILL