@vanillagreen/pi-claude-bridge 1.0.0 → 1.0.1

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,11 +1,28 @@
1
1
  # pi-claude-bridge
2
-
3
- ![Claude bridge provider](https://raw.githubusercontent.com/vanillagreencom/vstack/main/pi-extensions/pi-claude-bridge/assets/claude-bridge1.png)
2
+ ![Claude bridge demo response](assets/bridge-demo.png)
3
+ ![Claude Bridge settings panel](assets/settings-panel.png)
4
4
 
5
5
  Claude Code provider bridge for Pi. It registers `claude-bridge/*` models and routes Pi turns through the Claude Agent SDK while keeping Pi's tools in the Pi TUI.
6
6
 
7
7
  This package is a vstack fork of [`elidickinson/pi-claude-bridge`](https://github.com/elidickinson/pi-claude-bridge). The provider, MCP tool bridge, session sync, streaming, and Claude Code SDK plumbing come from that project; this fork removes the AskClaude tool and adds vstack-controlled prompt-context forwarding.
8
8
 
9
+ ## Install
10
+
11
+ Via [npm](https://www.npmjs.com/package/@vanillagreen/pi-claude-bridge):
12
+
13
+ ```bash
14
+ pi install npm:@vanillagreen/pi-claude-bridge
15
+ ```
16
+
17
+ Via [vstack](https://github.com/vanillagreencom/vstack):
18
+
19
+ ```bash
20
+ cargo install --git https://github.com/vanillagreencom/vstack.git vstack
21
+ vstack add vanillagreencom/vstack --pi-extension pi-claude-bridge --harness pi -y
22
+ ```
23
+
24
+ Restart Pi after installation.
25
+
9
26
  ## What it provides
10
27
 
11
28
  - `claude-bridge/claude-opus-4-7`, Sonnet, and Haiku models in `/model`.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanillagreen/pi-claude-bridge",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pi provider bridge that runs Claude Code through the Claude Agent SDK, with opt-in forwarding for Pi prompt context.",
5
5
  "type": "module",
6
6
  "keywords": [
Binary file
Binary file