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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user