Feature request: in-app fallback actions when source reference opening fails

Resolved 💬 4 comments Opened Mar 5, 2026 by 0okay Closed Apr 11, 2026

What variant of Codex are you using?

App (Windows desktop)

What feature would you like to see?

Add built-in fallback actions when a source reference cannot be resolved/opened.

Requested UX:

  1. If opening a referenced file fails, show a compact action bar with:
  • Open by absolute path
  • Open with line (code -g <path>:<line>)
  • Copy absolute path
  • Copy code -g command
  1. Display the exact normalized path Codex attempted to open (for debugging).
  2. Offer one-click "Retry with Windows normalization" when path contains suspicious patterns (e.g., duplicated drive prefix).
  3. Keep these actions in the same chat message so users don’t need manual command crafting.

Additional information

Related issues:

This issue focuses only on failure recovery UX and operational fallbacks.

Why this matters:

  • When navigation fails, users lose flow and must manually reconstruct paths/commands.
  • Explicit fallback actions would turn a hard failure into a quick recovery step.

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗