mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
Promote Windows Sandbox (#11341)
1. Move Windows Sandbox NUX to right after trust directory screen 2. Don't offer read-only as an option in Sandbox NUX. Elevated/Legacy/Quit 3. Don't allow new untrusted directories. It's trust or quit 4. move experimental sandbox features to `[windows] sandbox="elevated|unelevatd"` 5. Copy tweaks = elevated -> default, non-elevated -> non-admin
This commit is contained in:
@@ -821,7 +821,7 @@ mod tests {
|
||||
}];
|
||||
let footer_note = Line::from(vec![
|
||||
"Note: ".dim(),
|
||||
"Use /setup-elevated-sandbox".cyan(),
|
||||
"Use /setup-default-sandbox".cyan(),
|
||||
" to allow network access.".dim(),
|
||||
]);
|
||||
let view = ListSelectionView::new(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: tui/src/bottom_pane/list_selection_view.rs
|
||||
assertion_line: 683
|
||||
assertion_line: 828
|
||||
expression: "render_lines_with_width(&view, 40)"
|
||||
---
|
||||
|
||||
@@ -9,6 +9,6 @@ expression: "render_lines_with_width(&view, 40)"
|
||||
› 1. Read Only (current) Codex can
|
||||
read files
|
||||
|
||||
Note: Use /setup-elevated-sandbox to
|
||||
Note: Use /setup-default-sandbox to
|
||||
allow network access.
|
||||
Press enter to confirm or esc to go ba
|
||||
|
||||
Reference in New Issue
Block a user