-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
Description
Describe the feature or problem you'd like to solve
Currently I have only the option to apove a command, or deny it (what will break the session).
Proposed solution
It would be better to have a way to say "Skip this command" what would somehow tell copilot that the command was denied and either do not perform the action (and go on) or try something else.
For example copilot want to perform a full compile of the project (what takes long) then if the command is skipped it could simply skip that step and complete other operations.
Or if I deny it to execute wget (maybe not installed on the system) it might alternatively use curl ...
Example prompts or workflows
No response
Additional context
No response
gustavlarson