From adb1a9fcb9a67e4747ac586a8599075be2d78389 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 11 Jan 2026 11:14:15 +0900 Subject: [PATCH] docs: fix model names in config examples to use valid antigravity models --- README.ja.md | 12 ++++++------ README.md | 14 +++++++------- README.zh-cn.md | 12 ++++++------ 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.ja.md b/README.ja.md index d832f706..8d13867f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -322,9 +322,9 @@ opencode auth login { "google_auth": false, "agents": { - "frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, - "document-writer": { "model": "google/gemini-3-flash" }, - "multimodal-looker": { "model": "google/gemini-3-flash" } + "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" }, + "document-writer": { "model": "google/antigravity-gemini-3-flash" }, + "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" } } } ``` @@ -774,9 +774,9 @@ Oh My OpenCode は以下の場所からフックを読み込んで実行しま { "google_auth": false, "agents": { - "frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, - "document-writer": { "model": "google/gemini-3-flash" }, - "multimodal-looker": { "model": "google/gemini-3-flash" } + "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" }, + "document-writer": { "model": "google/antigravity-gemini-3-flash" }, + "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" } } } ``` diff --git a/README.md b/README.md index 37dea1a3..529e2795 100644 --- a/README.md +++ b/README.md @@ -361,9 +361,9 @@ The `opencode-antigravity-auth` plugin uses different model names than the built { "google_auth": false, "agents": { - "frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, - "document-writer": { "model": "google/gemini-3-flash" }, - "multimodal-looker": { "model": "google/gemini-3-flash" } + "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" }, + "document-writer": { "model": "google/antigravity-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, "agents": { - "frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, - "document-writer": { "model": "google/gemini-3-flash" }, - "multimodal-looker": { "model": "google/gemini-3-flash" } + "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" }, + "document-writer": { "model": "google/antigravity-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." }, "visual": { - "model": "google/gemini-3-pro-high", + "model": "google/gemini-3-pro-preview", "prompt_append": "Use shadcn/ui components and Tailwind CSS." } } diff --git a/README.zh-cn.md b/README.zh-cn.md index 3844a85a..9152041e 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -327,9 +327,9 @@ opencode auth login { "google_auth": false, "agents": { - "frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, - "document-writer": { "model": "google/gemini-3-flash" }, - "multimodal-looker": { "model": "google/gemini-3-flash" } + "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" }, + "document-writer": { "model": "google/antigravity-gemini-3-flash" }, + "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" } } } ``` @@ -775,9 +775,9 @@ Agent 爽了,你自然也爽。但我还想直接让你爽。 { "google_auth": false, "agents": { - "frontend-ui-ux-engineer": { "model": "google/gemini-3-pro-high" }, - "document-writer": { "model": "google/gemini-3-flash" }, - "multimodal-looker": { "model": "google/gemini-3-flash" } + "frontend-ui-ux-engineer": { "model": "google/antigravity-gemini-3-pro-high" }, + "document-writer": { "model": "google/antigravity-gemini-3-flash" }, + "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" } } } ```