Add Phase 3 streaming integration tests#50
Merged
ananthpai1998 merged 1 commit intomainfrom Nov 18, 2025
Merged
Conversation
Implemented comprehensive streaming integration tests covering: - Document streaming (create, update, revert) - Python code streaming (create, update, fix, revert) - Mermaid diagram streaming (create, update, fix, revert) - Stream interruption handling for all artifact types - Stream resumption after interruption - Data integrity verification after resume All 19 tests passing successfully.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
sidselothcodes
added a commit
to sidselothcodes/chat
that referenced
this pull request
Mar 8, 2026
- Add lib/repos.ts: parses .gitmodules and .siterepos for repo names, falls back to a default list when files are unavailable - Add GET /api/repos endpoint returning available repo names - Add useRepos() client hook to fetch repo list - Add RepoSelector component: DropdownMenu with checkboxes for multi-select repo filtering (empty selection = all repos) - Add selectedRepos field to chat request Zod schema - Update RAG pipeline to support limitToRepoNames with Pinecone in operator for multi-repo vector filtering - Wire repo state through Chat to MultimodalInput to RepoSelector and include in chat API request body Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ModelEarth
added a commit
to ModelEarth/chat
that referenced
this pull request
Mar 10, 2026
Add RAG repo selector with multi-repo filtering (issue Earthscape#50)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented comprehensive streaming integration tests covering:
All 19 tests passing successfully.
Pull Request
Description
Type of Change
Database Changes
lib/db/migrations/XXXX_migration_name.sqlMigration Details (if applicable)
Tables affected:
Migration file:
lib/db/migrations/XXXX_migration_name.sqlBackward compatible:
Rollback script included:
Impact on existing data:
Verification queries:
Testing
Test Coverage
Screenshots/Videos (if UI changes)
Breaking Changes
If yes, describe:
Performance Impact
Details:
Security Considerations
Details:
Dependencies
New dependencies:
Updated dependencies:
Checklist
pnpm lint)Related Issues
Closes #
Related to #
Additional Context
Deployment Notes
Special instructions:
For Reviewers
Focus areas:
1.
2.
Testing instructions:
1.
2.
Super Admin Checklist (for DB migrations)