BuilderIO / ai-shell

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

Fix duplicated response #111

Closed llagerlof closed 1 week ago

llagerlof commented 2 weeks ago

This PR fix the issue #110

mefengl commented 2 weeks ago

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

llagerlof commented 2 weeks ago

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

steve8708 commented 1 week 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 1 week ago

also, thanks for the fix!

llagerlof commented 1 week 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 1 week ago

just pushed the fix, thanks @llagerlof !