From 42dd9dec3f38496648d0f9b85b04ddbefe606857 Mon Sep 17 00:00:00 2001 From: MayankBansal12 Date: Sat, 22 Aug 2026 16:11:04 +0000 Subject: [PATCH 1/2] Add plugin entry: fx --- entries/fx.json | 20 ++++++++++++++++++++ icons/fx-75cb79a4.svg | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 entries/fx.json create mode 100644 icons/fx-75cb79a4.svg diff --git a/entries/fx.json b/entries/fx.json new file mode 100644 index 0000000..e5a7652 --- /dev/null +++ b/entries/fx.json @@ -0,0 +1,20 @@ +{ + "id": "fx", + "displayName": "fx", + "description": "Runs the fx coding agent as a BB provider over its Agent Client Protocol, with an isolated resumable fx session per thread, model picking from your authenticated fx account, and streamed tool activity.", + "icon": { + "url": "./icons/fx-75cb79a4.svg" + }, + "tags": ["provider", "acp", "coding-agent", "agents"], + "author": { + "name": "Mayank Bansal", + "github": "MayankBansal12", + "url": "https://github.com/MayankBansal12" + }, + "source": { + "git": { + "url": "https://github.com/MayankBansal12/bb-plugin-fx.git", + "range": "^0.2.0" + } + } +} diff --git a/icons/fx-75cb79a4.svg b/icons/fx-75cb79a4.svg new file mode 100644 index 0000000..e52ac63 --- /dev/null +++ b/icons/fx-75cb79a4.svg @@ -0,0 +1,4 @@ + + fx + + From 6e7ff39b0b23dee0e0943ef6f4a018e19fbf55cd Mon Sep 17 00:00:00 2001 From: mayank Date: Sat, 22 Aug 2026 18:56:38 +0000 Subject: [PATCH 2/2] Update fx release source and icon --- entries/fx.json | 8 ++++---- icons/fx-2695cead.svg | 5 +++++ icons/fx-75cb79a4.svg | 4 ---- 3 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 icons/fx-2695cead.svg delete mode 100644 icons/fx-75cb79a4.svg diff --git a/entries/fx.json b/entries/fx.json index e5a7652..fcc2496 100644 --- a/entries/fx.json +++ b/entries/fx.json @@ -1,9 +1,9 @@ { "id": "fx", "displayName": "fx", - "description": "Runs the fx coding agent as a BB provider over its Agent Client Protocol, with an isolated resumable fx session per thread, model picking from your authenticated fx account, and streamed tool activity.", + "description": "Runs the fx coding agent in BB with resumable sessions, account-based model selection, and streamed tool activity.", "icon": { - "url": "./icons/fx-75cb79a4.svg" + "url": "./icons/fx-2695cead.svg" }, "tags": ["provider", "acp", "coding-agent", "agents"], "author": { @@ -13,8 +13,8 @@ }, "source": { "git": { - "url": "https://github.com/MayankBansal12/bb-plugin-fx.git", - "range": "^0.2.0" + "url": "https://github.com/MayankBansal12/bb-plugin-fx-provider.git", + "range": "^0.2.1" } } } diff --git a/icons/fx-2695cead.svg b/icons/fx-2695cead.svg new file mode 100644 index 0000000..b3a5994 --- /dev/null +++ b/icons/fx-2695cead.svg @@ -0,0 +1,5 @@ + + fx + + + diff --git a/icons/fx-75cb79a4.svg b/icons/fx-75cb79a4.svg deleted file mode 100644 index e52ac63..0000000 --- a/icons/fx-75cb79a4.svg +++ /dev/null @@ -1,4 +0,0 @@ - - fx - -