refactor: render reasoning without italics

This commit is contained in:
banteg
2025-12-29 03:07:38 +04:00
parent aa5ecbd6e4
commit aca9cdec3f
2 changed files with 3 additions and 3 deletions
@@ -28,10 +28,10 @@ def test_render_event_cli_sample_stream() -> None:
assert out == [
"thread started",
"turn started",
"[0] _**Searching for README files**_",
"[0] **Searching for README files**",
"[1] ▸ running: `bash -lc ls`",
"[1] ✓ ran: `bash -lc ls` (exit 0)",
"[2] _**Checking repository root for README**_",
"[2] **Checking repository root for README**",
"assistant:",
" Yep — theres a `README.md` in the repository root.",
"turn completed",