Installation
TheGitAI ships as a single command-line tool called ai.
Install with npm
npm i -g @thegitai/cli
This installs the ai command globally so you can run it from inside any
repository.
Verify the install
ai --help
You should see the usage summary. If ai isn't found, make sure your global
npm bin directory is on your PATH.
TheGitAI works on the repo in your current working directory.
cd into a
project first, then run ai.Next step
You'll need to sign in before your first session — see Authentication.