Present AI presented commands in Chat as an editable TextEdit #4437
ErikAndersen-nrg
started this conversation in
1. 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request: Present AI presented commands in Chat as an editable TextEdit
When Kilo Code presents a shell Command to run:
Kilo Code should allow the user to click on, and directly edit, the command suggested by the AI model.
Then when the user clicks [Run] the command is then run as-is, directly from the text edit field. This would save a lot of tokens, as the AI often suggests a command that is mostly but not quite right. And then I either have to copy / paste that to a shell and run that command myself, pasting back the result into the chat window. But life is short, and I am sometimes lazy. Ok, I admit it and I'm always lazy. So instead I waste tokens telling the AI what it really should have run, so the AI can then present that command back to me so I can mash the [Run] button.
If I could simply directly edit the AI suggested shell command prior to running that command, my work flow would immediately become more efficient. A missing quotation mark, or the AI trying to edit the wrong file, could be easily fixed simply by editing the command in place before clicking [Run]. Bonus points if we also then auto inform the AI model as to how the user changed the text, so the AI can take note and keep up.
Beta Was this translation helpful? Give feedback.
All reactions