Configuration management for the Arc toolkit.
- Interactive configuration editor
- Manage AI provider settings
- Configure research paths
- Set concurrency limits
go install github.com/mtreilly/arc-config@latest| Option | Description |
|---|---|
ai.provider |
AI provider (anthropic, openai) |
ai.api_key_env |
Environment variable for API key |
ai.default_model |
Default model to use |
ai.max_tokens |
Maximum tokens for responses |
ai.temperature |
Temperature for generation |
ai.timeout |
Request timeout |
research_root |
Root directory for research files |
external_root |
Root for external content |
taxonomy_path |
Path to taxonomy file |
claude.bin |
Path to Claude binary |
claude.model |
Claude model to use |
concurrency.fetch |
Concurrent fetch operations |
concurrency.analyze |
Concurrent analysis operations |
# Interactive configuration
arc-config
# Show current config
arc-config showMIT