fix(minimax): wire ANTHROPIC_AUTH_TOKEN_FILE for runner apiKeyHelper

Mirrors agent-runtimes — adds ANTHROPIC_AUTH_TOKEN_FILE pointer so the
Claude runner sets apiKeyHelper. Without it Claude Code CLI exits with
'Not logged in'.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-05-07 08:51:31 +12:00
parent 3d8627f17c
commit dcdc6b5e0a

View File

@@ -7,6 +7,7 @@ provides: [claude-code]
env:
ANTHROPIC_BASE_URL: "https://api.minimax.io/anthropic"
ANTHROPIC_AUTH_TOKEN_FILE: "/run/agent/secrets/minimax/api_key"
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS: "1"
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
DISABLE_PROMPT_CACHING: "1"