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

@@ -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
}
}
}