feat(compute): 新增 GitHub Copilot 订阅 Provider 预设 (#90)

- compute/providers/github-copilot.json:coding-plan + credentialSource
  github-copilot,models 留空(可用集合随订阅档位与组织策略变化,由客户端
  登录后经 /models 动态发现)
- schemas/provider.schema.json:credentialSource 枚举登记 github-copilot 及其语义
- _index.json 顺序追加;manifest presetDataVersion 105 → 106
- 测试计价归属表登记 github-copilot(USD)

Co-authored-by: yi-ge <jackyoncode@gmail.com>
This commit is contained in:
2026-08-31 02:16:30 -04:00
committed by GitHub
parent 59743a99b4
commit 9f331d3f78
5 changed files with 34 additions and 4 deletions

View File

@@ -446,6 +446,7 @@ describe('真实数据全量校验', () => {
cohere: 'USD',
dashscope: 'CNY',
deepseek: 'CNY',
'github-copilot': 'USD',
google: 'USD',
kling: 'CNY',
'local-whisper': 'USD',