Commit Graph

4 Commits

Author SHA1 Message Date
viyatb-oai
ad69df568d fix: satisfy shell detection clippy
Co-authored-by: Codex noreply@openai.com
2026-04-20 19:34:22 -07:00
viyatb-oai
2bd0700b76 refactor: share shell wrapper detection
Expose the known-shell detector from codex-shell-command and map it into codex-core's runtime shell type.

Co-authored-by: Codex <noreply@openai.com>
2026-04-15 14:09:45 -07:00
viyatb-oai
25cf5d7c60 fix: tighten shell wrapper detection
Use exact matches for known shell wrappers so command display and approval keys do not treat arbitrary shell-like paths as trusted wrappers.

Co-authored-by: Codex <noreply@openai.com>
2026-04-15 14:04:07 -07:00
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