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 +2 -1
- package/package.json +1 -1
- package/public/css/style.css +1 -1
- package/public/index.html +0 -2
- package/public/js/components/account-manager.js +0 -121
- package/public/views/accounts.html +0 -149
- package/src/account-manager/credentials.js +1 -1
- package/src/account-manager/index.js +1 -85
- package/src/account-manager/storage.js +3 -13
- package/src/cli/accounts.js +2 -4
- package/src/cloudcode/message-handler.js +2 -2
- package/src/cloudcode/model-api.js +8 -10
- package/src/cloudcode/request-builder.js +5 -9
- package/src/cloudcode/session-manager.js +8 -2
- package/src/cloudcode/streaming-handler.js +4 -4
- package/src/constants.js +25 -20
- package/src/server.js +0 -2
- package/src/webui/index.js +0 -72
- package/src/utils/fingerprint.js +0 -133
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
|
[](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)
|