Problem
When I change the AI model in Antigravity (e.g., from Gemini 3 Flash to Claude Opus 4.6), it applies globally to all open conversation windows.
I usually have 4-5 conversations open simultaneously, each for a different project. I need different models for different tasks:
- Heavy architectural work → Claude Opus 4.6
- Quick bug fixes → Gemini 3 Flash
- General development → Gemini 3.1 Pro
But switching the model in one window changes it everywhere, forcing me to constantly switch back and forth.
Expected Behavior
Each conversation window should remember its own model selection independently.
Why This Matters
- Different tasks benefit from different models (speed vs. depth)
- Constantly switching wastes time and breaks workflow
- Other tools (GitHub Copilot, Tabnine, JetBrains AI) already support per-chat model selection
- Cursor AI had the exact same issue and is actively fixing it
Suggested Implementation
- Add a model selector per conversation instead of a global setting
- Or at minimum, allow each workspace/project to have its own default model
Environment: Antigravity standalone app, Windows, multiple conversations open simultaneously.
Thank you!