Plugins for bb.
bb-plugin-telemetry— compare Codex, Claude Code, Pi, opencode, and omp sessions with native bb thread telemetry and evidence-backed findings.bb-plugin-auto-new-tab— open the New Tab page automatically when the workspace panel has no tabs, instead of the default Info page.bb-plugin-ds4— run and administer a local DwarfStar (ds4) inference server from bb.bb-plugin-excalidraw— create, edit, and attach Excalidraw drawings in conversations.bb-plugin-omp— register Oh My Pi (omp) as an ACP-based bb provider (acp-omp).bb-plugin-prime-agent— register Prime Agent as an ACP-based bb provider (acp-prime-agent).bb-plugin-sessions— index Codex, Claude Code, and Pi (prime-agent) sessions on this machine, search them from a sidebar panel, and rehydrate any session into a BB thread.
This is a pnpm workspace. Build or typecheck all packages with:
pnpm install
pnpm typecheck
pnpm buildEach package README documents its installation and runtime requirements.
Install all packages as bb plugins (idempotent — safe to re-run):
pnpm plugins:install # or: bash scripts/install-all.shThis runs bb plugin install <path> --yes for every packages/bb-plugin-*
and prints the resulting installed list. To install just one, use its path:
bb plugin install ./packages/bb-plugin-prime-agent