mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Revert "Option to Notify Workspace Owner When Usage Limit is Reached" (#17391)
Reverts openai/codex#16969 #sev3-2026-04-10-accountscheckversion-500s-for-openai-workspace-7300
This commit is contained in:
@@ -98,7 +98,6 @@ pub(crate) enum AppCommandView<'a> {
|
||||
SetThreadName {
|
||||
name: &'a str,
|
||||
},
|
||||
SendAddCreditsNudgeEmail,
|
||||
Shutdown,
|
||||
ThreadRollback {
|
||||
num_turns: u32,
|
||||
@@ -392,7 +391,6 @@ impl AppCommand {
|
||||
num_turns: *num_turns,
|
||||
},
|
||||
Op::Review { review_request } => AppCommandView::Review { review_request },
|
||||
Op::SendAddCreditsNudgeEmail => AppCommandView::SendAddCreditsNudgeEmail,
|
||||
op => AppCommandView::Other(op),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user