feat(v3.3.14): Providers tab launch-command hints on authed Claude profiles#54
Merged
Merged
Conversation
The Providers tab showed how to sign in (auth button copies the subctl auth command) but never how to launch the account afterwards — the gap that sent the operator guessing `claude-teams -a claude-dfox` against bare alias `dfox` (companion to the v3.3.13 resolver fix). Authed Claude rows now carry two copy-on-click buttons, same UX as the auth button: `teams` (claude-teams -o -y -a <alias>) and `chat` (claude-use <alias>). Claude-only — those shims don't exist for other providers; codex keeps its device-code sign-in surface. Release: v3.3.14. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Companion polish to #53 (v3.3.13). The Providers tab's
authbutton copies the sign-in command, but nothing told the operator how to launch the account afterwards — the discoverability gap behind theclaude-teams -a claude-dfoxvs bare-alias-dfoxincident.What ships
Authed Claude profile rows get two copy-on-click buttons (same UX as the auth button):
claude-teams -o -y -a <alias>(orchestrator team on this account)claude-use <alias>(switch the current terminal's claude)Claude-only: those shims don't exist for other providers; openai-codex keeps its device-code sign-in modal. Hints appear when the row flips to ✓ authed — exactly the post-auth moment the operator needs them. Green
.launch-btnaccent in style.css.Served by both 8787 (Bun) and 8797 (v4
static_dirpoints at the samedashboard/public).Verification
bun test dashboard/__tests__/— 196 pass, 0 failnode --checkon providers.js — cleanpublic/tabs/*)Ships as v3.3.14 (CHANGELOG + VERSION included).
🤖 Generated with Claude Code