-
AG X v2.0.5 - E2E Flow Fix Stable
released this
2026-05-23 08:15:01 +00:00 | 1 commits to master since this releaseAG X v2.0.5 — E2E Flow Fix
Critical Fixes
- Translation proxy now uses system Node.js (not Electron binary)
- Removed duplicate proxy start causing port conflicts
- Added port availability check before spawning proxy
- Fixed welcome:choice double resolve()
- Fixed settings.html close using deprecated remote
- Fixed translationProxy /v1 for openai-compat backends
- Proxy no longer detached/unref — properly tracked as child
- SingletonLock cleanup on startup
Verified E2E
- ✅ Welcome screen on first run
- ✅ Provider selection (Google Gemini / Custom)
- ✅ Settings save + sync to endpoints.json
- ✅ Translation proxy starts correctly on port 48080
- ✅ LS connects to proxy
- ✅ --ag-reset re-triggers welcome screen
Downloads
-
released this
2026-05-22 20:26:07 +00:00 | 3 commits to master since this releaseAG X v2.0.4
Critical Fixes
- Provider sync on every startup: Active AG X provider is now always synced to
endpoints.json, ensuring the Language Server uses the correct provider (previously only synced on first run) - Linux sandbox fix: Added
--no-sandboxto all Electron child processes (fixes SIGTRAP crash that caused proxy to die and fallback to Google OAuth) - --ag-reset flag: Run
ag-x --ag-resetto re-show the provider selection welcome screen
Changed Files
dist/main.js- Always sync provider + AG_RESET flag + no-sandbox for all modesdist/languageServer.js- Add --no-sandbox to proxy spawndist/services/apiProxy.js- Add --no-sandbox to proxy spawn
Root Causes Fixed
endpoints.jsonwas never updated after first-run, so LS used stale/wrong provider data- Electron child processes (translation proxy) crashed due to SUID sandbox requirement on Linux
- No way to re-show provider selection after initial setup
Downloads
- Provider sync on every startup: Active AG X provider is now always synced to
-
AG X v2.0.3 Stable
released this
2026-05-22 19:20:57 +00:00 | 5 commits to master since this releaseAG X (Antigravity Fork) v2.0.3
Features
- Multi-provider support (Google OAuth + Custom)
- Provider settings UI
- API proxy for custom endpoints
- Translation proxy
- Welcome screen for first-run
Install
sudo dpkg -i ag-x_2.0.3_amd64.deb sudo apt-get install -fNote
The .deb is split into 16 parts (9MB each) due to upload limits.
Reassemble with: cat ag-x-part-* > ag-x_2.0.3_amd64.debDownloads
-
released this
2026-05-22 11:00:10 +00:00 | 3 commits to master since this release🎉 Version 2.0.1-ai-providers-3
✨ New Features
First-Run Provider Setup Wizard
- Beautiful 3-step setup wizard
- Google OAuth option for easy setup
- Custom provider option with 17+ presets
- Automatic provider configuration
UI Improvements
- Modern gradient design
- Responsive layout
- Loading states and animations
- Clear step indicators
🐛 Bug Fixes
- Fixed version numbering
- Improved installation scripts
- Better error handling
📦 Installation
wget https://github.rommark.dev/admin/antigravity-ai-providers/releases/download/v2.0.1-ai-providers-3/antigravity_2.0.1-ai-providers-3_amd64.deb sudo dpkg -i antigravity_2.0.1-ai-providers-3_amd64.deb antigravity🔧 Version Info
- Package Version: 2.0.1-ai-providers-3
- App Version: 2.0.1-ai-providers-3
- Build Date: 2026-05-22
🙏 Thanks
- Provider presets from Codex Launcher project
- Google Antigravity team
Downloads
-
released this
2026-05-22 10:21:54 +00:00 | 5 commits to master since this release🎉 Antigravity v2.0.1 - AI Providers Edition
✨ New Features
Comprehensive AI Provider GUI Support
- 17+ Pre-configured Provider Presets
- One-click provider setup
- Model auto-fetching
- Connection testing
- Modern, responsive GUI
🌐 Supported Providers
Direct API Providers:
- OpenAI (GPT-4o, GPT-4o-mini, GPT-4-turbo, GPT-3.5-turbo)
- Anthropic (Claude 3.5 Sonnet, Claude 3 Opus, Claude 3 Haiku)
- Groq (Llama 3.1, Mixtral models)
- OpenRouter (100+ models)
Google Providers:
- Google Gemini (API Key & OAuth)
- Google Antigravity (OAuth) - Antigravity-specific models!
OpenAI-Compatible:
- OpenCode Zen/Go (GLM, Kimi, MiniMax, DeepSeek, Qwen)
- NVIDIA NIM, Kilo.ai, Crof.ai
- OpenAdapter (0G models)
- Z.ai Coding
Special Providers:
- Command Code (20+ multi-provider models)
- Ollama (Local models)
🚀 Installation
# Download the .deb file # Install with: sudo dpkg -i antigravity_2.0.1-ai-providers-1_amd64.deb # Launch antigravity📚 Documentation
Full documentation included in the repository.
🙏 Acknowledgments
Provider presets imported from Codex Launcher project.
Downloads