docs: fix model names in config examples to use valid antigravity models

This commit is contained in:
YeonGyu-Kim 2026-01-11 11:14:15 +09:00
parent 9bfed238b9
commit adb1a9fcb9
3 changed files with 19 additions and 19 deletions

View File

@ -322,9 +322,9 @@ opencode auth login
{ {
"google_auth": false, "google_auth": false,
"agents": { "agents": {
"frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" },
"document-writer": { "model": "google/gemini-3-flash" }, "document-writer": { "model": "google/antigravity-gemini-3-flash" },
"multimodal-looker": { "model": "google/gemini-3-flash" } "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }
} }
} }
``` ```
@ -774,9 +774,9 @@ Oh My OpenCode は以下の場所からフックを読み込んで実行しま
{ {
"google_auth": false, "google_auth": false,
"agents": { "agents": {
"frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" },
"document-writer": { "model": "google/gemini-3-flash" }, "document-writer": { "model": "google/antigravity-gemini-3-flash" },
"multimodal-looker": { "model": "google/gemini-3-flash" } "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }
} }
} }
``` ```

View File

@ -361,9 +361,9 @@ The `opencode-antigravity-auth` plugin uses different model names than the built
{ {
"google_auth": false, "google_auth": false,
"agents": { "agents": {
"frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" },
"document-writer": { "model": "google/gemini-3-flash" }, "document-writer": { "model": "google/antigravity-gemini-3-flash" },
"multimodal-looker": { "model": "google/gemini-3-flash" } "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }
} }
} }
``` ```
@ -830,9 +830,9 @@ When using `opencode-antigravity-auth`, disable the built-in auth and override a
{ {
"google_auth": false, "google_auth": false,
"agents": { "agents": {
"frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" },
"document-writer": { "model": "google/gemini-3-flash" }, "document-writer": { "model": "google/antigravity-gemini-3-flash" },
"multimodal-looker": { "model": "google/gemini-3-flash" } "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }
} }
} }
``` ```
@ -1092,7 +1092,7 @@ Add custom categories in `oh-my-opencode.json`:
"prompt_append": "Focus on data analysis, ML pipelines, and statistical methods." "prompt_append": "Focus on data analysis, ML pipelines, and statistical methods."
}, },
"visual": { "visual": {
"model": "google/gemini-3-pro-high", "model": "google/gemini-3-pro-preview",
"prompt_append": "Use shadcn/ui components and Tailwind CSS." "prompt_append": "Use shadcn/ui components and Tailwind CSS."
} }
} }

View File

@ -327,9 +327,9 @@ opencode auth login
{ {
"google_auth": false, "google_auth": false,
"agents": { "agents": {
"frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" },
"document-writer": { "model": "google/gemini-3-flash" }, "document-writer": { "model": "google/antigravity-gemini-3-flash" },
"multimodal-looker": { "model": "google/gemini-3-flash" } "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }
} }
} }
``` ```
@ -775,9 +775,9 @@ Agent 爽了,你自然也爽。但我还想直接让你爽。
{ {
"google_auth": false, "google_auth": false,
"agents": { "agents": {
"frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" },
"document-writer": { "model": "google/gemini-3-flash" }, "document-writer": { "model": "google/antigravity-gemini-3-flash" },
"multimodal-looker": { "model": "google/gemini-3-flash" } "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }
} }
} }
``` ```