ahh docs
AI
Shell
Networking
Generation
Kubernetes
Utility
Config
v1.0.11

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 ai

Examples

ahh ai x list all running processes

Generate a shell command with AI

ahh ai models

Browse available LLM models

ahh ai configure

Set 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

NameTypeDescriptionDefault
prompt*stringWhat you want to do—

Examples

ahh ai x list all docker containers

Generate a docker ps command

ahh ai x find files modified today

Generate 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 models

Examples

ahh ai models

Browse 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 configure

Examples

ahh ai configure

Set up LLM provider and API key