haver-ai
v0.1.0
Published
Haver AI — intelligent coding assistant in your terminal
Downloads
102
Maintainers
Readme
Haver
Intelligent AI coding assistant in your terminal. Built by Haver AI.
Install
npm install -g haverUsage
haverThat's it. Run haver in any project directory to start an interactive AI coding session.
Options
haver --help Show help
haver --version Show versionCommands (inside the REPL)
| Command | Description |
|------------|----------------------------|
| /help | Show available commands |
| /clear | Clear conversation history |
| /model | Show current model |
| /version | Show version |
| /quit | Exit Haver |
Configuration
Set your API key via environment variable:
export ANTHROPIC_API_KEY="sk-ant-..."Or create ~/.haver/config.json:
{
"apiKey": "sk-ant-...",
"model": "claude-sonnet-4-20250514"
}Requirements
- Node.js 18+
- An Anthropic API key
License
MIT
