Run bb threads on Prime Agent (by Prime Intellect) through its native Agent Client Protocol (ACP) server.
- Native ACP Provider: Registers provider
acp-prime-agentin bb IDE with official branding and theme support. - Explicit Installation: Prime Agent is never installed implicitly. First run never downloads anything — you install the binary once with
bb prime-agent install --yes, which downloads and runs Prime Intellect's official installer script. - Model Catalog & Reasoning: Supports dynamic model discovery (
--list-models), reasoning levels (--thinking), and model routing across OpenCode Zen, OpenRouter, and custom providers. - CLI Commands:
bb prime-agent status— Inspect provider, launcher, and resolved binary status.bb prime-agent models— List discovered models with free model annotations.bb prime-agent install --yes— Download and install the officialprime-agentbinary.
- Selecting the Prime Agent provider launches the locally installed
prime-agentbinary in ACP mode. - Thread content is processed by Prime Intellect's Prime Agent (the vendor behind app.primeintellect.ai); model traffic goes to the providers you configure (OpenCode Zen, OpenRouter, or a custom provider).
- The plugin itself makes no network calls from its own code. The only download is
the explicit
bb prime-agent install --yescommand, which fetches https://app.primeintellect.ai/prime-agent/install.sh and runs it in a minimal environment (PATH and HOME only — no daemon secrets are passed to the script).
bb plugin install prime-agent-acpbb plugin install git:https://github.com/rawizhere/bb-plugin-prime-agent-acp.gitgit clone https://github.com/rawizhere/bb-plugin-prime-agent-acp.git
cd bb-plugin-prime-agent-acp
npm install
bb plugin build
bb plugin install . --yes# Check provider status
bb prime-agent status
# Install or update the prime-agent binary (explicit download, requires --yes)
bb prime-agent install --yes
# List available models
bb prime-agent models