mirror of
https://github.com/evilsocket/audit
synced 2026-06-06 15:44:27 +00:00
10 lines
421 B
Bash
10 lines
421 B
Bash
# Generate with: claude setup-token
|
|
# Requires Claude Pro, Max, Team, or Enterprise subscription.
|
|
# Note: ANTHROPIC_API_KEY MUST be unset (or absent) — otherwise it takes
|
|
# precedence over OAuth and silently routes to metered API billing.
|
|
CLAUDE_CODE_OAUTH_TOKEN=
|
|
|
|
# Optional: per-stage model overrides (otherwise config/stages.yaml wins)
|
|
# HARNESS_MODEL_HUNT=claude-sonnet-4-6
|
|
# HARNESS_MODEL_VALIDATE=claude-opus-4-7
|