mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
warning
This commit is contained in:
@@ -25,7 +25,7 @@ use ratatui::widgets::Wrap;
|
||||
const DANGER_TEXT: &str = "You're about to disable both approvals and sandboxing.\n\
|
||||
This gives the agent full, unrestricted access to your system.\n\
|
||||
\n\
|
||||
The agent can and will do stupid things as your user. Only proceed if you fully understand the risks.";
|
||||
The agent can and will do stupid and destructive things as your user. Only proceed if you fully understand the risks.";
|
||||
|
||||
pub(crate) enum DangerWarningOutcome {
|
||||
Continue,
|
||||
|
||||
Reference in New Issue
Block a user