| { | |
| "website": "https://github.com/MiniMax-AI/cli", | |
| "provider": "MiniMax AI", | |
| "bin": "mmx", | |
| "envArgs": [ | |
| { | |
| "env": "MINIMAX_API_KEY", | |
| "args": [ | |
| "--api-key" | |
| ] | |
| } | |
| ], | |
| "promptStyle": "none", | |
| "initArgs": [ | |
| "text", | |
| "chat", | |
| "--region", | |
| "global", | |
| "--quiet", | |
| "--no-color", | |
| "--non-interactive", | |
| "--message" | |
| ], | |
| "followupStyle": "replay", | |
| "followupArgs": [ | |
| "text", | |
| "chat", | |
| "--region", | |
| "global", | |
| "--quiet", | |
| "--no-color", | |
| "--non-interactive", | |
| "--message" | |
| ], | |
| "responseStartMarker": "", | |
| "responseEndMarker": "", | |
| "state": "active" | |
| } |