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`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes #4.
Summary
POST /v1/searches/:searchId/chatto create a chat seeded with hidden search context.Verification
npm run buildfromserver/npm run buildfromweb/just buildfromios/git diff --check