BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
4.21k stars 278 forks source link

Fix duplicated response #111

Closed llagerlof closed 4 months ago

llagerlof commented 4 months ago

This PR fix the issue #110

mefengl commented 4 months ago

It seems you accidentally included another commit from a different pull request in this pull request :)

llagerlof commented 4 months ago

Owner of this repository, about this PR, merge only the commit "Fix duplicated response" if you can.

steve8708 commented 4 months ago

@llagerlof I don't know of an option to merge just the commit, I'll need you to remoce that commit (e.g. through a rebase)

e.g.

git reset --hard HEAD~1
git push origin --force-with-lease
steve8708 commented 4 months ago

also, thanks for the fix!

llagerlof commented 4 months ago

@steve8708 I will write more to fix this commit than the code itself. You can close this PR and make the fix (it's just one line), no problem for me.

Thanks!

steve8708 commented 4 months ago

just pushed the fix, thanks @llagerlof !