Commit 6a0467b
committed
fix: prevent duplicate console output in both TUI and non-TUI modes
- Add _ConsoleCapture detection in _stream_chain_records_console()
- Avoid duplicate writes when stdout is already wrapped by _ConsoleCapture
- Ensure console output only appears once regardless of --tui flag usage1 parent 2d67edc commit 6a0467b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments