# CopilotAuthState

## 2026-06-17 — New molecule: signed-out state

**Prompted by:** Copilot extension design work (Hellen)

### What changed
- New molecule `CopilotAuthState` renders the whole-panel signed-out state with a Sign in CTA.

### Why
- When the broker logs out of WealthX, the logout event is relayed to Copilot, which must clear its session and prompt a fresh sign-in.

### Affected tokens / files
- `packages/shadcn/src/components/ui/copilot-auth-state.tsx`
- Composes Empty + Button.
