From 4020b00ff92767549a6530e4464eab11f97bd9b1 Mon Sep 17 00:00:00 2001 From: Vedran Burojevic Date: Sat, 22 Aug 2026 09:50:08 +0200 Subject: [PATCH 1/2] Add plugin entry: linear --- entries/linear.json | 29 +++++++++++++++++++++++++++++ icons/linear-6ff21144.svg | 10 ++++++++++ 2 files changed, 39 insertions(+) create mode 100644 entries/linear.json create mode 100644 icons/linear-6ff21144.svg diff --git a/entries/linear.json b/entries/linear.json new file mode 100644 index 0000000..f4946cf --- /dev/null +++ b/entries/linear.json @@ -0,0 +1,29 @@ +{ + "id": "linear", + "displayName": "Linear", + "description": "Linear inside bb — a list-first issue browser, inbox, and create dialog served from a local mirror, thirteen linear_* agent tools, a bb linear CLI, and every thread resolving which issue it works on, shown live in the header and side panel and injected into agent context.", + "icon": { + "url": "./icons/linear-6ff21144.svg" + }, + "tags": [ + "linear", + "issues", + "issue-tracking", + "inbox", + "agent-tools", + "threads", + "cli", + "sync" + ], + "author": { + "name": "Vedran Burojevic", + "github": "vburojevic", + "url": "https://github.com/vburojevic" + }, + "source": { + "git": { + "url": "https://github.com/vburojevic/bb-plugin-linear.git", + "range": "^0.1.2" + } + } +} diff --git a/icons/linear-6ff21144.svg b/icons/linear-6ff21144.svg new file mode 100644 index 0000000..ddbe2bb --- /dev/null +++ b/icons/linear-6ff21144.svg @@ -0,0 +1,10 @@ + + + + + + + From 235719c2bc90e0809c7ed3d1a25bbee7203f7097 Mon Sep 17 00:00:00 2001 From: Vedran Burojevic Date: Tue, 25 Aug 2026 21:06:40 +0200 Subject: [PATCH 2/2] linear: require ^0.1.3 0.1.2 could not activate on SDK 0.4.16, which rejects `experimental_statusLabels` at tool registration. 0.1.3 registers under `presentation.label` instead. Raising the floor so the version that cannot start is no longer resolvable. Co-Authored-By: Claude Opus 5 (1M context) --- entries/linear.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/linear.json b/entries/linear.json index f4946cf..40a21d2 100644 --- a/entries/linear.json +++ b/entries/linear.json @@ -23,7 +23,7 @@ "source": { "git": { "url": "https://github.com/vburojevic/bb-plugin-linear.git", - "range": "^0.1.2" + "range": "^0.1.3" } } }