mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Addresses #16622 Problem: bare local file links in TUI markdown render percent-encoded path bytes literally, unlike file:// links. Solution: decode bare path targets before local-path expansion and add regression coverage for spaces and Unicode.