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: clone-agent
description: >-
完整克隆现有智能体为独立本地副本并安全处理私有记忆、偏好、关系与团队分发影响。Use when 用户要求复制、克隆或基于现有 Agent 创建独立变体。
version: 1.0.0
version: 1.0.1
type: meta
risk_level: medium
status: enabled
@@ -45,7 +45,7 @@ market:
verified: true
compatible_agents: []
channel: latest
required_client_version: 10.0.96
required_client_version: 10.0.115
---
# clone-agent Skill