mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
feat: tui beta for collab (#9690)
https://github.com/user-attachments/assets/1ca07e7a-3d82-40da-a5b0-8ab2eef0bb69
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user