Skip to content

Codex

Codex exposes a smaller hook set than Claude Code, so some sidebar features are not available.

  • Live status from SessionStart / UserPromptSubmit / Stop
  • Prompt text from UserPromptSubmit
  • Response preview (▷ …) from Stop
  • Elapsed time since the last prompt
  • Branch display from the pane’s cwd
  • PR number (needs gh CLI)
  • auto and ! — inferred from process arguments
  • plan / edit are not available on Codex
  • stop only — fires when the assistant finishes responding.
  • Bash tool calls only. Codex’s PostToolUse fires only for Bash (its tool_input is schema-typed as { command: string }), so Read / Edit / Write / Grep / Glob and every other tool is not reported.
FeatureWhy
Waiting status + wait reasonNeeds Notification, PermissionDenied, TeammateIdle (Claude-only)
API failure reasonNeeds StopFailure (Claude-only)
Task progress counterNeeds non-Bash PostToolUse coverage
Sub-agent treeNeeds SubagentStart / SubagentStop
Worktree lifecycle trackingNeeds WorktreeCreate / WorktreeRemove
notification / task_completed / stop_failure / permission_denied notificationsThose hooks don’t exist in Codex

Wire the hooks from inside a Codex pane — see Codex setup.