huangyz0918 / termax

Termax: an open-sourced implementation of Github Copilot CLI, with command suggestion, explanation, and power by LLMs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User confirmation of command execution

huangyz0918 opened this issue · comments

If the auto_execute is set to False

We need to prompt users to ask whether to execute the generated command every time like this:

<generated commands>
[e]execute, [a]bort 

If the auto_execute is set to True, the show_commands will be true as well