fix(progress): eliminate duplicate bar frame per asset in TTY mode #116

Merged
altair823 merged 1 commits from fix/progress-duplicate-tty-frame into main 2026-05-07 12:50:34 +00:00

1 Commits

Author SHA1 Message Date
th-kim0823
cb266e0071 fix(progress): eliminate duplicate bar frame per asset in TTY mode
AssetStarted now advances position (idx-1) and sets message together.
AssetFinished no longer updates the bar — Completed handles final
cleanup via finish_and_clear. Result: one bar frame per file instead
of two, eliminating the scrollback duplicate-line artifact.
2026-05-07 21:49:47 +09:00