fix(skill): 修正算力配置治理流程 (#100)

## 中文

- 将算力配置流程改为 `ManageCompute` 与 `ComputeCredential set`
- 明确密钥只允许写入且工具结果保持脱敏
- 补全 GUI `mode=control` 回退、旧客户端条件化验证和升级提示
- 禁止引导 Agent 绕过 renderer Origin/token 边界

## English

- Route compute configuration through `ManageCompute` and
`ComputeCredential set`
- Keep credentials write-only and redacted from tool results
- Complete the GUI `mode=control` fallback, legacy-client validation,
and upgrade guidance
- Stop directing Agents around renderer Origin/token protections

## Validation

- Translation freshness check
- Skill i18n validation
- `git diff --check`
This commit is contained in:
2026-08-29 14:26:24 -04:00
committed by GitHub
parent a625b5ec84
commit 54716ea43a
3 changed files with 127 additions and 256 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.1.0] - 2026-08-30
- 改用 `ManageCompute``ComputeCredential(action='set')` 完成受治理的 Provider 启停、模型同步和密钥只写
- 补充 `ControlDesireCoreGui` 的 control 模式回退及旧客户端升级路径
- 禁止 Agent 绕过 renderer Origin/token 边界调用本机算力管理 HTTP 端点
- 明确敏感输入在审批、事件、回执和会话持久化中的统一脱敏契约
## [1.0.3] - 2026-07-29
- 市场图标统一为纯白,确保各市场消费端视觉一致