From 8d8bacc8acd5e137421be2b267462e1ec295be5a Mon Sep 17 00:00:00 2001 From: rawizhere Date: Thu, 27 Aug 2026 14:08:43 +0300 Subject: [PATCH 1/3] Add plugin entry: prime-agent-acp --- entries/prime-agent-acp.json | 26 ++++++++++++++++++++++++++ icons/prime-agent-acp-ad265b28.svg | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 entries/prime-agent-acp.json create mode 100644 icons/prime-agent-acp-ad265b28.svg diff --git a/entries/prime-agent-acp.json b/entries/prime-agent-acp.json new file mode 100644 index 0000000..e3c5e5a --- /dev/null +++ b/entries/prime-agent-acp.json @@ -0,0 +1,26 @@ +{ + "id": "prime-agent-acp", + "displayName": "Prime Agent (ACP)", + "description": "Runs bb threads on Prime Agent through its native ACP protocol, with model discovery and reasoning level support.", + "icon": { + "url": "./icons/prime-agent-acp-ad265b28.svg" + }, + "tags": [ + "acp", + "providers", + "agents", + "prime-agent", + "prime-intellect" + ], + "author": { + "name": "rawizhere", + "github": "rawizhere", + "url": "https://github.com/rawizhere" + }, + "source": { + "git": { + "url": "https://github.com/rawizhere/bb-plugin-prime-agent-acp.git", + "range": "^0.1.0" + } + } +} diff --git a/icons/prime-agent-acp-ad265b28.svg b/icons/prime-agent-acp-ad265b28.svg new file mode 100644 index 0000000..116f924 --- /dev/null +++ b/icons/prime-agent-acp-ad265b28.svg @@ -0,0 +1,8 @@ + + + + From 4ffe81c1b509df81ede91efe673eb58fdf9704c5 Mon Sep 17 00:00:00 2001 From: rawizhere Date: Sat, 29 Aug 2026 19:44:26 +0300 Subject: [PATCH 2/3] Describe explicit prime-agent install in entry --- entries/prime-agent-acp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/prime-agent-acp.json b/entries/prime-agent-acp.json index e3c5e5a..c66c7ab 100644 --- a/entries/prime-agent-acp.json +++ b/entries/prime-agent-acp.json @@ -1,7 +1,7 @@ { "id": "prime-agent-acp", "displayName": "Prime Agent (ACP)", - "description": "Runs bb threads on Prime Agent through its native ACP protocol, with model discovery and reasoning level support.", + "description": "Runs bb threads on Prime Agent (by Prime Intellect) through its native ACP protocol, with model discovery and reasoning level support. Installing the provider requires an explicit `bb prime-agent install` command that downloads and installs the official prime-agent binary from Prime Intellect; thread content is processed by Prime Intellect.", "icon": { "url": "./icons/prime-agent-acp-ad265b28.svg" }, From 3bddeb51b0c66dccbbc68a80bdf2460d9fbd4313 Mon Sep 17 00:00:00 2001 From: Sawyer Hood Date: Mon, 31 Aug 2026 16:26:05 -0700 Subject: [PATCH 3/3] Refresh marketplace validation Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.