fix: address PR #831 review feedback

- Update DEFAULT_PRICING key from 'gc' to 'gemini-cli' so pricing
  lookups work with the new alias
- Restore gc -> gemini-cli in FALLBACK_ALIAS_TO_PROVIDER for backward
  compatibility (existing saved configs with gc/ prefix still resolve)
This commit is contained in:
Chris Staley
2026-03-30 15:23:34 -06:00
parent 7ab75dd15a
commit e2eb4ef29d
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ const FALLBACK_ALIAS_TO_PROVIDER = {
cl: "cline",
cu: "cursor",
cx: "codex",
gc: "gemini-cli",
gh: "github",
if: "iflow",
kc: "kilocode",
+2 -2
View File
@@ -189,8 +189,8 @@ export const DEFAULT_PRICING = {
},
},
// Gemini CLI (gc)
gc: {
// Gemini CLI
"gemini-cli": {
"gemini-3-flash-preview": {
input: 0.5,
output: 3.0,