TUI feedback always links to bug-report template even for good result/other
Resolved 💬 0 comments Opened Nov 18, 2025 by weillercarvalho Closed Nov 20, 2025
What version of Codex is running?
codex-cli 0.58.0
What subscription do you have?
plus
Which model were you using?
gpt-5.1-codex
What platform is your computer?
Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64
What issue are you seeing?
When submitting TUI feedback labeled “good result” or “other,” the history entry always shows the “🪲 Bug Report” template link, pushing positive or miscellaneous feedback through the bug-report workflow.
What steps can reproduce the bug?
- Start the Codex TUI (
codex). - Trigger the feedback popup in the bottom pane.
- Choose “good result” or “other,” accept or decline log upload, type a note, and press Enter.
- The confirmation message still includes the bug-report link regardless of category.
What is the expected behavior?
Only “bug” and “bad result” feedback should link to the bug-report template. “Good result” and “other” should simply acknowledge the feedback (and show the thread ID) without funneling users into the bug-report form.
Additional information
The logic lives in codex-rs/tui/src/bottom_pane/feedback_view.rs. It currently formats the link from BASE_BUG_ISSUE_URL unconditionally, which is why every category behaves like a bug.