antigravity-claude-proxy 1.0.3 → 1.0.5
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 +7 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Antigravity Claude Proxy
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/antigravity-claude-proxy)
|
|
4
|
+
[](https://www.npmjs.com/package/antigravity-claude-proxy)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
|
|
3
7
|
A proxy server that exposes an **Anthropic-compatible API** backed by **Antigravity's Cloud Code**, letting you use Claude models like sonnet and opus with **Claude Code CLI**.
|
|
4
8
|
|
|
5
9
|
## How It Works
|
|
@@ -41,8 +45,8 @@ antigravity-claude-proxy start
|
|
|
41
45
|
### Option 2: Clone Repository
|
|
42
46
|
|
|
43
47
|
```bash
|
|
44
|
-
git clone https://github.com/badri-s2001/
|
|
45
|
-
cd
|
|
48
|
+
git clone https://github.com/badri-s2001/antigravity-claude-proxy.git
|
|
49
|
+
cd antigravity-claude-proxy
|
|
46
50
|
npm install
|
|
47
51
|
npm start
|
|
48
52
|
```
|
|
@@ -318,4 +322,4 @@ MIT
|
|
|
318
322
|
|
|
319
323
|
## Star History
|
|
320
324
|
|
|
321
|
-
[](https://www.star-history.com/#badri-s2001/antigravity-claude-proxy&type=date&legend=top-left)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-claude-proxy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Proxy server to use Antigravity's Claude models with Claude Code CLI",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
41
|
-
"url": "git+https://github.com/badri-s2001/
|
|
41
|
+
"url": "git+https://github.com/badri-s2001/antigravity-claude-proxy.git"
|
|
42
42
|
},
|
|
43
|
-
"homepage": "https://github.com/badri-s2001/
|
|
43
|
+
"homepage": "https://github.com/badri-s2001/antigravity-claude-proxy#readme",
|
|
44
44
|
"bugs": {
|
|
45
|
-
"url": "https://github.com/badri-s2001/
|
|
45
|
+
"url": "https://github.com/badri-s2001/antigravity-claude-proxy/issues"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=18.0.0"
|