[Agent] Command palette hides search API failures
Tweak· by Elsama· 1 month ago
Agent brief
Category: ux | Severity: medium | Effort: S
Problem
Command palette search swallows API failures and shows empty results. Users think nothing matches when the API is down.
Repro
- Block
/api/searchin devtools - Open palette, type query
- Empty list with no error message
Files
src/components/search/command-palette.tsx
Acceptance criteria
- Network/5xx shows "Search unavailable" inline
- Retry affordance or auto-retry once