Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion patches/background-agents/0003-opencode-and-cleanup.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/packages/shared/src/models.ts b/packages/shared/src/models.ts
index e86bd74..e0918b6 100644
--- a/packages/shared/src/models.ts
+++ b/packages/shared/src/models.ts
@@ -10,21 +10,29 @@
@@ -10,21 +10,35 @@
* All models use "provider/model" format.
*/
export const VALID_MODELS = [
Expand All @@ -21,6 +21,12 @@ index e86bd74..e0918b6 100644
- "openai/gpt-5.2-codex",
"openai/gpt-5.3-codex",
"openai/gpt-5.3-codex-spark",
+
+ // Google
+ "google/antigravity-gemini-3-pro",
+ "google/antigravity-gemini-3-flash",
+ "google/gemini-2.5-pro",
+ "google/gemini-2.5-flash",
- "opencode/kimi-k2.5",
- "opencode/minimax-m2.5",
- "opencode/glm-5",
Expand Down
Loading