Skip to content

Commit d1eb57d

Browse files
committed
fix(cli): correct category names in Antigravity migration (visual → visual-engineering)
1 parent 72ca8b8 commit d1eb57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/config-manager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ export function generateOmoConfig(installConfig: InstallConfig): Record<string,
313313
// Categories: override model for Antigravity auth (gemini-3-pro-preview → gemini-3-pro-high)
314314
if (installConfig.hasGemini) {
315315
config.categories = {
316-
visual: { model: "google/gemini-3-pro-high" },
316+
"visual-engineering": { model: "google/gemini-3-pro-high" },
317317
artistry: { model: "google/gemini-3-pro-high" },
318-
writing: { model: "google/gemini-3-pro-high" },
318+
writing: { model: "google/gemini-3-flash-high" },
319319
}
320320
}
321321

0 commit comments

Comments
 (0)