fix(cli): correct category names in Antigravity migration (visual → visual-engineering)
This commit is contained in:
parent
72ca8b8637
commit
d1eb57d7aa
@ -313,9 +313,9 @@ export function generateOmoConfig(installConfig: InstallConfig): Record<string,
|
|||||||
// Categories: override model for Antigravity auth (gemini-3-pro-preview → gemini-3-pro-high)
|
// Categories: override model for Antigravity auth (gemini-3-pro-preview → gemini-3-pro-high)
|
||||||
if (installConfig.hasGemini) {
|
if (installConfig.hasGemini) {
|
||||||
config.categories = {
|
config.categories = {
|
||||||
visual: { model: "google/gemini-3-pro-high" },
|
"visual-engineering": { model: "google/gemini-3-pro-high" },
|
||||||
artistry: { model: "google/gemini-3-pro-high" },
|
artistry: { model: "google/gemini-3-pro-high" },
|
||||||
writing: { model: "google/gemini-3-pro-high" },
|
writing: { model: "google/gemini-3-flash-high" },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user