docs: clarify role model overrides

This commit is contained in:
Eyejoker
2026-05-29 04:31:35 +09:00
committed by GitHub
parent 96b800e812
commit e17e5259d5
2 changed files with 8 additions and 5 deletions

View File

@@ -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) ---