double-o 0.4.1

Context-efficient command runner for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Example oo configuration file
#
# Create this file at: ~/.config/oo/config.toml
# All sections and fields are optional — oo uses defaults if absent.

# Configuration for `oo learn` (LLM-assisted pattern generation)
# Requires ANTHROPIC_API_KEY environment variable to be set.
[learn]
# LLM provider (only "anthropic" is supported)
provider = "anthropic"

# Model identifier (default: "claude-haiku-4-5")
model = "claude-haiku-4-5"

# Environment variable containing the API key (default: "ANTHROPIC_API_KEY")
api_key_env = "ANTHROPIC_API_KEY"