Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ CORS_ORIGINS=["*"]
# fallback list.
# ANTHROPIC_API_KEY=sk-ant-...

# OAuth token for Claude Code subscription auth (CLI login).
# Use this instead of ANTHROPIC_API_KEY if you authenticate via `claude auth`.
# CLAUDE_CODE_OAUTH_TOKEN=sk-ant-oat01-...

# Pin the advertised model list. Takes precedence over both live and static.
# CLAUDE_MODELS_OVERRIDE=claude-sonnet-4-6,claude-opus-4-6

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
# - ./workspace:/workspace
environment:
- PORT=8000
- CLAUDE_CODE_OAUTH_TOKEN=${CLAUDE_CODE_OAUTH_TOKEN}
# Optional: Set Claude's working directory (defaults to isolated temp dir)
# Uncomment and modify the line below to set a custom working directory
# - CLAUDE_CWD=/workspace
Loading