mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
When std::env::current_dir() fails, disable CWD filtering and render a hint that filtering is unavailable instead of implying an "unknown" filter. Also treat the view as unfiltered for column layout and add snapshot coverage. Rename show_all to show_all_flag to clarify it reflects the --all flag.