TUI: Show apply patch diff. Stack: [2/2] (#2050)

Show the diff for apply patch

<img width="801" height="345" alt="image"
src="https://github.com/user-attachments/assets/a15d6112-e83e-4612-a2bd-43285689a358"
/>


Stack:
-> #2050
#2049
This commit is contained in:
aibrahim-oai
2025-08-11 18:32:59 -07:00
committed by GitHub
parent 39276e82d4
commit 336952ae2e
8 changed files with 363 additions and 46 deletions

View File

@@ -46,6 +46,7 @@ use crate::bottom_pane::BottomPane;
use crate::bottom_pane::BottomPaneParams;
use crate::bottom_pane::CancellationEvent;
use crate::bottom_pane::InputResult;
use crate::common::DEFAULT_WRAP_COLS;
use crate::history_cell::CommandOutput;
use crate::history_cell::ExecCell;
use crate::history_cell::HistoryCell;
@@ -223,7 +224,7 @@ impl ChatWidget<'_> {
content_buffer: String::new(),
answer_buffer: String::new(),
running_commands: HashMap::new(),
live_builder: RowBuilder::new(80),
live_builder: RowBuilder::new(DEFAULT_WRAP_COLS.into()),
current_stream: None,
stream_header_emitted: false,
live_max_rows: 3,