@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 +19 -2
- package/assets/bridge-demo.png +0 -0
- package/assets/settings-panel.png +0 -0
- package/package.json +1 -1
- package/assets/claude-bridge1.png +0 -0
- package/assets/claude-bridge2.png +0 -0
package/README.md
CHANGED
|
@@ -1,11 +1,28 @@
|
|
|
1
1
|
# pi-claude-bridge
|
|
2
|
-
|
|
3
|
-

|
|
3
|
+

|
|
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
|
Binary file
|
|
Binary file
|