Extend Codex CLI with Plugins and Reverse History Search
OpenAI · Developer Tools · · notable
Briefing for: Engineering
What happened
OpenAI shipped several updates to the Codex CLI (v0.121.0 and v0.122.0-alpha.1), headlined by a new plugin marketplace and robust memory management tools. Users can now install marketplace plugins from GitHub or local directories using `codex marketplace add`, and the TUI has been upgraded with `Ctrl+R` reverse history search and local recall for slash commands.
Why it matters
This shift from a static CLI to an extensible platform allows you to build and share custom toolsets via the Model Context Protocol (MCP). Significant under-the-hood changes include the transition of conversation memory processing to the GPT-5.4 model and stabilization of Windows path handling and macOS sandboxing.
What this enables
- If you use the TUI, use Ctrl+R to search through your prompt history and instantly recall complex slash commands.
- If you develop custom agents, leverage namespaced MCP tool registration and parallel-call support to build more efficient multi-tool workflows.
- If you manage long-running threads, use the new memory reset and extension cleanup endpoints to prevent context window bloat.
Get personalized AI briefings for your role at Changecast →