ahh ai
AI-powered tools.
AI-powered developer tools. Generate shell commands from natural language, browse available models, or configure your LLM provider.
Usage
ahh aiExamples
ahh ai x list all running processesGenerate a shell command with AI
ahh ai modelsBrowse available LLM models
ahh ai configureSet up LLM provider
Subcommands
ahh x
Generate and run a shell command from natural language.
Translates a natural-language prompt into a shell command using an LLM, shows you the generated command, and optionally executes it.
Usage
ahh x <prompt..>Arguments
| Name | Type | Description | Default |
|---|---|---|---|
prompt* | string | What you want to do | — |
Examples
ahh ai x list all docker containersGenerate a docker ps command
ahh ai x find files modified todayGenerate a find command
ahh models
Browse available LLM models from litellm.
Lists all available LLM models from litellm's model registry with an interactive browser.
Usage
ahh modelsExamples
ahh ai modelsBrowse available models
ahh configure
Configure LLM provider, model, and API keys.
Interactive setup for choosing your LLM provider, model, and API key. Stored in ~/.ahh/ahh.config.json.
Usage
ahh configureExamples
ahh ai configureSet up LLM provider and API key