web: separate search route

This commit is contained in:
2026-02-14 00:22:19 -08:00
parent 6f5787f923
commit acca7be7f0
9 changed files with 529 additions and 282 deletions

View File

@@ -40,3 +40,8 @@ Default dev URL: `http://localhost:5173`
- Composer adapts to the active item:
- Chat sends `POST /v1/chat-completions`.
- Search sends `POST /v1/searches/:searchId/run`.
## Routes
- `/`: full Sybil app (sidebar + chat/search workspace)
- `/search?q=bitcoin+price`: standalone search page that renders only the search query box and results panel