You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In-container _provision_auth() now prefers the bind-mounted ~/.claude/.credentials.json over ANTHROPIC_API_KEY. When both
are present (the 0.26.2 path), the SDK was picking the env var
and getting rejected because Anthropic doesn't accept sk-ant-oat01-… OAuth tokens via bare env. The runner now
unsets ANTHROPIC_API_KEY when credentials.json is mounted so
the SDK uses the file-based credentials_file flow exclusively.
This requires rebuilding the runner image (0.26.3).