wtf-cli 1.0.0

AI-powered terminal error interpreter. Prepend wtf to any command to get instant diagnoses and fixes.
# AI Provider (run 'wtf --setup' to configure interactively)
# Options: ollama, openai, claude, gemini, openrouter
# If not set, wtf will auto-detect by trying all providers in order.
# WTF_PROVIDER=ollama

# Ollama (Local AI, free, private)
# Default is qwen3.5:9b on localhost:11434
OLLAMA_MODEL=qwen3.5:9b
OLLAMA_HOST=http://localhost:11434

# OpenAI (Cloud Fallback)
# To use OpenAI, uncomment the key and add your token
# OPENAI_API_KEY=sk-...
OPENAI_MODEL=gpt-4o-mini

# Claude / Anthropic (Cloud Fallback)
# To use Claude, uncomment the key and add your token
# CLAUDE_API_KEY=sk-ant-...
CLAUDE_MODEL=claude-sonnet-4-20250514

# Gemini (Cloud Fallback)
# To use Gemini, uncomment the key and add your token
# GEMINI_API_KEY=AI...
GEMINI_MODEL=gemini-2.5-flash

# OpenRouter (Cloud Fallback)
# To use OpenRouter, uncomment the key and add your token
# OPENROUTER_API_KEY=sk-or-...
OPENROUTER_MODEL=arcee-ai/trinity-mini:free