@estebanforge/pi-antigravity-bridge 1.6.3 → 1.6.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
@@ -13,7 +13,7 @@ A Gemini model provider **and** the `AskAntigravity` delegation tool for [pi](ht
13
13
  </p>
14
14
 
15
15
 
16
- If you also have [`@estebanforge/pi-ask-antigravity`](https://github.com/EstebanForge/pi-ask-antigravity) installed, this bridge takes over: pi-ask-antigravity detects the bridge and registers nothing, so the `AskAntigravity` tool is never duplicated.
16
+ If you also have [`@estebanforge/pi-ask-antigravity`](https://github.com/EstebanForge/pi-extensions/tree/main/packages/pi-ask-antigravity) installed, this bridge takes over: pi-ask-antigravity detects the bridge and registers nothing, so the `AskAntigravity` tool is never duplicated.
17
17
 
18
18
  ## What it does
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@estebanforge/pi-antigravity-bridge",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Gemini provider for Pi on the Antigravity ACP server (official Google ACP) or the stream-json agy CLI. antigravity/* models in Pi's /model picker, no-patch MCP bridge: agy runs Pi's tools. ToS safe to use.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -26,24 +26,19 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "git+https://github.com/EstebanForge/pi-antigravity-bridge.git"
29
+ "url": "git+https://github.com/EstebanForge/pi-extensions.git",
30
+ "directory": "packages/pi-antigravity-bridge"
30
31
  },
31
32
  "publishConfig": {
32
33
  "access": "public"
33
34
  },
34
35
  "type": "module",
35
- "scripts": {
36
- "build": "tsc --noEmit",
37
- "test": "vitest run",
38
- "prepublishOnly": "npm run build && npm test",
39
- "smoke:pi": "bash scripts/smoke-in-pi.sh"
40
- },
41
36
  "files": [
42
37
  "extensions",
43
38
  "src",
44
- "docs",
45
39
  "README.md",
46
- "CHANGELOG.md"
40
+ "CHANGELOG.md",
41
+ "LICENSE"
47
42
  ],
48
43
  "pi": {
49
44
  "extensions": [
@@ -58,17 +53,6 @@
58
53
  "optional": true
59
54
  }
60
55
  },
61
- "devDependencies": {
62
- "@earendil-works/pi-ai": "^0.87.0",
63
- "@earendil-works/pi-coding-agent": "^0.87.0",
64
- "@earendil-works/pi-server": "^0.87.0",
65
- "@earendil-works/pi-tui": "^0.87.0",
66
- "@types/node": "^22.0.0",
67
- "tsx": "^4.19.0",
68
- "typebox": "^1.1.38",
69
- "typescript": "^5.8.0",
70
- "vitest": "^4.1.7"
71
- },
72
56
  "dependencies": {
73
57
  "@modelcontextprotocol/sdk": "^1.29.0"
74
58
  }