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" + } + } +}