core-agent-ide/codex-rs/shell-command
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
..
src Collapse parsed command summaries when any stage is unknown (#13043) 2026-03-03 19:45:34 +00:00
BUILD.bazel chore: rename codex-command to codex-shell-command (#11378) 2026-02-10 17:03:46 -08:00
Cargo.toml chore: rename codex-command to codex-shell-command (#11378) 2026-02-10 17:03:46 -08:00