AI providers
Wiggum requires an API key from one of these providers:- Anthropic
- OpenAI
- OpenRouter
Set your Anthropic API key:Or use the config command:Anthropic is the default provider. Models:
opus, sonnet..ralph/.env.local and never leave your machine.
Optional services
These services enhance wiggum’s analysis during the scan phase:Generated files
Runningwiggum init creates a .ralph/ directory with project-specific configuration:
Loop configuration
Theralph.config.cjs file controls loop behavior. Key options:
| Option | Default | Description |
|---|---|---|
loop.maxIterations | 10 | Maximum implement-test-fix cycles |
loop.maxE2eAttempts | 5 | Maximum E2E test retries |
loop.defaultModel | sonnet | Default AI model for the loop |

