-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Quick Chat Sidebar #5
Comments
I like this idea, The naive way to implement it would involve a popup window that would lock the rest of the interface, then within that window there would be a turn-based chat system. Does that sound sufficient for the "chat with document" feature you have in mind? |
Perhaps, but the convenience of being able to have it open while being able to edit the document would be nice. |
It may be easier than I thought to create a non-modal persistent chat window. |
Nice! Looking forward to it! |
The quick chat sidebar is a very common (and useful) feature for this type of thing.
While in some of the simpler implementations it may just be a chat pane, the more advanced implementations usually give it a 'context' feature.
In Page Assist for example, you can check the option 'chat with current page', and the LLM becomes aware of the currently open web page.
In Continue, an option can be enabled to make the LLM aware of the code-base.
I think that the implementation of this integral feature would make localwriter far more powerful.
The text was updated successfully, but these errors were encountered: