You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Antigravity Proxy – Unified AI Gateway feature:
- Visual dashboard with provider cards, status badges, and actions
- OAuth providers: Antigravity, Codex, GitHub Copilot
- API Key providers: Claude, Gemini, Z.AI, Vertex, Kiro
- Multi-account support for managing multiple auth tokens
- API Keys management (generate, enable/disable, delete)
- Proxy control (start/stop/restart) with status bar indicator
- Auto-installation of cliproxy binary from GitHub Releases
- Configuration: port, auto-start, upstream proxy, custom binary path
- Port conflict detection with option to kill blocking process
- Auth file watcher for automatic dashboard refresh
Copy file name to clipboardExpand all lines: CHANGELOG.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,61 @@ All notable changes to the **Antigravity Storage Manager** extension will be doc
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.13.0] - 2026-02-04
9
+
### Antigravity Proxy – Unified AI Gateway
10
+
Introducing the **Antigravity Proxy**, a powerful local proxy server that unifies access to multiple AI providers (Antigravity, GitHub Copilot, Claude, Codex, Gemini, Z.AI, Kiro, Vertex, and more) through a single OpenAI-compatible endpoint.
11
+
12
+
#### Dashboard & Management
13
+
-**Visual Dashboard**: Modern, interactive dashboard (`Antigravity Proxy Dashboard` command) with glassmorphism design, provider cards, and status indicators.
14
+
-**Provider Cards**: Each AI provider is displayed as a card with:
15
+
-**Status Badge**: Connected (🟢), Not Configured (⚪), or Error (🔴)
16
+
-**Actions**: Sign In, Configure, Test Connection, Delete Auth
17
+
-**Multi-Account Support**: Manage multiple authentication tokens per provider (e.g., multiple Antigravity or Codex accounts)
18
+
-**API Keys Management**: Generate, view, enable/disable, and delete local API keys directly from the dashboard.
19
+
-**Management Secret Key**: Securely manage the proxy's Web UI password with reveal, change, and reset options.
20
+
21
+
#### Provider Support
22
+
-**OAuth Providers**: One-click Sign In via OAuth for:
23
+
-**Antigravity** (Google AI Studio)
24
+
-**Codex** (OpenAI Codex CLI)
25
+
-**GitHub Copilot** (using VS Code's built-in GitHub authentication)
26
+
-**API Key Providers**: Configure by entering an API key for:
27
+
-**Claude** (Anthropic)
28
+
-**Gemini** (Google AI)
29
+
-**Z.AI** (GLM-4 Plus, GLM-4.7, GLM-4.6)
30
+
-**Vertex** (Google Cloud)
31
+
-**Kiro** (AWS)
32
+
-**Model Selection**: Choose the active model for Z.AI directly from the dashboard.
33
+
-**Test Connection**: Quickly test any configured provider with a single click.
34
+
35
+
#### Proxy Control
36
+
-**Start/Stop/Restart**: Control the proxy lifecycle directly from the dashboard or via commands (`Antigravity Proxy: Start`, `Stop`, `Install`).
37
+
-**Status Bar**: Real-time status indicator (`AG Proxy: ON/OFF/Starting/Error`) in the VS Code status bar.
38
+
-**Auto-Start**: Optionally auto-start the proxy when VS Code launches (`proxy.enabled` setting).
39
+
-**Output Channel**: Dedicated "Antigravity Proxy" output channel for logs and debugging.
40
+
41
+
#### Auto-Installation
42
+
-**One-Click Install**: Automatically downloads and installs the correct `cliproxy` binary for your platform (Windows, macOS, Linux) from GitHub Releases.
43
+
-**Update Support**: Easily update to the latest version by re-running the install command.
44
+
45
+
#### Configuration
46
+
-**Auto-Config**: Automatically generates `config.yaml` with sensible defaults and random API keys on first run.
47
+
-**Upstream Proxy**: Configure an upstream proxy URL (`proxy.upstreamUrl` setting) for corporate environments.
48
+
-**Custom Binary Path**: Override the default binary location via `proxy.binaryPath` setting.
49
+
-**Port**: Configurable port (default: 8317) via `proxy.port` setting.
50
+
51
+
#### Port Conflict Handling
52
+
-**Smart Detection**: Automatically detects "address already in use" errors when starting the proxy.
53
+
-**Kill Process**: Offers a one-click option to kill the process occupying the port and retry.
54
+
55
+
#### Integration & UX
56
+
-**Auth File Watcher**: The dashboard automatically refreshes when auth files are added, removed, or modified in the `auth-dir`.
57
+
-**Open Config**: Direct access to `config.yaml` from the dashboard for advanced users.
58
+
-**Show Logs**: View proxy logs in the Output panel from the dashboard.
59
+
-**Localization**: Full localization of all dashboard elements across all 16 supported languages.
60
+
61
+
---
62
+
8
63
## [0.12.6] - 2026-02-02
9
64
### Fixes & Improvements
10
65
-**Startup Stability**: Fixed an issue where the "Failed to get/decrypt manifest" error could appear on startup if the user was not authenticated.
Copy file name to clipboardExpand all lines: README.md
+58-3Lines changed: 58 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
</p>
6
6
7
7
<palign="center">
8
-
<strong>Securely sync Antigravity Conversations with Google Drive. Features Telegram Bot notifications, Multi-Account Profile Switching, Real-time Quota Monitoring, MCP Server Status validation, and advanced backup tools.</strong><br>
8
+
<strong>Unified AI Gateway with visual dashboard, secure Google Drive sync, Telegram notifications, multi-account profiles, real-time quota monitoring, MCP server validation, and advanced backup tools.</strong><br>
9
9
</p>
10
10
11
11
<palign="center">
@@ -43,6 +43,7 @@ If you find this extension useful, consider supporting the development:
43
43
44
44

45
45
46
+
- 🚀 **Antigravity Proxy** — Unified AI Gateway with visual dashboard to manage multiple AI providers (Antigravity, Copilot, Claude, Codex, Gemini, Z.AI, and more) through a single endpoint.
46
47
- 🤖 **Telegram Bot Integration** — Real-time quota alerts, system stats, and remote sync control via interactive bot.
47
48
- 👤 **Multi-Account Profiles** — Seamlessly switch between different Antigravity accounts (e.g., Personal vs Work) with separate quotas and settings.
48
49
- 📊 **Advanced Quota Dashboard** — Comprehensive real-time tracking of consumption speed, reset cycles, and remaining time estimates with visual indicators.
@@ -51,7 +52,7 @@ If you find this extension useful, consider supporting the development:
The **Antigravity Proxy** is a local proxy server that unifies access to multiple AI providers through a single OpenAI-compatible endpoint. Manage all your AI providers from a beautiful visual dashboard without leaving VS Code.
173
+
174
+
### Supported Providers
175
+
-**OAuth Providers** (one-click Sign In):
176
+
-**Antigravity** (Google AI Studio)
177
+
-**Codex** (OpenAI Codex CLI)
178
+
-**GitHub Copilot** (using VS Code's built-in authentication)
179
+
-**API Key Providers**:
180
+
-**Claude** (Anthropic)
181
+
-**Gemini** (Google AI)
182
+
-**Z.AI** (GLM-4 Plus, GLM-4.7, GLM-4.6)
183
+
-**Vertex** (Google Cloud)
184
+
-**Kiro** (AWS)
185
+
186
+
### Dashboard Features
187
+
-**Provider Cards**: Each provider is displayed as an interactive card with:
188
+
-**Status Badge**: Connected (🟢), Not Configured (⚪), or Error (🔴)
189
+
-**Actions**: Sign In, Configure, Test Connection, Delete Auth
190
+
-**Multi-Account Support**: Manage multiple authentication tokens per provider
191
+
-**API Keys Management**: Generate, view, enable/disable, and delete local API keys.
192
+
-**Management Secret Key**: Securely manage the proxy's Web UI password.
193
+
-**Proxy Control**: Start, Stop, and Restart the proxy directly from the dashboard.
194
+
-**Status Bar**: Real-time indicator (`AG Proxy: ON/OFF`) in the VS Code status bar.
195
+
196
+
### Quick Start
197
+
1. Open Command Palette (`Ctrl+Shift+P`).
198
+
2. Run `Antigravity Proxy: Dashboard`.
199
+
3. If the proxy binary is not installed, click **Install Proxy** to download it automatically.
200
+
4. Click **Start Proxy** to launch the server.
201
+
5. Configure your providers by clicking **Sign In** or **Configure** on their cards.
202
+
6. Use the generated API Key in your applications with endpoint `http://127.0.0.1:8317/v1`.
0 commit comments