chore: fix removed message

This commit is contained in:
Timothy
2026-02-13 09:40:37 -08:00
parent 58e023f277
commit 7ab41de3a2
-1
View File
@@ -817,7 +817,6 @@ class ChatRepl(Vertical):
# Mid-execution input: inject into the active node's conversation
if self._current_exec_id is not None and self._active_node_id:
self._write_history(f"[bold green]You:[/bold green] {user_input}")
message.input.value = ""
node_id = self._active_node_id
try:
future = asyncio.run_coroutine_threadsafe(