Open
Conversation
✅ Deploy Preview for mcp-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
b4f13e8 to
8aef23e
Compare
1076a13 to
07bf920
Compare
Member
Author
|
One thing I noticed with this feature @wasaga, is once the background job has streamed in, whether that's just letting it all stream in initially, or loading it from the background jobs sidebar is subsequent prompts start a new background job. I think after the initial job, we can unset the background toggle, so the conversation continues. If we do that though, you'd have the oroginal background job that finished before that new prompt, and a new conversation that just continues where the original one ended. I think this is fine for the moment since we have no real storage atm. Thoughts? |
…nse event processing
07bf920 to
e9599d4
Compare
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.
This pull request introduces significant updates to the codebase, primarily focusing on integrating background job management functionality, and enhancing the architecture for better state management and usability.
For testing out background mode, I've been using this prompt with o3 "Research and summarize the key differences between the top three open-source vector database solutions (such as Milvus, Qdrant, and Weaviate), including their architecture, supported features, scalability, and real-world use cases. Then, recommend the most suitable option for a SaaS platform handling millions of embeddings per day, justifying your choice."
Closes #71
CleanShot.2025-07-22.at.18.04.40.mp4