I'd like Codex CLI to support clickable file references in terminal output as an opt-in feature, rather than always rendering them as plain text. This would make file paths directly clickable in terminals.
### What variant of Codex are you using? CLI ### What feature would you like to see? I'd like Codex CLI to support clickable file references in terminal output as an opt-in feature, rather than always rendering them as plain text. In particular, it would be useful if Codex could optionally emit OSC 8 hyperlinks for local file references that it already prints in responses, using the configured `file_opener` scheme when available. This would make file paths directly clickable in terminals that support hyperlinks. I’d also like an additional opt-in mode for WSL users who open files through VS Code or VS Code Insiders running on Windows. In that setup, a plain `vscode://file/...` or `vscode-insiders://file/...` link is often not enough, because the editor is attached to the WSL environment rather than opening Linux paths as normal local Windows files. A WSL-aware mode could instead generate `vscode-remote` URLs based on the active distro, for example using `WSL_DISTRO_NAME`. The WSL