feat: branded welcome screen for bare CLI invocation#37
Merged
Conversation
Replace plain help text with a branded welcome screen when running `mlx-stack` with no arguments. Includes ASCII art banner, version, contextual hardware/stack status, grouped commands, and a smart "get started" nudge. `--help` still shows the traditional reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
weklund
added a commit
that referenced
this pull request
Apr 4, 2026
🤖 I have created a release *beep* *boop* --- ## [0.3.7](v0.3.6...v0.3.7) (2026-04-04) ### Features * branded welcome screen for bare CLI invocation ([#37](#37)) ([b4becc9](b4becc9)) ### Security * bump pygments from 2.19.2 to 2.20.0 — fixes catastrophic backtracking in archetype, devicetree, and Lua lexers ([#36](#36)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Wes Eklund <s.wes35@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
--helpdump with a branded welcome screen when runningmlx-stackwith no argumentsmlx-stack --helpstill shows the traditional reference help (usage, options, full command list)Test plan
test_bare_command_does_not_create_data_homestill passes (critical constraint)ruff checkclean🤖 Generated with Claude Code