fix(skills): 提高智能体管理能力最低客户端版本 (#91)

## 中文

- create-agent 2.6.1:最低客户端提高到 10.0.108(smartRouting + avatarImage)
- update-agent 3.2.1:最低客户端提高到 10.0.108
- clone-agent 1.0.1:最低客户端提高到 10.0.115(补偿、fixed route 与 Provider ceiling)
- action→Skill ID 映射仍不绑定版本

### 验证
- i18n validator
- translation freshness
- public information boundary review

## English

- create-agent 2.6.1 now requires client 10.0.108 for smartRouting and
avatarImage
- update-agent 3.2.1 now requires client 10.0.108
- clone-agent 1.0.1 now requires client 10.0.115 for compensation,
fixed-route, and Provider-ceiling guarantees
- The action-to-Skill-ID mapping remains versionless

### Verification
- i18n validator
- translation freshness
- public information boundary review
This commit is contained in:
2026-08-25 17:25:42 +08:00
committed by GitHub
parent 22b128f185
commit bdaaa44ce1
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
name: create-agent
description: >-
通过多轮对话收集需求,调用 ManageAgent 内置工具创建新的 AgentFS v2 智能体,支持自定义 persona 和 principles。Use when 用户要求创建新智能体、培养某领域助手、或快速基于模板生成可治理 Agent。
version: 2.6.0
version: 2.6.1
type: meta
risk_level: low
status: enabled
@@ -56,7 +56,7 @@ market:
verified: true
compatible_agents: []
channel: latest
required_client_version: 10.0.90
required_client_version: 10.0.108
---
# create-agent skill