CODEX 0.149.0 BRINGS AN AGENTS DASHBOARD, A SESSION QUEUE, AND STURDIER SESSIONS
OpenAI Codex 0.149.0 ships an agents dashboard, a session queue, and sturdier TUI/WebRTC behavior. The [0.149.0 release](https://github.com/openai/codex/releas...
OpenAI Codex 0.149.0 ships an agents dashboard, a session queue, and sturdier TUI/WebRTC behavior.
The 0.149.0 release adds an interactive agents dashboard for starting/searching/renaming tasks, a codex queue to message existing sessions, new TUI commands (/cd, /pwd, /cwd), SDK overrides (including max/ultra reasoning), and a more thorough codex doctor. Reliability bumps include idle-session wakeups, permission-profile restore on resume/fork, Windows Terminal history, bounded replays, and auto-reconnect for realtime WebRTC.
Community reports flag rough edges this week: custom Skills stopped running in ChatGPT and Codex after Aug 20, a browser-specific model routing mismatch, and a post-outage behavior regression. Plan a quick smoke test before rolling wide.
Agents dashboard and queue make multi-session workflows easier to operate and script.
Stability fixes reduce babysitting for remote TUI sessions and long-lived tasks.
-
terminal
Upgrade to 0.149.0, enqueue messages into an idle remote TUI session, drop/recover network, and confirm WebRTC reconnect without output loss.
-
terminal
Compare SDK max vs ultra reasoning modes for quality/latency/cost; run a smoke test for custom Skills end-to-end.
Legacy codebase integration strategies...
- 01.
Pilot the dashboard/queue with a small group and keep a rollback flag given recent Skill/runtime and routing reports.
- 02.
Review devcontainer egress policies in light of documented DNS exfiltration risks.
Fresh architecture paradigms...
- 01.
Design agent-first flows that use the queue for long tasks and approvals instead of spawning new sessions.
- 02.
Bake SDK config overrides (env/profiles, reasoning effort) into project templates with observability from day one.
Get daily OPENAI + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday