Update MiniMax agents to route through OpenRouter
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+4
-3
@@ -2,7 +2,7 @@
|
||||
|
||||
> This file is the operational backup.
|
||||
>
|
||||
> **Note:** Uses the `opencode_local` adapter with MiniMax M2.7 direct. Prompt lives as `promptTemplate` in the Paperclip DB. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
|
||||
> **Note:** Uses the `opencode_local` adapter with MiniMax M2.7 via OpenRouter. Prompt lives as `promptTemplate` in the Paperclip DB. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
|
||||
|
||||
## Identity
|
||||
|
||||
@@ -34,9 +34,10 @@
|
||||
"cwd": "/paperclip/privilegedescalation/agents/cmo",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cmo" },
|
||||
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" }
|
||||
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
|
||||
"OPENROUTER_API_KEY": { "type": "secret_ref", "secretId": "d843133a-0702-4f44-b8e8-43249879995f" }
|
||||
},
|
||||
"model": "minimax/MiniMax-M2.7"
|
||||
"model": "openrouter/minimax/minimax-m2.7"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user