fix: update transport access and function calls across engine, tui, and tests

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-01 21:53:46 +00:00
parent 23a6d09f1f
commit 45b22acbc7
4 changed files with 74 additions and 71 deletions

2
tui.c
View File

@@ -703,7 +703,7 @@ void tui_run(Engine *engine) {
}
case 'x':
engine_reset_transport(engine);
engine_transport_stop(engine);
engine_process_commands(engine);
break;