@yassimba/pi-claude-bridge
v0.1.3
Published
Reviewed, pinned distribution of Pi Claude Bridge
Maintainers
Readme
@yassimba/pi-claude-bridge
A reviewed distribution of Pi Claude Bridge
for the Yassimba setup catalog. This package contains the exact upstream npm
release recorded in THIRD_PARTY_NOTICES.md. It adds no
runtime code of its own.
Install
Select Claude Bridge with ai-setup add, or install it directly:
pi install npm:@yassimba/pi-claude-bridgeRestart Pi or run /reload. Use /model to select a claude-bridge model. When
another provider is active, the package also supplies the AskClaude tool for
delegating analysis or implementation to Claude Code.
Claude Bridge launches Claude Code through Anthropic's Agent SDK and uses your Claude Code authentication. Install and authenticate Claude Code before using it. See the upstream README for available models, context-window eligibility, configuration, billing notes, and debugging instructions.
Pi extensions and Claude Code run with your user account's permissions. The
AskClaude tool defaults to read-only mode, but its full mode can edit files
and execute commands without Pi mediating each action. Review the upstream source
and configuration before enabling it.
Updating the bundled release
- Inspect the new upstream npm tarball, source commit, dependencies, and licenses.
- Set an exact
pi-claude-bridgeversion inpackage.json. - From
plugins/claude-bridge, runnpm install --package-lock-only --ignore-scripts --omit=peer --install-strategy=nested --workspaces=falseto updatenpm-shrinkwrap.json. - Update
THIRD_PARTY_NOTICES.mdwith the version, commit, npm integrity, and any bundled dependency whose payload omits its license notice. - From the repo root, run
npm install,npm run catalog:generate, andnpm run check. - Inspect
npm pack --dry-run --json --workspace plugins/claude-bridgeand publish a new wrapper version before publishing the Pi Kit catalog update.
