antigravity-claude-proxy 2.7.2 → 2.7.4

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 CHANGED
@@ -1,3 +1,5 @@
1
+ # ⚠️ DO NOT USE THIS ANYMORE – GOOGLE IS ISSUING TOS VIOLATION BANS FOR THE ACCOUNTS CONNECTED
2
+
1
3
  # Antigravity Claude Proxy
2
4
 
3
5
  [![npm version](https://img.shields.io/npm/v/antigravity-claude-proxy.svg)](https://www.npmjs.com/package/antigravity-claude-proxy)
@@ -299,7 +301,6 @@ Without this, the WebUI's Claude CLI tab won't be able to read or write your Cla
299
301
 
300
302
  - [Available Models](docs/models.md)
301
303
  - [Multi-Account Load Balancing](docs/load-balancing.md)
302
- - [Device Fingerprinting](docs/fingerprinting.md)
303
304
  - [Web Management Console](docs/web-console.md)
304
305
  - [Advanced Configuration](docs/configuration.md)
305
306
  - [macOS Menu Bar App](docs/menubar-app.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-claude-proxy",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
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",