Plugins for bb.
bb-plugin-agent-checklists— attach persisted structured checklists to threads, update them with agent tools, and continue incomplete work automatically.bb-plugin-plannotator— embed the upstream Plannotator plan-review app in BB's right panel and bridge its decisions back to agents.bb-plugin-cobalt2— contribute the Cobalt2 color palette to bb.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-toolbox— manage MCP servers and raw CLI sources through one provider-neutral agent bridge and aggregated MCP endpoint.bb-plugin-comprehension— turn messages, selections, and threads into clear HTML, audio, and podcast explainers.bb-plugin-emoji-react— emoji reactions in the assistant-message text-selection menu; the reaction list is configurable in plugin settings.bb-plugin-traces— index local Codex, Claude, Pi, OMP, and DeepSeek Harness sessions in a private, searchable trajectory explorer.
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-toolbox