feat(brand): cheetah glyph in serve/chat/share startup banners#550
Open
raullenchai wants to merge 1 commit into
Open
feat(brand): cheetah glyph in serve/chat/share startup banners#550raullenchai wants to merge 1 commit into
raullenchai wants to merge 1 commit into
Conversation
Mirrors the cheetah AppIcon the rapid-desktop app ships with — adds a
🐆 mark above the three top-level CLI surfaces so the brand carries
across the terminal experience.
Sites touched:
- ``serve`` : "🐆 Rapid-MLX" replaces the bare "Rapid-MLX" line above
the dashed divider.
- ``chat`` : "🐆 Chat — type /help …" replaces the bare "Chat — …"
welcome line.
- ``share`` : a new "🐆 Rapid-MLX share" line sits above the
⚠ PUBLIC INTERNET warning box so the friendly
identity reads first, the harsh warning second.
No behavior change. Existing share banner assertions
(``PUBLIC INTERNET``, ``Bearer $RAPID_MLX_SHARE_KEY``, key absence,
URL exact-match) stay green because the addition is purely additive
above the box. One new test pins the brand line + ordering relative
to the warning box so a future refactor doesn't silently drop it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PR #550 validation scorecardTitle: feat(brand): cheetah glyph in serve/chat/share startup banners Verdict: MERGE-SAFE
|
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.
Summary
rapid-mlx serve,rapid-mlx chat, andrapid-mlx shareSites touched
serveRapid-MLX🐆 Rapid-MLXchatChat — type /help …🐆 Chat — type /help …share🐆 Rapid-MLX shareline above the warning boxWhy above the share warning, not below
The friendly identity reads first; the harsh
⚠ PUBLIC INTERNETwarning still owns the dominant visual space immediately below. Mixing the cheetah INTO the warning would dilute the security signal.No semver delta
Output-only branding change. No public API, schema, or behavior touched —
skip-version-bumplabel applied.Test plan
pytest tests/test_share_cli.py -k banner— 7/7 passtest_banner_has_cheetah_brand_linepins the cheetah + ordering vs. thePUBLIC INTERNETline so a future warning-template refactor can't silently drop it🤖 Generated with Claude Code