Skip to content

Commit 0542c28

Browse files
committed
docs: rewrite README for Agent-era positioning
Reposition minimax-cli as an industrial-grade CLI purpose-built for Agent workflows, not just an API wrapper: - Add a "Why minimax-cli?" section below the title highlighting three core selling points: zero-config Agent integration (export-schema), pipeline & CI-friendly stdout/stderr separation, and polished terminal experience. - Rewrite the description line to be punchier and more technical. - All existing sections preserved intact: Install (curl + npm lines unchanged), Quick Start, Commands table, Agent/CI Usage, Changelog, Output Philosophy, License.
1 parent 59b5fa9 commit 0542c28

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# minimax-cli
22

3-
CLI for the [MiniMax AI Platform](https://platform.minimax.io) — generate text, images, video, speech, and music from the terminal.
3+
CLI for the [MiniMax AI Platform](https://platform.minimax.io) — generate text, images, video, speech, and music from the terminal. Supports **Global** (`api.minimax.io`) and **CN** (`api.minimaxi.com`) with automatic region detection.
44

5-
Supports **Global** (`api.minimax.io`) and **CN** (`api.minimaxi.com`) with automatic region detection.
5+
---
6+
7+
### Why minimax-cli?
8+
9+
Zero-config Agent integration — `minimax config export-schema` dumps a standard Anthropic/OpenAI-compatible JSON Tool Schema in one shot. Cursor, Cline, Dify, and any other Agent framework that speaks tool schemas can start using all minimax commands instantly.
10+
11+
Pipeline & CI friendly — all data flows through `stdout`, every piece of UI (spinners, status bars, progress bars) stays on `stderr`. `minimax text chat --message "hi" | jq .` Just Works™ — no stray ANSI codes, no mixed streams.
12+
13+
Polished terminal experience — every invocation shows a branded dashboard with live quota balance and a real-color status bar exposing region, key source, and active model. Because how you look matters in the shell.
14+
15+
---
616

717
## Install
818

0 commit comments

Comments
 (0)