You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs+refactor: trim README sections, reduce global flags
- README.md, README_CN.md: remove Global Flags table, Agent/CI
Integration, and Output Philosophy sections
- GLOBAL_OPTIONS: remove --yes and --async (command-specific)
- auth logout: add --yes to own options
- registry help: remove --yes and --async from global flags listing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Compatible with Cursor, Cline, Dify, and any framework that speaks Anthropic/OpenAI tool schemas. See [skill/SKILL.md](skill/SKILL.md) for the full integration guide.
160
-
161
-
**Piping:**
162
-
163
-
```bash
164
-
minimax text chat --message "Hello" --output json | jq .content
165
-
minimax image "A logo" --quiet | xargs curl -O
166
-
minimax video generate --prompt "A robot" --async --quiet
167
-
```
168
-
169
-
stdout is always clean data. stderr carries all UI (status bar, spinners, progress).
170
-
171
-
---
172
-
173
-
## Output Philosophy
174
-
175
-
-`stdout` → data only (text, URLs, JSON, raw audio bytes)
0 commit comments