antigravity-claude-proxy 2.8.1 → 2.8.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-claude-proxy",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
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",
@@ -10,7 +10,7 @@ import { existsSync } from 'fs';
10
10
  */
11
11
 
12
12
  // Fallback constant
13
- const FALLBACK_ANTIGRAVITY_VERSION = '1.20.3';
13
+ const FALLBACK_ANTIGRAVITY_VERSION = '1.20.6';
14
14
 
15
15
  // Cache for the generated User-Agent string
16
16
  let cachedUserAgent = null;