core-agent-ide/codex-rs/tui/src
Michael Bolin d1de7bb383
feat: add codex_linux_sandbox_exe: Option<PathBuf> field to Config (#1089)
https://github.com/openai/codex/pull/1086 is a work-in-progress to make
Linux sandboxing work more like Seatbelt where, for the command we want
to sandbox, we build up the command and then hand it, and some sandbox
configuration flags, to another command to set up the sandbox and then
run it.

In the case of Seatbelt, macOS provides this helper binary and provides
it at `/usr/bin/sandbox-exec`. For Linux, we have to build our own and
pass it through (which is what #1086 does), so this makes the new
`codex_linux_sandbox_exe` available on `Config` so that it will later be
available in `exec.rs` when we need it in #1086.
2025-05-22 21:52:28 -07:00
..
bottom_pane feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
app.rs feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
app_event.rs feat: add support for commands in the Rust TUI (#935) 2025-05-14 12:55:49 -07:00
app_event_sender.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00
chatwidget.rs feat: experimental --output-last-message flag to exec subcommand (#1037) 2025-05-19 16:08:18 -07:00
citation_regex.rs feat: add support for file_opener option in Rust, similiar to #911 (#957) 2025-05-16 11:33:08 -07:00
cli.rs feat: introduce --profile for Rust CLI (#921) 2025-05-13 16:52:52 -07:00
conversation_history_widget.rs fix: artifacts from previous frames were bleeding through in TUI (#989) 2025-05-17 10:51:11 -07:00
exec_command.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
git_warning_screen.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
history_cell.rs feat: add support for file_opener option in Rust, similiar to #911 (#957) 2025-05-16 11:33:08 -07:00
lib.rs feat: add codex_linux_sandbox_exe: Option<PathBuf> field to Config (#1089) 2025-05-22 21:52:28 -07:00
log_layer.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
main.rs feat: add codex_linux_sandbox_exe: Option<PathBuf> field to Config (#1089) 2025-05-22 21:52:28 -07:00
markdown.rs chore: move types out of config.rs into config_types.rs (#1054) 2025-05-20 11:55:25 -07:00
mouse_capture.rs feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
scroll_event_helper.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00
slash_command.rs feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
status_indicator_widget.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00
tui.rs feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
user_approval_widget.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00