agentswitch 0.6.0

一个通用的 Code Agent 工具配置切换器,支持将任意 OpenAI/Anthropic 协议模型接入到主流 Code Agent CLI 工具中
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "version": "1.0.0",
  "exported_at": "2026-03-05T10:00:00Z",
  "presets": [
    {
      "name": "development",
      "description": "开发环境配置",
      "tags": ["dev", "local"],
      "created_at": "2026-03-05T10:00:00Z",
      "updated_at": "2026-03-05T10:00:00Z",
      "mappings": {
        "claude-code": "glm",
        "codex": "gpt-4"
      }
    }
  ]
}