feat(status): modernize bit status output with status symbols and bold headers#10255
Merged
Conversation
…d headers Replace plain `>` bullets with colored status symbols (✔/✖/⚠), use bold headers instead of underlined, dim hint text, clean section separators, and normalize new components section to use formatCategory().
Contributor
There was a problem hiding this comment.
Pull request overview
Modernizes the bit status CLI output to match newer Bit CLI conventions by introducing status symbols, improved visual hierarchy, and cleaner section formatting.
Changes:
- Added colored status symbols (✔/✖/⚠) and removed the
... oksuffix for clean components. - Switched section headers to
chalk.boldand dimmed section descriptions for clearer hierarchy. - Normalized the “new components” section formatting and simplified section separators; updated e2e expectations accordingly.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| scopes/component/status/status-formatter.ts | Updates bit status formatting: symbols, headers, descriptions, separators, and clean workspace message. |
| e2e/harmony/tag-harmony.e2e.ts | Updates status output assertion for soft-tagged new components (no ... ok). |
| e2e/harmony/lanes/lane-export.e2e.ts | Updates status output assertion for --verbose versions line (no trailing ...). |
GiladShoham
approved these changes
Mar 26, 2026
Change `. versions:` to ` - versions:` for cleaner reading, fix double space after ellipsis in issues branch, and simplify tags+snaps combo separator from ". and" to ",".
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.
Replace the dated visual style of
bit statuswith modern CLI conventions already used elsewhere in Bit:✔(green) for ok,✖(red) for tag-blocker issues,⚠(yellow) for warnings — replaces plain>bullets... oksuffix from clean componentschalk.boldinstead ofchalk.underlinechalk.dimfor visual hierarchynew componentsnow usesformatCategory()with count in title, consistent with all other sections✔