feat: enhance explore phase with TUI workflow event handling

This commit is contained in:
asepharyana
2026-07-21 07:47:35 +07:00
parent f368f3a1c0
commit b3a4d131d1
3 changed files with 99 additions and 25 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ impl<P: ProviderService, T: ToolExecutor> super::AgentTurnService for AgentTurnS
},
);
match explorer.explore(&user_query, &workspace_root).await {
match explorer.explore(&user_query, &workspace_root, &params.turn_events).await {
Ok(output) => {
// Insert each context message as a system message.
// They go at index 0 and are removed after the turn