Compare commits

...

3 Commits

Author SHA1 Message Date
Rakan El Khalil
f310b3d0ef test(tui): annotate remove-flicker test arg 2026-04-02 14:10:56 -07:00
Rakan El Khalil
3ddd8e3bc4 Update chatwidget status snapshot 2026-04-02 13:15:34 -07:00
Rakan El Khalil
1096d038ea Hide working status before final single-line answers render 2026-04-02 12:51:35 -07:00
3 changed files with 3857 additions and 0 deletions

View File

@@ -1696,6 +1696,9 @@ impl ChatWidget {
if let Some(mut controller) = self.stream_controller.take()
&& let Some(cell) = controller.finalize()
{
// Match newline-committed streaming behavior: once assistant output is committed into
// history, hide the inline status row so the new transcript content takes its place.
self.bottom_pane.hide_status_indicator();
self.add_boxed_history(cell);
}
self.adaptive_chunking.reset();

View File

@@ -0,0 +1,15 @@
---
source: tui/src/chatwidget/tests.rs
assertion_line: 1061
expression: term.backend().vt100().screen().contents()
---
count to 1
• 1
Ask Codex to do anything
gpt-5.3-codex default · 100% left · /…

File diff suppressed because it is too large Load Diff