# CopilotContextCard

## 2026-06-17 — New molecule: record shared into the Copilot chat

**Prompted by:** Hellen (review: missing "send Loan CRM card to Copilot" case)

### What changed
- New molecule `CopilotContextCard` renders a record the broker shared into the Copilot conversation (the receiving side of `OpportunityCard.onSendToAI` → "Send to AI" Chrome extension flow).
- Shows a compact preview: "Shared from <source>" attribution, title, subtitle, key/value fields, optional status badge, and an optional deep-link back to the source record.
- Title has no leading icon (per review); a small `Link2` glyph marks the attribution caption only.

### Why
- The Loan CRM card already exposes `onSendToAI`, but the Copilot side had no component to display the shared opportunity as conversation context.

### Affected tokens / files
- `packages/shadcn/src/components/ui/copilot-context-card.tsx`
- Composes Card + Badge + Button; left accent `border-l-primary` marks it as attached context.
