You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Super cool project. I found a bug, though. The following works and I can select from the list.
21:53:14 in demo on main at ☸️ minikube
➜ echo "foobar" >> README.md
21:53:30 in demo on main [!] at ☸️ minikube
➜ git add .
21:53:33 in demo on main [+] at ☸️ minikube
➜ ai-commit --list --emmoji
? Select a commit message
✨ feat: add "foobar" content to README.md
📝 docs: update README.md with "foobar" content
🔧 chore: include "foobar" in README.md
💄 style: incorporate "foobar" into README.md
♻️ refactor: modify README.md to feature "foobar"
❯ ♻️ Regenerate Commit Messages
However, if I accidentally select the empty line between "refactor..." and "regenerate." it crashes with.
Also, if I switch the parameters, scrolling up and down with the arrow keys is entirely broken.
21:58:53 in demo on main [+] at ☸️ minikube took 2m 21.0s
➜ ai-commit --emmoji --list
? Select a commit message
2. docs: update README with information about ai-commit
3. style: format README.md according to conventions
4. refactor: reorganize content in README.md
5. test: add test case for the 'foobar' addition
♻️ Regenerate Commit Messages
❯ ✨ feat: add 'foobar' to README.md
(Move up and down to reveal more choices)
Also it would be nice to have a --help parameter showing the available options.
The text was updated successfully, but these errors were encountered:
Super cool project. I found a bug, though. The following works and I can select from the list.
However, if I accidentally select the empty line between "refactor..." and "regenerate." it crashes with.
Also, if I switch the parameters, scrolling up and down with the arrow keys is entirely broken.
Also it would be nice to have a
--help
parameter showing the available options.The text was updated successfully, but these errors were encountered: