"on the fly" prompt / asynchronous interaction #3903
R-omk
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
it often happens that you need to prompt something, but you do not want to interrupt the process.
I propose to make it possible to add context "on the fly", such context will be sent automatically after the last action ( similar to the list of open tabs) .
For example, after editing a file or executing a command, the entire "on the flycontext" that is pending to be sent will be sent along with the response.
User can add data to this context at any time (even while the general dialog button is inactive).
Once sent context becomes inactive, you can delete it, improve it, or re-enable it.
Beta Was this translation helpful? Give feedback.
All reactions