free-antigravity-cli 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
Use **OpenAI, Anthropic, Ollama, OpenRouter, Google AI Studio, and any OpenAI-compatible provider** alongside Gemini models — all through the native `agy` CLI experience.
|
|
10
10
|
|
|
11
|
-
---
|
|
12
11
|
|
|
13
12
|
## Quick Links
|
|
14
13
|
|
|
@@ -25,7 +24,6 @@ Use **OpenAI, Anthropic, Ollama, OpenRouter, Google AI Studio, and any OpenAI-co
|
|
|
25
24
|
* [Contributing](#contributing)
|
|
26
25
|
* [License](#license)
|
|
27
26
|
|
|
28
|
-
---
|
|
29
27
|
|
|
30
28
|
## How It Works
|
|
31
29
|
|
|
@@ -40,7 +38,6 @@ antigravity
|
|
|
40
38
|
|
|
41
39
|
The CLI is a thin wrapper: it starts a local HTTP proxy that intercepts `fetchAvailableModels` API calls, injects your custom model definitions, then hands off to the official `agy` CLI. You get the full native Antigravity CLI experience plus custom models.
|
|
42
40
|
|
|
43
|
-
---
|
|
44
41
|
|
|
45
42
|
## Quick Start
|
|
46
43
|
|
|
@@ -58,7 +55,6 @@ antigravity models add
|
|
|
58
55
|
antigravity
|
|
59
56
|
```
|
|
60
57
|
|
|
61
|
-
---
|
|
62
58
|
|
|
63
59
|
## Prerequisites
|
|
64
60
|
|
|
@@ -72,7 +68,6 @@ antigravity
|
|
|
72
68
|
export AGY_BIN="/path/to/custom/agy"
|
|
73
69
|
```
|
|
74
70
|
|
|
75
|
-
---
|
|
76
71
|
|
|
77
72
|
## Commands
|
|
78
73
|
|
|
@@ -93,7 +88,6 @@ antigravity help Show this help
|
|
|
93
88
|
|
|
94
89
|
Any arguments not listed above are passed directly to `agy` CLI.
|
|
95
90
|
|
|
96
|
-
---
|
|
97
91
|
|
|
98
92
|
## Supported Providers
|
|
99
93
|
|
|
@@ -106,7 +100,6 @@ Any arguments not listed above are passed directly to `agy` CLI.
|
|
|
106
100
|
| **OpenRouter** | `openrouter` | API Key |
|
|
107
101
|
| **Custom (OpenAI-compatible)** | `custom` | API Key |
|
|
108
102
|
|
|
109
|
-
---
|
|
110
103
|
|
|
111
104
|
## Installation
|
|
112
105
|
|
|
@@ -128,7 +121,6 @@ npm link
|
|
|
128
121
|
antigravity
|
|
129
122
|
```
|
|
130
123
|
|
|
131
|
-
---
|
|
132
124
|
|
|
133
125
|
## Configuration
|
|
134
126
|
|
|
@@ -173,7 +165,6 @@ antigravity models import
|
|
|
173
165
|
|
|
174
166
|
> **NOTE:** API keys from the desktop app are encrypted with Electron's `safeStorage` and cannot be decrypted by the CLI. After importing, re-enter your API keys via `antigravity models add`.
|
|
175
167
|
|
|
176
|
-
---
|
|
177
168
|
|
|
178
169
|
## Technical Details
|
|
179
170
|
|
|
@@ -213,7 +204,6 @@ The proxy runs on `http://127.0.0.1:50998` and:
|
|
|
213
204
|
| **OpenRouter** | Same as OpenAI | Same as OpenAI | Same as OpenAI |
|
|
214
205
|
| **Custom** | Same as OpenAI | Same as OpenAI | Same as OpenAI |
|
|
215
206
|
|
|
216
|
-
---
|
|
217
207
|
|
|
218
208
|
## Testing
|
|
219
209
|
|
|
@@ -224,7 +214,6 @@ A comprehensive unit and integration test suite is provided using Jest to verify
|
|
|
224
214
|
npm test
|
|
225
215
|
```
|
|
226
216
|
|
|
227
|
-
---
|
|
228
217
|
|
|
229
218
|
## Comparison
|
|
230
219
|
|
|
@@ -239,19 +228,16 @@ npm test
|
|
|
239
228
|
| **npm Install** | Yes | No |
|
|
240
229
|
| **Auto-updates** | Via npm | Built-in |
|
|
241
230
|
|
|
242
|
-
---
|
|
243
231
|
|
|
244
232
|
## Contributing
|
|
245
233
|
|
|
246
234
|
Pull requests welcome at [github.com/vahapogut/free-antigravity-cli](https://github.com/vahapogut/free-antigravity-cli).
|
|
247
235
|
|
|
248
|
-
---
|
|
249
236
|
|
|
250
237
|
## License
|
|
251
238
|
|
|
252
239
|
Apache License 2.0 - see [LICENSE](LICENSE).
|
|
253
240
|
|
|
254
|
-
---
|
|
255
241
|
|
|
256
242
|
## Author
|
|
257
243
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-antigravity-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Open-source community CLI for Antigravity - supports custom AI models (OpenAI, Anthropic, Ollama, OpenRouter, Google AI Studio) alongside Gemini",
|
|
5
5
|
"homepage": "https://github.com/vahapogut/free-antigravity-cli",
|
|
6
6
|
"author": {
|