fix: remove duplicate dim/arrow prefix in interactive progress line

This commit is contained in:
Re-bin
2026-03-12 15:38:39 +00:00
parent 48c74a11d4
commit 3fa62e7fda

View File

@@ -657,8 +657,7 @@ def agent(
elif ch and not is_tool_hint and not ch.send_progress:
pass
else:
#await _print_interactive_line(f" ↳ {msg.content}")
await _print_interactive_line(f" [dim]↳ {msg.content}[/dim]")
await _print_interactive_line(msg.content)
elif not turn_done.is_set():
if msg.content: