@vanillagreen/pi-claude-bridge 1.0.4 → 1.0.5
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 +1 -2
- package/CHANGELOG.md +0 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vanillagreen/pi-claude-bridge",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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": [
|
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
"bundle/",
|
|
128
128
|
"src/",
|
|
129
129
|
"assets/",
|
|
130
|
-
"CHANGELOG.md",
|
|
131
130
|
"LICENSE",
|
|
132
131
|
"README.md",
|
|
133
132
|
"package.json"
|
package/CHANGELOG.md
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 1.0.0
|
|
4
|
-
|
|
5
|
-
Initial vstack fork of `elidickinson/pi-claude-bridge`.
|
|
6
|
-
|
|
7
|
-
- Registers Claude Code as a Pi provider via `claude-bridge/*` models.
|
|
8
|
-
- Removes the upstream AskClaude tool; this package is provider-only.
|
|
9
|
-
- Adds vstack extension-manager settings.
|
|
10
|
-
- Adds opt-in forwarding for `APPEND_SYSTEM.md` and recognized Pi `before_agent_start` prompt hooks (`pi-agents-tmux`, `pi-task-panel`, `pi-caveman`).
|
|
11
|
-
- Keeps upstream provider fixes for session sync/rebuild, compact recovery, abort recovery, ID-based tool-result matching, skills forwarding, strict MCP config, cloud MCP suppression, and Opus thinking display.
|
|
12
|
-
- Pins and bundles Claude Agent SDK `0.2.128`, with auto-detection of the local `claude` executable for vstack installs without `node_modules`.
|