feat: add MiniMax brand true-color status bar#6
Merged
ryanlee666 merged 2 commits intoMiniMax-AI:mainfrom Mar 30, 2026
Merged
Conversation
- Replace single-icon prefix with bold MINIMAX brand wordmark - Use 24-bit true color (RGB) matching brand palette: - mmBlue (#2B52FF) for MINIMAX wordmark - mmPurple (#9333EA) for model name - mmCyan (#06B8D4) for region - mmPink (#EC4899) for masked API key - Status bar shows: MINIMAX Region: CN | Key: sk-c...nI7s | Model: MiniMax-M2.7 - Only renders when stderr is a TTY (no effect on redirected logs)
- Replace single-icon prefix with bold MINIMAX wordmark - Use 24-bit true color (RGB) matching brand palette: - mmBlue (#2B52FF) for MINIMAX wordmark - mmPurple (#9333EA) for model name - mmCyan (#06B8D4) for region - mmPink (#EC4899) for masked API key - Status bar respects --quiet flag and only renders in TTY - Remove duplicate [Model: ...] output from text/chat.ts - Update README with changelog entry for v0.5.0
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Brand Status Bar (v0.5.0)
Replaced the plain HTTP request debug output with a beautiful MiniMax-branded true-color status bar rendered in the terminal.
Terminal output preview:
Implementation highlights
加粗品牌标识 ✅
Used — the prefix renders as bold, eye-catching brand wordmark
真彩色 RGB 渲染 ✅
Replaced all generic system colors with precise 24-bit ANSI true-color codes:
关键状态透出 ✅
模型信息注入 ✅
Scans and appends to the status bar on every API call
Other improvements
--quietflag (suppressed when quiet mode is on)stderris a TTY — safe for log redirection[Model: ...]prints insrc/commands/text/chat.tsto avoid double outputFiles changed
src/client/http.ts— true-color status bar in HTTP request pathsrc/commands/text/chat.ts— removed duplicate model outputREADME.md— added## Changelogsection documenting v0.5.0