Summary
Request a Claude Code-like /monitoring workflow for background terminals in Codex.
This includes:
- a dedicated monitored view for running background terminals
- readiness / warning / error pattern detection surfaced in the TUI
- a targeted stop action for a single background terminal by
process_id
- a slash-command UX similar to Claude Code-style monitoring flows
Proposed UX
/monitors to show monitored background terminals
/monitor-stop <process_id> to stop one monitored terminal
- inline TUI notifications when a monitored terminal emits ready / warning / error signals
Implementation branch
A working implementation was prepared here:
Notes
PR creation is currently blocked by permissions for openai/codex, so this issue is being opened first to track the feature request and proposed implementation.
Summary
Request a Claude Code-like
/monitoringworkflow for background terminals in Codex.This includes:
process_idProposed UX
/monitorsto show monitored background terminals/monitor-stop <process_id>to stop one monitored terminalImplementation branch
A working implementation was prepared here:
wolverin0:feat/monitor-background-terminals535e61fNotes
PR creation is currently blocked by permissions for
openai/codex, so this issue is being opened first to track the feature request and proposed implementation.