codex - 💡(How to fix) Fix Feature request: optional completion / needs-attention notifications for Codex IDE Extension [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#20255Fetched 2026-04-30 06:31:00
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
1
Timeline (top)
labeled ×2closed ×1commented ×1

Root Cause

Codex often performs multi-minute tasks. A lightweight notification would make background usage much more practical, especially in VS Code-compatible editors where the Codex panel may be hidden or out of focus.

Related issues: #3962, #17646, #13020.

RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

IDE Extension (version 26.422.71525)

What feature would you like to see?

Problem

When Codex finishes a response / agent turn, asks a follow-up question, or waits for user approval, the VS Code extension does not reliably notify the user through the editor or the operating system.

This is painful for long-running tasks: after switching to another window, I have to keep checking the Codex panel manually to know whether the turn is done or whether Codex needs input.

Desired behavior

Please add an opt-in notification setting for the IDE extension.

Suggested events:

  • agent-turn-complete
  • needs-user-input
  • approval-requested
  • cloud-task-complete

Suggested behavior:

  • only notify when the editor / Codex panel is unfocused by default
  • optionally allow always
  • use VS Code notification APIs where possible
  • optionally support sound
  • optionally bridge to the existing external notify hook if feasible
  • include a “Do not show again” / disable setting to avoid notification spam

Why this matters

Codex often performs multi-minute tasks. A lightweight notification would make background usage much more practical, especially in VS Code-compatible editors where the Codex panel may be hidden or out of focus.

Related issues: #3962, #17646, #13020.

Additional information

No response

extent analysis

TL;DR

To address the issue of unreliable notifications when Codex finishes a task or requires user input, consider implementing an opt-in notification setting in the IDE extension.

Guidance

  • Review the suggested events (agent-turn-complete, needs-user-input, approval-requested, cloud-task-complete) to determine which ones should trigger notifications.
  • Investigate using VS Code notification APIs to display notifications when the editor or Codex panel is unfocused.
  • Consider adding an "always" option to allow notifications even when the editor or Codex panel is focused.
  • Look into supporting sound notifications and bridging to the existing external notify hook if feasible.

Example

No code snippet is provided as the issue does not contain specific implementation details.

Notes

The solution will depend on the specific requirements and constraints of the Codex IDE extension and VS Code notification APIs.

Recommendation

Apply workaround: Implement an opt-in notification setting in the IDE extension to improve user experience when Codex requires input or completes tasks. This will allow users to receive timely notifications and improve the overall usability of the extension.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Feature request: optional completion / needs-attention notifications for Codex IDE Extension [1 comments, 2 participants]