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.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Antigravity Claude Proxy
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/antigravity-claude-proxy.svg)](https://www.npmjs.com/package/antigravity-claude-proxy)
4
+ [![npm downloads](https://img.shields.io/npm/dm/antigravity-claude-proxy.svg)](https://www.npmjs.com/package/antigravity-claude-proxy)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/antigravity_claude_server.git
45
- cd antigravity_claude_server
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
- [![Star History Chart](https://api.star-history.com/svg?repos=badri-s2001/antigravity_claude_server&type=date&legend=top-left)](https://www.star-history.com/#badri-s2001/antigravity_claude_server&type=date&legend=top-left)
325
+ [![Star History Chart](https://api.star-history.com/svg?repos=badri-s2001/antigravity-claude-proxy&type=date&legend=top-left)](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",
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/antigravity_claude_server.git"
41
+ "url": "git+https://github.com/badri-s2001/antigravity-claude-proxy.git"
42
42
  },
43
- "homepage": "https://github.com/badri-s2001/antigravity_claude_server#readme",
43
+ "homepage": "https://github.com/badri-s2001/antigravity-claude-proxy#readme",
44
44
  "bugs": {
45
- "url": "https://github.com/badri-s2001/antigravity_claude_server/issues"
45
+ "url": "https://github.com/badri-s2001/antigravity-claude-proxy/issues"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.0.0"