Remove leading spaces from Notice/Reasoning bullet.

727ab02ececd · AtlantisPleb · · parent fa10bf7fa15e

Remove leading spaces from Notice/Reasoning bullet.

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified crates/coder-lite/src/tui.rs

Diff

1 file changed, +1 -1

crates/coder-lite/src/tui.rs modified +1 -1

@@ -359,7 +359,7 @@ impl CoderUi {

359 359
                let (first_prefix, marker, marker_space, rest_indent, first_body) = match entry.role {
360 360
                    Role::You => ("", ">", " ", "  ", width.saturating_sub(2)),
361 361
                    Role::Assistant => ("", "", "", "", width),
362
                    _ => ("  ", "⏺", " ", "     ", width.saturating_sub(4)),
362
                    _ => ("", "⏺", " ", "  ", width.saturating_sub(2)),
363 363
                };
364 364
365 365
                let chunks = wrap_text(&entry.text, first_body);

This page updates live while a promote is in flight · changelog