@hullcode/cli
v0.1.3
Published
Hull is an AI coding agent for the terminal.
Maintainers
Readme
Hull CLI
Hull is an AI coding agent for the terminal.
Install
npm install --global @hullcode/cliUse
Start the interactive terminal interface in a project:
hullRun a one-off task:
hull run "add input validation to the signup form"Configure a model provider:
hull authList available commands:
hull --helpCore commands
| Command | Purpose |
|---|---|
| hull | Start the interactive terminal interface |
| hull run "<task>" | Run a one-off task |
| hull auth | Configure authentication and model providers |
| hull models | List available models |
| hull mcp | Manage MCP servers |
| hull session list | List sessions |
| hull export | Export a session |
