github / gh-copilot

Ask for assistance right in your terminal.
https://docs.github.com/en/copilot/github-copilot-in-the-cli
689 stars 29 forks source link

[FEAT]: Explain and suggest like warp with only one user input #83

Open o-mago opened 2 months ago

o-mago commented 2 months ago

Thanks for taking the time to fill out this out! :bow: By submitting this issue, you agree to follow our Code of Conduct.

Describe the need

I'm currently using warp. They have a nice AI feature, where you ask in natural language for a command to do something, it will explain it first and then fill the input for the user with the command already. Captura de tela de 2024-06-26 11-24-48

It could be achievable by using flags like: gh copilot explain --suggest --no-interaction

This way the user will have less friction in using it, it is more natural, like a conversation, not like I'm selecting the Pokémon attack I want to use

Version

Relevant terminal output

seivan commented 2 months ago

I wrote a suggestion on how this can be implemented in https://github.com/github/gh-copilot/issues/87