mirror of
https://github.com/MiniMax-AI/cli.git
synced 2026-09-18 08:48:06 +08:00
bf9bee5e53
Follow industry convention (gh, az, hf) where platform API CLIs use abbreviated company names, distinguishing from AI agent CLIs that use full product names (claude, gemini, copilot). Changes: - npm package: minimax-cli → mmx-cli - binary/command: minimax → mmx - config directory: ~/.minimax → ~/.mmx - User-Agent: mmx-cli/<version> - All help text, usage strings, examples, and docs updated - ASCII banner updated to MMX - Build output: dist/mmx.mjs - OAuth client ID: mmx-cli Unchanged (company/API references): - API URLs (api.minimax.io, api.minimaxi.com) - Environment variables (MINIMAX_API_KEY, MINIMAX_REGION, etc.) - GitHub repo path (MiniMax-AI-Dev/minimax-cli) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>