This commit is contained in:
jif-oai
2026-01-21 11:45:05 +00:00
parent f6845cad4d
commit a60ffd889f

View File

@@ -909,7 +909,9 @@ impl App {
AppEvent::ExternalThreadEvent { thread_id, event } => {
if matches!(
event.msg,
EventMsg::ExecApprovalRequest(_) | EventMsg::ApplyPatchApprovalRequest(_)
EventMsg::ExecApprovalRequest(_)
| EventMsg::ApplyPatchApprovalRequest(_)
| EventMsg::RequestUserInput(_)
) {
self.handle_external_approval_request(thread_id, event);
return Ok(AppRunControl::Continue);