core-agent-ide/codex-rs/exec/src
李琼羽 b4d240c3ae
fix(exec): improve stdin prompt decoding (#9151)
Fixes #8733.

- Read prompt from stdin as raw bytes and decode more helpfully.
- Strip UTF-8 BOM; decode UTF-16LE/UTF-16BE when a BOM is present.
- For other non-UTF8 input, fail with an actionable message (offset +
iconv hint).

Tests: `cargo test -p codex-exec`.
2026-01-15 09:29:05 -08:00
..
cli.rs ollama: default to Responses API for built-ins (#8798) 2026-01-13 09:51:41 -08:00
event_processor.rs Minor cleanup of codex exec output (#4585) 2025-10-02 14:17:42 -07:00
event_processor_with_human_output.rs feat: emit events around collab tools (#9095) 2026-01-14 17:55:57 +00:00
event_processor_with_jsonl_output.rs renaming: task to turn (#8963) 2026-01-09 17:31:17 +00:00
exec_events.rs [app-server] feat: add Declined status for command exec (#7101) 2025-11-21 09:19:39 -08:00
lib.rs fix(exec): improve stdin prompt decoding (#9151) 2026-01-15 09:29:05 -08:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00