fix: resolve #12770 - update Antigravity default model and trim leading whitespace in BlueBubbles replies

This commit is contained in:
Jean Carlos Nunez
2026-02-16 16:25:33 -05:00
committed by Peter Steinberger
parent 0af795287a
commit e179d453c7
4 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ const REDIRECT_URI = "http://localhost:51121/oauth-callback";
const AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
const TOKEN_URL = "https://oauth2.googleapis.com/token";
const DEFAULT_PROJECT_ID = "rising-fact-p41fc";
const DEFAULT_MODEL = "google-antigravity/claude-opus-4-6-thinking";
const DEFAULT_MODEL = "google-antigravity/claude-opus-4-5-thinking";
const SCOPES = [
"https://www.googleapis.com/auth/cloud-platform",