Skip to content

Conversation

@javoire
Copy link
Owner

@javoire javoire commented Jan 29, 2026

Summary

  • Replace ASCII | and * with Unicode circles for cleaner tree display
  • (filled, bold green) marks current branch, (hollow) for others
  • Remove redundant "Processing N branch(es)..." message from sync output

Before:

 master
  |
 feature-branch [PR #123 :open] *

After:

○ master
│
● feature-branch [PR #123 :open]

🤖 Generated with Claude Code

Replace ASCII pipe characters with Unicode circles for cleaner tree display:
- ● (filled, bold green) marks the current branch
- ○ (hollow, dim) marks other branches
- │ (vertical line) connects branches

Also removes redundant "Processing N branch(es)..." message from sync
since the progress indicator already shows this info.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@javoire javoire merged commit 13ef1e6 into main Jan 29, 2026
1 check passed
@javoire javoire deleted the feat/dots-tree-display branch January 29, 2026 18:39
javoire pushed a commit that referenced this pull request Jan 29, 2026
…026-01-29)

### Features

* use dots-style tree display for stack visualization ([#55](#55)) ([13ef1e6](13ef1e6))
@javoire
Copy link
Owner Author

javoire commented Jan 29, 2026

🎉 This PR is included in version 1.11.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants