Add chat flow for search results #8

Merged
buzzert merged 1 commits from codex/chat-with-search-results into master 2026-05-03 00:23:32 +00:00
Owner

Fixes #4.

Summary

  • Add POST /v1/searches/:searchId/chat to create a chat seeded with hidden search context.
  • Document the new REST endpoint and system-message behavior for clients.
  • Add web and iOS controls to start a chat from completed search results.
  • Hide seeded system context in chat transcripts while keeping it in completion history.

Verification

  • npm run build from server/
  • npm run build from web/
  • just build from ios/
  • git diff --check
Fixes #4. ## Summary - Add `POST /v1/searches/:searchId/chat` to create a chat seeded with hidden search context. - Document the new REST endpoint and system-message behavior for clients. - Add web and iOS controls to start a chat from completed search results. - Hide seeded system context in chat transcripts while keeping it in completion history. ## Verification - `npm run build` from `server/` - `npm run build` from `web/` - `just build` from `ios/` - `git diff --check`
buzzert added 1 commit 2026-05-02 23:48:13 +00:00
buzzert merged commit d9f27213e7 into master 2026-05-03 00:23:32 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: buzzert/Sybil-2#8