This pull request introduces slash commands to the chat mode, allowing users to execute specific commands while interacting with the AI assistant. This feature enhances the functionality and flexibility of the chat interface, enabling users to perform various actions seamlessly during conversations.
Example Usage
# command
/git status
# output
✅ ExecuteCommand: git status:
On branch pr-14
nothing to commit, working tree clean
This pull request introduces slash commands to the chat mode, allowing users to execute specific commands while interacting with the AI assistant. This feature enhances the functionality and flexibility of the chat interface, enabling users to perform various actions seamlessly during conversations.
Example Usage