jif-oai
2026-01-23 13:57:59 +01:00
committed by GitHub
parent afa08570f2
commit f30f39b28b
6 changed files with 642 additions and 146 deletions

View File

@@ -43,10 +43,10 @@ pub(crate) enum WindowsSandboxFallbackReason {
#[derive(Debug)]
pub(crate) enum AppEvent {
CodexEvent(Event),
ExternalApprovalRequest {
thread_id: ThreadId,
event: Event,
},
/// Open the agent picker for switching active threads.
OpenAgentPicker,
/// Switch the active thread to the selected agent.
SelectAgentThread(ThreadId),
/// Start a new session.
NewSession,