mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
Let Agent ask the user during planning
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -188,6 +188,9 @@ class MainActivity : Activity() {
|
||||
targetPackageOverride = targetPackageOverride.ifBlank { null },
|
||||
allowDetachedMode = true,
|
||||
sessionController = agentSessionController,
|
||||
requestUserInputHandler = { questions ->
|
||||
AgentUserInputPrompter.promptForAnswers(this, questions)
|
||||
},
|
||||
)
|
||||
}
|
||||
result.onFailure { err ->
|
||||
|
||||
Reference in New Issue
Block a user