docs: clarify role model overrides
This commit is contained in:
@@ -13,6 +13,7 @@ DISCORD_ARBITER_BOT_TOKEN= # Arbiter bot
|
||||
# --- Agent type configuration ---
|
||||
OWNER_AGENT_TYPE=codex # codex | claude-code
|
||||
REVIEWER_AGENT_TYPE=claude-code # claude-code | codex
|
||||
# ARBITER_AGENT_TYPE=codex # optional: codex | claude-code
|
||||
|
||||
# --- API keys ---
|
||||
CLAUDE_CODE_OAUTH_TOKENS= # Canonical comma-separated Claude Code OAuth tokens (use one value for single-account too)
|
||||
@@ -85,8 +86,8 @@ STATUS_CHANNEL_ID= # Discord channel ID for live status updat
|
||||
# REVIEWER_EFFORT=high # Reviewer effort override
|
||||
# REVIEWER_FALLBACK_ENABLED=true # Fall back to codex on Claude failure (default: true)
|
||||
#
|
||||
# ARBITER_MODEL=claude-opus-4-8 # Arbiter model override
|
||||
# ARBITER_EFFORT=high # Arbiter effort override
|
||||
# ARBITER_MODEL=gpt-5.5 # Arbiter model override when ARBITER_AGENT_TYPE=codex
|
||||
# ARBITER_EFFORT=xhigh # Arbiter effort override
|
||||
# ARBITER_FALLBACK_ENABLED=true # Fall back to codex on Claude failure (default: true)
|
||||
|
||||
# --- Mixture of Agents (MoA) ---
|
||||
|
||||
Reference in New Issue
Block a user