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
Allow for /commit and /review commands to be run in sidekick
Resolves#63
In `cli.py`, the commit process has been refined to provide better user feedback and control. The user is now asked for confirmation before committing changes, and has the option to abort the commit if they choose. This makes the commit process more interactive and user-friendly. 🎉
In `coder.py`, the autocomplete feature has been enhanced. Now, it supports autocomplete for the `/review` and `/commit` commands, and the file listing for the `/add` command is now cached for performance. This should make the CLI more responsive and easier to use. 🚀
Additionally, the `/commit` and `/review` commands have been added to the sidekick command in `cli.py`, providing more functionality to the user. 🛠️
These changes should improve the overall user experience of the CLI. 😊
0 commit comments