From b49bc46d37bf84926c32b08e71f3849ce43045b5 Mon Sep 17 00:00:00 2001 From: David Beyer Date: Fri, 28 Aug 2026 15:47:24 -0700 Subject: [PATCH 1/2] Add plugin entry: claude-account-switcher --- entries/claude-account-switcher.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 entries/claude-account-switcher.json diff --git a/entries/claude-account-switcher.json b/entries/claude-account-switcher.json new file mode 100644 index 0000000..07443f8 --- /dev/null +++ b/entries/claude-account-switcher.json @@ -0,0 +1,18 @@ +{ + "id": "claude-account-switcher", + "displayName": "Claude Account Switcher", + "description": "Switches one BB Claude Code thread to the verified Claude subscription login on its machine while preserving thread history.", + "icon": "UserSwitch", + "tags": ["providers", "authentication", "oauth", "claude-code", "threads"], + "author": { + "name": "David Beyer", + "github": "benegessarit", + "url": "https://github.com/benegessarit" + }, + "source": { + "git": { + "url": "https://github.com/benegessarit/bb-plugin-claude-account-switcher.git", + "range": "^0.1.0" + } + } +} From 92b7b36cd6e452cc186d010264f66a27e8c30834 Mon Sep 17 00:00:00 2001 From: Sawyer Hood Date: Mon, 31 Aug 2026 16:26:13 -0700 Subject: [PATCH 2/2] Refresh marketplace validation Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.