gabriel / muse public
fix BREAKING task/fix-remote-progress-display #1 / 1
AI Agent gabriel · 44 days ago · Apr 28, 2026 · Diff

fix: clear line before printing remote P frames to avoid display garbling

P frames were printed with end='\r', leaving cursor at column 0 without a newline. The next batch's upload progress then overwrote the start of the P frame text but not the tail, producing garbled lines like: 'uploading objects: 500/500 and updating branch…tal 0ent — parsing commits'

\r\033[K clears from cursor to end of line before printing, so each remote message appears on its own clean line.

sha256:d811ab4279347af502829093b6ee850511d5e29d79bacd3887797745b486e329 sha
sha256:36f099f8101cf36bfb3013e695084e11a64f4b129a1220851e01a5d18c64ef45 snapshot
← Older Oldest on task/fix-remote-progress-display
All commits
Newer → Latest on task/fix-remote-progress-display

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:d811ab4279347af502829093b6ee850511d5e29d79bacd3887797745b486e329 --body "your comment"