Where do we go next? #25
Replies: 3 comments 9 replies
-
I believe if we want to maintain this project for longer we have to come up with something better than this: copilot-cli. Copilot-cli has multiple versions (possibly trained) for git, jq and a general version. It would be nice if that would work fully automatically and the user does not have to decide. We could for instance classify the command of the user in advance and then decide for a specific context for the prompt that fits to the users request. |
Beta Was this translation helpful? Give feedback.
-
One other future idea: There appears the be a huge need for correcting bash commands (see https://github.com/nvbn/thefuck. Where the user tries a specific command and then is stuck with an error. We could include an option to correct a bash command and include as context the last error and its wrong command. The output of GPT would then be the corrected command. |
Beta Was this translation helpful? Give feedback.
-
Similar - imagine there's a bunch of error output in your console.
and it suggests some commands to run |
Beta Was this translation helpful? Give feedback.
-
Thanks @2mawi2 and @EdwardTheLegend for great PRs and additions to the code. Just released as 1.2.0.
@kafischer and I initially had the idea for copilot when we were frustrated it's so hard to remember terminal commands.
Where do we go from here? What are you all thinking we could improve further?
Where does copilot work well and where does it not currently work well?
Beta Was this translation helpful? Give feedback.
All reactions