Skip to content

feat(v3.3.14): Providers tab launch-command hints on authed Claude profiles#54

Merged
webdevtodayjason merged 1 commit into
mainfrom
feat/providers-launch-hints
Jun 11, 2026
Merged

feat(v3.3.14): Providers tab launch-command hints on authed Claude profiles#54
webdevtodayjason merged 1 commit into
mainfrom
feat/providers-launch-hints

Conversation

@webdevtodayjason

Copy link
Copy Markdown
Owner

Problem

Companion polish to #53 (v3.3.13). The Providers tab's auth button copies the sign-in command, but nothing told the operator how to launch the account afterwards — the discoverability gap behind the claude-teams -a claude-dfox vs bare-alias-dfox incident.

What ships

Authed Claude profile rows get two copy-on-click buttons (same UX as the auth button):

  • teamsclaude-teams -o -y -a <alias> (orchestrator team on this account)
  • chatclaude-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-btn accent in style.css.

Served by both 8787 (Bun) and 8797 (v4 static_dir points at the same dashboard/public).

Verification

  • bun test dashboard/__tests__/ — 196 pass, 0 fail
  • node --check on providers.js — clean
  • Live check at 8797 after deploy (no DOM test harness exists for public/tabs/*)

Ships as v3.3.14 (CHANGELOG + VERSION included).

🤖 Generated with Claude Code

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>
@webdevtodayjason
webdevtodayjason merged commit d85b141 into main Jun 11, 2026
@webdevtodayjason
webdevtodayjason deleted the feat/providers-launch-hints branch June 11, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant