This commit is contained in:
easong-openai
2025-08-04 11:48:22 -07:00
parent f2ad7ec313
commit 86ee572910

View File

@@ -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,