feat: add anthropic model profiles for main and automation

This commit is contained in:
William Valentin
2026-03-20 10:33:14 -07:00
parent 4b1afb1073
commit 8c6b54b827
5 changed files with 280 additions and 251 deletions

View File

@@ -26,6 +26,11 @@
"provider": "filemain",
"id": "/authProfiles/main/github-copilot:github/token"
}
},
"anthropic:manual": {
"type": "token",
"provider": "anthropic",
"token": "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"
}
},
"lastGood": {
@@ -37,12 +42,16 @@
"errorCount": 0
},
"litellm:default": {
"lastUsed": 1773914409283,
"lastUsed": 1773992337535,
"errorCount": 0
},
"github-copilot:github": {
"errorCount": 0,
"lastUsed": 1772589980031
},
"anthropic:manual": {
"errorCount": 0,
"lastUsed": 1773951080133
}
}
}

View File

@@ -1360,6 +1360,74 @@
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-sonnet-4-6",
"name": "anthropic-sub/claude-sonnet-4-6",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-opus-4-6",
"name": "anthropic-sub/claude-opus-4-6",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 32000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-haiku-4-5",
"name": "anthropic-sub/claude-haiku-4-5",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-sonnet-4-6-test",
"name": "anthropic-sub/claude-sonnet-4-6-test",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
}
]
}

View File

@@ -22,6 +22,11 @@
"type": "token",
"provider": "github-copilot",
"token": "ghu_W2o2vG3eZ7czyzgCEvSbJArq3EYyuv0SKRYw"
},
"anthropic:manual": {
"type": "token",
"provider": "anthropic",
"token": "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"
}
},
"lastGood": {
@@ -29,16 +34,25 @@
},
"usageStats": {
"openai-codex:default": {
"lastUsed": 1773619245145,
"lastUsed": 1774000692808,
"errorCount": 0
},
"litellm:default": {
"lastUsed": 1773864926071,
"lastUsed": 1773982845794,
"errorCount": 0
},
"github-copilot:github": {
"errorCount": 0,
"lastUsed": 1773913526239
"lastUsed": 1773807909397
},
"anthropic:manual": {
"errorCount": 1,
"lastUsed": 1773970767473,
"failureCounts": {
"rate_limit": 1
},
"lastFailureAt": 1773975162710,
"cooldownUntil": 1773975222710
}
}
}

View File

@@ -1,79 +1,13 @@
{
"providers": {
"zai": {
"baseUrl": "https://api.z.ai/api/coding/paas/v4",
"api": "openai-completions",
"models": [
{
"id": "glm-5",
"name": "GLM-5",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072,
"api": "openai-completions"
},
{
"id": "glm-4.7",
"name": "GLM-4.7",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072,
"api": "openai-completions"
},
{
"id": "glm-4.7-flash",
"name": "GLM-4.7 Flash",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072,
"api": "openai-completions"
},
{
"id": "glm-4.7-flashx",
"name": "GLM-4.7 FlashX",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072,
"api": "openai-completions"
}
],
"apiKey": "ZAI_API_KEY"
"openai-codex": {
"baseUrl": "https://chatgpt.com/backend-api",
"api": "openai-codex-responses",
"models": []
},
"github-copilot": {
"baseUrl": "https://api.individual.githubcopilot.com",
"models": []
},
"litellm": {
"baseUrl": "http://192.168.153.113:18804/v1",
@@ -1426,127 +1360,76 @@
"cacheWrite": 0
},
"api": "openai-completions"
}
]
},
"liteproxy": {
"baseUrl": "http://192.168.153.113:18804/v1",
"apiKey": "secretref-managed",
"api": "openai-completions",
"models": [
},
{
"id": "claude-haiku-4-5",
"name": "Claude Haiku 4.5",
"id": "anthropic-sub/claude-sonnet-4-6",
"name": "anthropic-sub/claude-sonnet-4-6",
"reasoning": false,
"input": [
"text"
],
"reasoning": false,
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "gemini-2.5-flash",
"name": "Gemini 2.5 Flash",
"id": "anthropic-sub/claude-opus-4-6",
"name": "anthropic-sub/claude-opus-4-6",
"reasoning": false,
"input": [
"text"
],
"reasoning": false,
"contextWindow": 200000,
"maxTokens": 32000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "gemini-2.5-flash-lite",
"name": "Gemini 2.5 Flash Lite",
"id": "anthropic-sub/claude-haiku-4-5",
"name": "anthropic-sub/claude-haiku-4-5",
"reasoning": false,
"input": [
"text"
],
"reasoning": false,
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "zai-glm-4.7",
"name": "GLM 4.7",
"id": "anthropic-sub/claude-sonnet-4-6-test",
"name": "anthropic-sub/claude-sonnet-4-6-test",
"reasoning": false,
"input": [
"text"
],
"reasoning": false,
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "gpt-4o",
"name": "gpt-4o",
"input": [
"text"
],
"reasoning": false,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "gpt-4o-mini",
"name": "gpt-4o-mini",
"input": [
"text"
],
"reasoning": false,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192,
"api": "openai-completions"
}
]
},
"github-copilot": {
"baseUrl": "https://api.githubcopilot.com",
"models": [],
"apiKey": "ghu_IA8psLq1iC0lIBbeDONisMC3MvxFQZ3K3jXV"
},
"openai-codex": {
"baseUrl": "https://chatgpt.com/backend-api",
"api": "openai-codex-responses",
"models": []
}
}
}

View File

@@ -1,7 +1,7 @@
{
"meta": {
"lastTouchedVersion": "2026.3.13",
"lastTouchedAt": "2026-03-18T19:08:38.002Z"
"lastTouchedAt": "2026-03-20T05:02:07.324Z"
},
"wizard": {
"lastRunAt": "2026-03-17T23:01:32.536Z",
@@ -30,6 +30,10 @@
"github-copilot:github": {
"provider": "github-copilot",
"mode": "token"
},
"anthropic:manual": {
"provider": "anthropic",
"mode": "token"
}
}
},
@@ -931,6 +935,46 @@
],
"contextWindow": 400000,
"maxTokens": 128000
},
{
"id": "anthropic-sub/claude-sonnet-4-6",
"name": "anthropic-sub/claude-sonnet-4-6",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000
},
{
"id": "anthropic-sub/claude-opus-4-6",
"name": "anthropic-sub/claude-opus-4-6",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 32000
},
{
"id": "anthropic-sub/claude-haiku-4-5",
"name": "anthropic-sub/claude-haiku-4-5",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000
},
{
"id": "anthropic-sub/claude-sonnet-4-6-test",
"name": "anthropic-sub/claude-sonnet-4-6-test",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000
}
]
}
@@ -939,12 +983,13 @@
"agents": {
"defaults": {
"model": {
"primary": "github-copilot/gpt-4o",
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"zai/glm-4.7",
"zai/glm-5",
"openai-codex/gpt-5.3-codex",
"openai-codex/gpt-5.4",
"openai-codex/gpt-5.3-codex-spark",
"liteproxy/claude-haiku-4-5",
"liteproxy/gemini-2.5-flash",
"liteproxy/gemini-2.5-flash-lite",
@@ -976,21 +1021,12 @@
"litellm/gpt-5.1-codex-mini",
"litellm/gpt-5.2-codex",
"litellm/gpt-5.3-codex",
"litellm/claude-opus-4-1",
"litellm/claude-opus-4",
"litellm/claude-haiku-4-5",
"litellm/claude-3-haiku",
"litellm/gemini-2.0-flash",
"litellm/gemini-2.0-flash-lite",
"litellm/gemini-2.5-flash-lite",
"litellm/gemini-2.5-pro",
"litellm/gemini-3-flash-preview",
"litellm/gpt-5.1-codex-max",
"litellm/claude-opus-4-6",
"litellm/claude-sonnet-4-6",
"litellm/claude-opus-4-5",
"litellm/claude-sonnet-4-5",
"litellm/claude-sonnet-4",
"litellm/gemini-2.5-flash",
"litellm/gemini-3-pro-preview",
"litellm/gemini-flash-latest",
@@ -1049,7 +1085,12 @@
"github-copilot/gpt-5.1-codex-max",
"github-copilot/gpt-5.1-codex-mini",
"github-copilot/gpt-5.2-codex",
"github-copilot/gpt-5.2"
"github-copilot/gpt-5.2",
"anthropic/claude-opus-4-6",
"anthropic/claude-sonnet-4-6",
"anthropic/claude-opus-4-5",
"anthropic/claude-sonnet-4-5",
"anthropic/claude-haiku-4-5"
]
},
"models": {
@@ -1096,6 +1137,11 @@
"github-copilot/gpt-5.1-codex-mini": {},
"github-copilot/gpt-5.2-codex": {},
"github-copilot/gpt-5.2": {},
"anthropic/claude-sonnet-4-6": {},
"anthropic/claude-opus-4-6": {},
"anthropic/claude-opus-4-5": {},
"anthropic/claude-sonnet-4-5": {},
"anthropic/claude-haiku-4-5": {},
"litellm/gpt-4o": {},
"litellm/gpt-4o-mini": {},
"litellm/gpt-4.1": {},
@@ -1171,7 +1217,14 @@
"litellm/copilot-gemini-3.1-pro": {},
"litellm/glm-4.7-flash": {},
"litellm/glm-5": {},
"litellm/gpt-5.4": {}
"litellm/gpt-5.4": {},
"litellm/anthropic-sub/claude-sonnet-4-6": {},
"litellm/anthropic-sub/claude-opus-4-6": {},
"litellm/anthropic-sub/claude-haiku-4-5": {},
"litellm/anthropic-sub/claude-sonnet-4-6-test": {},
"openai-codex/gpt-5.3-codex-spark": {
"alias": "codex-spark"
}
},
"memorySearch": {
"provider": "ollama",
@@ -1190,8 +1243,10 @@
"id": "automation",
"name": "Automation",
"model": {
"primary": "litellm/copilot-claude-haiku-4.5",
"fallbacks": []
"primary": "litellm/qwen2.5-14b-local",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
]
}
},
{
@@ -1216,9 +1271,9 @@
"id": "council-pragmatist",
"name": "Council Pragmatist",
"model": {
"primary": "litellm/zai-glm-4.7",
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
"litellm/zai-glm-4.7"
]
},
"skills": [
@@ -1227,16 +1282,16 @@
"identity": {
"name": "Pragmatist",
"theme": "feasibility-first advisor",
"emoji": "\ud83d\udee0\ufe0f"
"emoji": "🛠️"
}
},
{
"id": "council-visionary",
"name": "Council Visionary",
"model": {
"primary": "litellm/zai-glm-4.7",
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
"litellm/zai-glm-4.7"
]
},
"skills": [
@@ -1245,16 +1300,16 @@
"identity": {
"name": "Visionary",
"theme": "future-oriented advisor",
"emoji": "\ud83d\ude80"
"emoji": "🚀"
}
},
{
"id": "council-skeptic",
"name": "Council Skeptic",
"model": {
"primary": "litellm/zai-glm-4.7",
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
"litellm/zai-glm-4.7"
]
},
"skills": [
@@ -1263,16 +1318,16 @@
"identity": {
"name": "Skeptic",
"theme": "risk-focused advisor",
"emoji": "\ud83e\uddea"
"emoji": "🧪"
}
},
{
"id": "council-referee",
"name": "Council Referee",
"model": {
"primary": "litellm/copilot-claude-sonnet-4.6",
"primary": "anthropic/claude-opus-4-6",
"fallbacks": [
"litellm/zai-glm-4.7"
"litellm/gpt-5.4"
]
},
"skills": [
@@ -1281,86 +1336,14 @@
"identity": {
"name": "Referee",
"theme": "balanced synthesis advisor",
"emoji": "\u2696\ufe0f"
"emoji": "⚖️"
}
},
{
"id": "council-d-freethinker",
"name": "Council D-Freethinker",
"model": {
"primary": "litellm/zai-glm-4.7",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
]
},
"skills": [
"council"
],
"identity": {
"name": "D-Freethinker",
"theme": "deterministic, reliable-path advisor",
"emoji": "\ud83d\udcd0"
}
},
{
"id": "council-d-arbiter",
"name": "Council D-Arbiter",
"model": {
"primary": "litellm/zai-glm-4.7",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
]
},
"skills": [
"council"
],
"identity": {
"name": "D-Arbiter",
"theme": "deterministic evaluator",
"emoji": "\ud83d\udccb"
}
},
{
"id": "council-p-freethinker",
"name": "Council P-Freethinker",
"model": {
"primary": "litellm/zai-glm-4.7",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
]
},
"skills": [
"council"
],
"identity": {
"name": "P-Freethinker",
"theme": "probabilistic reframing advisor",
"emoji": "\ud83e\ude84"
}
},
{
"id": "council-p-arbiter",
"name": "Council P-Arbiter",
"model": {
"primary": "litellm/zai-glm-4.7",
"fallbacks": [
"litellm/copilot-claude-haiku-4.5"
]
},
"skills": [
"council"
],
"identity": {
"name": "P-Arbiter",
"theme": "probabilistic evaluator",
"emoji": "\ud83c\udfaf"
}
},
{
"id": "council-meta-arbiter",
"name": "Council Meta-Arbiter",
"model": {
"primary": "litellm/copilot-claude-sonnet-4.6",
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"litellm/zai-glm-4.7"
]
@@ -1368,10 +1351,82 @@
"skills": [
"council"
],
"identity": {
"name": "D-Freethinker",
"theme": "deterministic, reliable-path advisor",
"emoji": "📐"
}
},
{
"id": "council-d-arbiter",
"name": "Council D-Arbiter",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"litellm/zai-glm-4.7"
]
},
"skills": [
"council"
],
"identity": {
"name": "D-Arbiter",
"theme": "deterministic evaluator",
"emoji": "📋"
}
},
{
"id": "council-p-freethinker",
"name": "Council P-Freethinker",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"litellm/zai-glm-4.7"
]
},
"skills": [
"council"
],
"identity": {
"name": "P-Freethinker",
"theme": "probabilistic reframing advisor",
"emoji": "🪄"
}
},
{
"id": "council-p-arbiter",
"name": "Council P-Arbiter",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"litellm/zai-glm-4.7"
]
},
"skills": [
"council"
],
"identity": {
"name": "P-Arbiter",
"theme": "probabilistic evaluator",
"emoji": "🎯"
}
},
{
"id": "council-meta-arbiter",
"name": "Council Meta-Arbiter",
"model": {
"primary": "anthropic/claude-opus-4-6",
"fallbacks": [
"litellm/gpt-5.4"
]
},
"skills": [
"council"
],
"identity": {
"name": "Meta-Arbiter",
"theme": "cross-group synthesis advisor",
"emoji": "\ud83e\udded"
"emoji": "🧭"
}
}
]