fix(secrets): wire dev-department LLM env to MiniMax-M2.7 (Token Plan key) #9

Merged
claude-ceo-assistant merged 1 commits from fix/dev-department-minimax-llm-env into main 2026-05-10 05:37:37 +00:00

1 Commits

Author SHA1 Message Date
orchestrator
39bf4241e4 fix(secrets): wire dev-department LLM env to MiniMax-M2.7 (Token Plan key)
Every workspace.yaml pins runtime: claude-code + model: MiniMax-M2.7, but
dev-lead/.env.example provisioned CLAUDE_CODE_OAUTH_TOKEN (Anthropic-direct)
— so a freshly-imported dev-department workspace had a Claude OAuth token and
a MiniMax model reference that don't match, and would fail to call the model.

- dev-lead/.env.example: replace the LLM block with the Claude-Code->MiniMax
  Anthropic-compat wiring (ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic
  + ANTHROPIC_AUTH_TOKEN=<Token Plan key>), with a note that the same value is
  in the operator SSOT as MINIMAX_API_KEY and how to switch back to Anthropic-direct.
- SECRETS_MATRIX.md: 'All workspaces' row now states MiniMax-M2.7 (Token Plan key)
  as the current default LLM, with the SSOT pointer.

Endpoint verified live: POST https://api.minimax.io/anthropic/v1/messages with
the Token Plan key -> 200, MiniMax-M2.7 response. Key provisioned in SSOT per
internal#211. Note: no post-rebuild-setup.sh found in this repo; if one exists
elsewhere (parent template / CP tooling) and hardcodes the LLM env, it needs the
same update.
2026-05-09 22:37:03 -07:00