Files
codex/codex-rs/shell-command/src/command_safety/mod.rs
Michael Bolin d44f4205fb chore: rename codex-command to codex-shell-command (#11378)
This addresses some post-merge feedback on
https://github.com/openai/codex/pull/11361:

- crate rename
- reuse `detect_shell_type()` utility
2026-02-10 17:03:46 -08:00

4 lines
86 B
Rust

pub mod is_dangerous_command;
pub mod is_safe_command;
pub mod windows_safe_commands;