Let Agent ask the user during planning

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-03-19 14:39:32 -07:00
parent 7b8096e6ef
commit ac85481fee
6 changed files with 234 additions and 26 deletions

View File

@@ -188,6 +188,9 @@ class MainActivity : Activity() {
targetPackageOverride = targetPackageOverride.ifBlank { null },
allowDetachedMode = true,
sessionController = agentSessionController,
requestUserInputHandler = { questions ->
AgentUserInputPrompter.promptForAnswers(this, questions)
},
)
}
result.onFailure { err ->