Logo
Explore Help
Sign In
admin/ag-x
1
0
Fork 0
You've already forked ag-x
Code Issues Pull Requests Actions Packages Projects Releases 5 Wiki Activity

5 Releases 5 Tags

RSS Feed
  • v2.0.5 f7378eceb0
    Compare

    AG X v2.0.5 - E2E Flow Fix Stable

    admin released this 2026-05-23 08:15:01 +00:00 | 1 commits to master since this release

    AG 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
    • CHANGELOG.md
      1.9 KiB
      2026-05-23 08:51:23 +00:00
    • README.md
      3.5 KiB
      2026-05-23 08:51:24 +00:00
    • ag-x_2.0.5_p_aa
      5.0 MiB
      2026-05-23 08:46:08 +00:00
    • ag-x_2.0.5_p_ab
      5.0 MiB
      2026-05-23 08:46:12 +00:00
    • ag-x_2.0.5_p_ac
      5.0 MiB
      2026-05-23 08:46:17 +00:00
    • ag-x_2.0.5_p_ad
      5.0 MiB
      2026-05-23 08:47:01 +00:00
    • ag-x_2.0.5_p_ae
      5.0 MiB
      2026-05-23 08:47:04 +00:00
    • ag-x_2.0.5_p_af
      5.0 MiB
      2026-05-23 08:47:12 +00:00
    • ag-x_2.0.5_p_ag
      5.0 MiB
      2026-05-23 08:47:19 +00:00
    • ag-x_2.0.5_p_ah
      5.0 MiB
      2026-05-23 08:47:23 +00:00
    • ag-x_2.0.5_p_ai
      5.0 MiB
      2026-05-23 08:47:45 +00:00
    • ag-x_2.0.5_p_aj
      5.0 MiB
      2026-05-23 08:47:51 +00:00
    • ag-x_2.0.5_p_ak
      5.0 MiB
      2026-05-23 08:48:01 +00:00
    • ag-x_2.0.5_p_al
      5.0 MiB
      2026-05-23 08:48:17 +00:00
    • ag-x_2.0.5_p_am
      5.0 MiB
      2026-05-23 08:48:30 +00:00
    • ag-x_2.0.5_p_an
      5.0 MiB
      2026-05-23 08:48:58 +00:00
    • ag-x_2.0.5_p_ao
      5.0 MiB
      2026-05-23 08:49:05 +00:00
    • ag-x_2.0.5_p_ap
      5.0 MiB
      2026-05-23 08:49:12 +00:00
    • ag-x_2.0.5_p_aq
      5.0 MiB
      2026-05-23 08:49:16 +00:00
    • ag-x_2.0.5_p_ar
      5.0 MiB
      2026-05-23 08:49:20 +00:00
    • ag-x_2.0.5_p_as
      5.0 MiB
      2026-05-23 08:49:28 +00:00
    • ag-x_2.0.5_p_at
      5.0 MiB
      2026-05-23 08:49:48 +00:00
    • ag-x_2.0.5_p_au
      5.0 MiB
      2026-05-23 08:49:55 +00:00
    • ag-x_2.0.5_p_av
      5.0 MiB
      2026-05-23 08:50:03 +00:00
    • ag-x_2.0.5_p_aw
      5.0 MiB
      2026-05-23 08:50:15 +00:00
    • ag-x_2.0.5_p_ax
      5.0 MiB
      2026-05-23 08:50:23 +00:00
    • ag-x_2.0.5_p_ay
      5.0 MiB
      2026-05-23 08:50:49 +00:00
    • ag-x_2.0.5_p_az
      5.0 MiB
      2026-05-23 08:50:55 +00:00
    • ag-x_2.0.5_p_ba
      5.0 MiB
      2026-05-23 08:50:59 +00:00
    • ag-x_2.0.5_p_bb
      4.4 MiB
      2026-05-23 08:51:02 +00:00
    • rebuild-deb.sh
      300 B
      2026-05-23 08:51:23 +00:00
    • version.txt
      406 B
      2026-05-23 08:18:00 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.4 b3c7be44e6
    Compare

    AG X v2.0.4 - Provider Sync + Sandbox Fixes Stable

    admin released this 2026-05-22 20:26:07 +00:00 | 3 commits to master since this release

    AG 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-sandbox to all Electron child processes (fixes SIGTRAP crash that caused proxy to die and fallback to Google OAuth)
    • --ag-reset flag: Run ag-x --ag-reset to re-show the provider selection welcome screen

    Changed Files

    • dist/main.js - Always sync provider + AG_RESET flag + no-sandbox for all modes
    • dist/languageServer.js - Add --no-sandbox to proxy spawn
    • dist/services/apiProxy.js - Add --no-sandbox to proxy spawn

    Root Causes Fixed

    1. endpoints.json was never updated after first-run, so LS used stale/wrong provider data
    2. Electron child processes (translation proxy) crashed due to SUID sandbox requirement on Linux
    3. No way to re-show provider selection after initial setup
    Downloads
    • ag-x_2.0.4_part_aa
      30 MiB
      2026-05-23 06:54:49 +00:00
    • ag-x_2.0.4_part_ab
      30 MiB
      2026-05-23 06:56:16 +00:00
    • ag-x_2.0.4_part_ac
      30 MiB
      2026-05-23 06:56:59 +00:00
    • ag-x_2.0.4_part_ad
      30 MiB
      2026-05-23 06:58:07 +00:00
    • ag-x_2.0.4_part_ae
      19 MiB
      2026-05-23 06:58:30 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.3 43e2a2f78f
    Compare

    AG X v2.0.3 Stable

    admin released this 2026-05-22 19:20:57 +00:00 | 5 commits to master since this release

    AG 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 -f
    

    Note

    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.deb

    Downloads
    • ag-x-part-aa
      9.0 MiB
      2026-05-22 19:42:52 +00:00
    • ag-x-part-ab
      9.0 MiB
      2026-05-22 19:44:17 +00:00
    • ag-x-part-ac
      9.0 MiB
      2026-05-22 19:45:46 +00:00
    • ag-x-part-ad
      9.0 MiB
      2026-05-22 19:47:36 +00:00
    • ag-x-part-ae
      9.0 MiB
      2026-05-22 20:05:06 +00:00
    • ag-x-part-af
      9.0 MiB
      2026-05-22 19:49:30 +00:00
    • ag-x-part-ag
      9.0 MiB
      2026-05-22 19:51:28 +00:00
    • ag-x-part-ah
      9.0 MiB
      2026-05-22 19:54:09 +00:00
    • ag-x-part-ai
      9.0 MiB
      2026-05-22 19:56:08 +00:00
    • ag-x-part-aj
      9.0 MiB
      2026-05-22 19:57:09 +00:00
    • ag-x-part-ak
      9.0 MiB
      2026-05-22 19:58:24 +00:00
    • ag-x-part-al
      9.0 MiB
      2026-05-22 19:59:48 +00:00
    • ag-x-part-am
      9.0 MiB
      2026-05-22 20:01:34 +00:00
    • ag-x-part-an
      9.0 MiB
      2026-05-22 20:02:19 +00:00
    • ag-x-part-ao
      9.0 MiB
      2026-05-22 20:03:05 +00:00
    • ag-x-part-ap
      4.4 MiB
      2026-05-22 20:03:44 +00:00
    • ag-x_2.0.3_amd64.deb
      139 MiB
      2026-05-22 19:55:59 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.1-ai-providers-3 a87f0dbb4f
    Compare

    Antigravity v2.0.1-ai-providers-3 Stable

    admin 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
    • antigravity_2.0.1-ai-providers-3_amd64.deb
      142 MiB
      2026-05-22 11:00:46 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.1-ai-providers-1 e6b6405912
    Compare

    Antigravity v2.0.1 - AI Providers Edition Stable

    admin 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
    • antigravity_2.0.1-ai-providers-1_amd64.deb
      142 MiB
      2026-05-22 10:23:21 +00:00
    • antigravity_2.0.1-ai-providers-1_amd64.deb
      142 MiB
      2026-05-22 10:47:25 +00:00
    • antigravity_2.0.1-ai-providers-2_amd64.deb
      142 MiB
      2026-05-22 10:55:46 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.3 Page: 25ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API