Codex CLI: Interactive Agents Dashboard & Session Management

CodexView original changelog

Codex CLI 0.149.0 introduced an interactive codex agents dashboard for searching, starting, opening, renaming, and stopping tasks without leaving the terminal, plus a new codex queue command that lets one session send messages to another running session. The release also adds /cd, /pwd, and /cwd working-directory commands for TUI sessions and expands Vim-style editing with more change motions. Together these changes make managing multiple concurrent Codex agents from the command line significantly more practical.

Key Takeaways

  • The new codex agents dashboard gives a searchable, sortable view of every running task, local or remote, directly in the terminal.
  • codex queue lets one Codex session message another existing session, enabling threads to hand off context to each other mid-task.
  • New /cd, /pwd, and /cwd commands let users manage the working directory without leaving a TUI session.
  • Vim-style editing gained more change motions (cw, c$, cc), a small but welcome improvement for keyboard-driven users.
  • codex doctor now diagnoses endpoint-protection software, network/proxy failures, and desktop-app connectivity problems automatically.
  • The release also fixes several reliability bugs, including unreliable session wake-ups from queued messages and WebRTC voice reconnection after dropped transport.

Sources & Mentions

1 external resource covering this update


An Interactive Dashboard for Managing Agents

Codex CLI 0.149.0 introduces an interactive codex agents dashboard, giving terminal users a searchable, sortable view of every task they have running — local or remote. From the dashboard, users can start new tasks, reopen or rename existing ones, and stop tasks that are no longer needed, all through configurable keyboard shortcuts instead of juggling multiple terminal windows or scrolling back through shell history.

Sessions Can Now Message Each Other

The release also ships codex queue, a new command for sending messages to an existing local or remote session without switching focus to it. In practice, this lets one Codex thread hand off context to another — for example, pinging a deployment thread to pick up where a separate coding thread left off — which is especially useful for anyone running several agents on related parts of the same project at once.

Smaller Quality-of-Life Improvements

The update rounds out the terminal experience with /cd, /pwd, and /cwd commands for managing the working directory mid-session, and expands Vim-style editing with additional change motions such as cw, c$, and cc. codex doctor also grew more capable, now diagnosing endpoint-protection software, network and proxy failures, and desktop-app connectivity issues that previously required manual troubleshooting.

Bug Fixes

Alongside the new features, 0.149.0 fixes several reliability issues: queued messages now reliably wake idle sessions, resumed and forked threads correctly restore their previous permission profile instead of silently reverting to defaults, and WebRTC voice connections now reconnect automatically after a dropped connection instead of losing pending output.


Mentioned onX (Twitter)