core-agent-ide/codex-rs/shell-command/src
Jeremy Rose c2d008aca5
Collapse parsed command summaries when any stage is unknown (#13043)
## Summary
- collapse parsed command output to a single `Unknown` whenever the
normal parse includes any unknown entry
- preserve the existing parsing flow and existing `cd` handling,
including the current `cd && ...` collapse behavior
- trim redundant tests and add focused coverage for collapse-on-unknown
cases

## Testing
- `cargo test -p codex-shell-command`
2026-03-03 19:45:34 +00:00
..
command_safety core: resolve host_executable() rules during preflight (#13065) 2026-02-28 17:25:30 +00:00
bash.rs fix(core) exec policy parsing 3 (#12485) 2026-02-22 06:26:13 +00:00
lib.rs chore: rename codex-command to codex-shell-command (#11378) 2026-02-10 17:03:46 -08:00
parse_command.rs Collapse parsed command summaries when any stage is unknown (#13043) 2026-03-03 19:45:34 +00:00
powershell.rs chore: rename codex-command to codex-shell-command (#11378) 2026-02-10 17:03:46 -08:00
shell_detect.rs chore: rename codex-command to codex-shell-command (#11378) 2026-02-10 17:03:46 -08:00