Getting help¶
Help menus¶
Command-line help¶
The --help flag shows the options available for the hai program:
$ hai --help
REPL help¶
The /help command shows the commands available in the hai REPL:
[0] /help
Help task¶
The AI can assist you conversationally. Just use the hai/help task to load
the necessary context:
[0] /task hai/help
Viewing the version¶
When seeking help, it's important to determine the version of uv that you're using — sometimes the problem is already solved in a newer version.
To check the installed version:
$ hai --version
Open an issue on GitHub¶
You can report bugs and request features on the hai issue tracker on GitHub.