@vanillagreen/pi-claude-bridge 1.0.4 → 1.0.6
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 -2
- package/bundle/index.js +1144 -398
- package/package.json +6 -7
- package/src/convert.ts +1 -1
- package/src/index.ts +3 -3
- package/src/query-state.ts +1 -1
- package/CHANGELOG.md +0 -12
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pi-claude-bridge
|
|
2
|
-

|
|
3
|
-

|
|
2
|
+

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