Codex CLI 0.149 adds an agents dashboard and cross-session queue
OpenAI's coding CLI can now run, search, and steer agents mid-task; plus Pinecone Nexus GA, read-only session sharing, and a fix if your llm install broke.

Copy markdown
An agents dashboard, plus `codex queue` between sessions
Codex CLI 0.149 adds an interactive `codex agents` view to search, start, open, rename, and stop tasks, and a `codex queue` command that messages an existing local or remote session — so you can steer a long run or chain agents instead of killing them. The SDK also gains exact CLI config overrides and `max`/`ultra` reasoning effort.
Pinecone Nexus reaches GA
Pinecone's Nexus knowledge engine is generally available: one API call turns your data into agent-ready, governed retrieval, with a free tier to prototype on. Pinecone says Nexus beat OpenAI, Anthropic, and Google agents on its own knowledge benchmark.
Share a Codex run read-only
OpenAI added read-only Codex chat snapshots with personal or workspace sharing — hand a teammate the full transcript of an agent run for review without giving them edit access or your keys.
Update `llm` if it broke today
Simon Willison shipped llm 0.32.1, pinning `openai<3` to dodge a breaking dependency bump that was crashing the CLI; 0.33 will move to httpx2. A quick `pip install -U llm` (or `uv tool upgrade llm`) unsticks it and its plugins.