[Feature Request] Quick Chat Sidebar
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.
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. If that behaviour isn't easy to implement, perhaps it may not be worth the effort though. It would make it more convenient for users.
It may be easier than I thought to create a non-modal persistent chat window.
Nice! Looking forward to it!