You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I think we need something where you can invoke code generation from within the editor rather than from the sidebar. Something where you say "update this file to do X", and the changes are immediately streamed into a diff, rather than into the sidebar.
It should also be able to operate on a selection.
Describe the solution you'd like
I think this will probably look like a forced tool use that will bypass the chat and immediately open a (split?) diff with the current file.
I think the inline prompt should bring up a new buffer (floating I guess?) I really hate having to type the instruction in a place where I don't have access to modes.
The forced tool use should be a new method on the Provider interface. It should run with only a single tool, force the tool use.
Describe alternatives you've considered
.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Did you check the docs?
Is your feature request related to a problem? Please describe.
I think we need something where you can invoke code generation from within the editor rather than from the sidebar. Something where you say "update this file to do X", and the changes are immediately streamed into a diff, rather than into the sidebar.
It should also be able to operate on a selection.
Describe the solution you'd like
I think this will probably look like a forced tool use that will bypass the chat and immediately open a (split?) diff with the current file.
I think the inline prompt should bring up a new buffer (floating I guess?) I really hate having to type the instruction in a place where I don't have access to modes.
The forced tool use should be a new method on the
Provider
interface. It should run with only a single tool, force the tool use.Describe alternatives you've considered
.
Additional context
No response
The text was updated successfully, but these errors were encountered: