Jeremy Rose and GitHub
17e5077507
do not show timeouts as "sandbox error"s ( #2587 )
...
๐
๐ซธ
```
โ Failed (exit -1)
โ ๐งช cargo test --all-features -q
sandbox error: command timed out
```
๐ ๐
```
โ Failed (exit -1)
โ ๐งช cargo test --all-features -q
error: command timed out
```
2025-08-25 17:52:23 -07:00
957d44918d
send-aggregated output ( #2364 )
...
We want to send an aggregated output of stderr and stdout so we don't
have to aggregate it stderr+stdout as we lose order sometimes.
---------
Co-authored-by: Gabriel Peal <gpeal@users.noreply.github.com >
2025-08-23 16:54:31 +00:00
Jeremy Rose and GitHub
d994019f3f
tui: coalesce command output; show unabridged commands in transcript ( #2590 )
...
https://github.com/user-attachments/assets/effec7c7-732a-4b61-a2ae-3cb297b6b19b
2025-08-22 16:32:31 -07:00
Jeremy Rose and GitHub
e95cad1946
hide CoT by default; show headers in status indicator ( #2316 )
...
Plan is for full CoT summaries to be visible in a "transcript view" when
we implement that, but for now they're hidden.
https://github.com/user-attachments/assets/e8a1b0ef-8f2a-48ff-9625-9c3c67d92cdb
2025-08-20 16:58:56 -07:00
Jeremy Rose and GitHub
bb9ce3cb78
tui: standardize tree prefix glyphs to โ ( #2274 )
...
Replace mixed `โฟ` and `L` prefixes with `โ` in TUI rendering.
<img width="454" height="659" alt="Screenshot 2025-08-13 at 4 02 03โฏPM"
src="https://github.com/user-attachments/assets/61c9c7da-830b-4040-bb79-a91be90870ca "
/>
2025-08-13 19:14:03 -04:00
easong-openai and GitHub
6340acd885
Re-add markdown streaming ( #2029 )
...
Wait for newlines, then render markdown on a line by line basis. Word wrap it for the current terminal size and then spit it out line by line into the UI. Also adds tests and fixes some UI regressions.
2025-08-12 17:37:28 -07:00