adds search support with exa

This commit is contained in:
2026-02-13 23:49:55 -08:00
parent 5340c55aa6
commit 393dac37a7
14 changed files with 948 additions and 155 deletions

View File

@@ -33,6 +33,10 @@ Default dev URL: `http://localhost:5173`
## UI
- Left panel: conversation list + new chat.
- Right panel: selected transcript + model controls + composer.
- Sending a message uses `POST /v1/chat-completions` and then refreshes chat history from the backend.
- Left panel: mixed list of chat conversations and Exa searches.
- Right panel:
- Chat mode: transcript + provider/model controls.
- Search mode: Google-style Exa results view.
- Composer adapts to the active item:
- Chat sends `POST /v1/chat-completions`.
- Search sends `POST /v1/searches/:searchId/run`.