• Tech Dev NotesTech Dev Notes
Apps
  • Lookup
  • Compare
Market movement
  • Charts
  • Rankings
Visual proof
  • Screens
  • Store listings
  • Icons
Stacks and releases
  • Tech stacks
  • Tool releases
  • Developers
More
  • X feature flags
  • Grokipedia
  • Grok companions
  • Blog
  • Follow on X
Skip to content

© 2026 Tech Dev Notes

RSSAboutAPIPrivacyTermsSitemap@techdevnotes
Codex CLI

OpenAI · CLI

Codex CLI 0.146.0-alpha.5

0.146.0-alpha.4→0.146.0-alpha.5·July 23, 2026 at 8:17 PM UTC

Alpha prerelease: standalone installers default to the OpenAI releases CDN (with GitHub fallback), plus ongoing MCP and runtime groundwork.

Changelog

  • [changed] Standalone installers now download from https://releases.openai.com/codex by default and fall back to GitHub Releases if a metadata or asset download is unavailable.
  • [new] You can force GitHub Releases for the install scripts by setting CODEX_INSTALLER_USE_RELEASES_OPENAI_COM to false (0 and no are also accepted).

Under the hood

  • Expanded MCP support surface, including connection management, server binding, and session MCP runtime pieces.
  • Thread-store local writer locking and TUI turn-runtime structure for more reliable session/turn handling.
  • Data-model and config updates around multi-agent settings, MCP tool naming, marketplace/plugin metadata, and related API payloads.
  • Dependency refresh: added wildmatch, dropped color_quant.

Upgrade notes

  • Default install source is now the OpenAI releases host. To keep pulling installer assets from GitHub Releases only:
curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_INSTALLER_USE_RELEASES_OPENAI_COM=false sh
$env:CODEX_INSTALLER_USE_RELEASES_OPENAI_COM='false'; irm https://chatgpt.com/codex/install.ps1 | iex

content/

Browse captured content/

Same tree as codex-cli/latest/content for this version. Open the full browser for sidebar navigation between docs and other files.

Open content/ browser →

33 listed · 34 in tree · 18 under docs/

content/ browserNavigate docs, prompts, and root filesFolder index plus per-file pages with prev/next and a full file sidebar.
README.mdDocs3.3 KBCHANGELOG.mdDocs93 BAGENTS.mdDocs22 KBconfig.mdDocs351 Bdocs/agents_md.mdDocs126 Bdocs/authentication.mdDocs134 Bdocs/CLA.mdDocs2 KBdocs/codex-rs/bazel.mdDocs7.4 KBdocs/codex-rs/codex_mcp_interface.mdDocs6.8 KBdocs/codex-rs/protocol_v1.mdDocs9.5 KBdocs/config.mdDocs726 Bdocs/contributing.mdDocs6.2 KBView all 33 files in content/ browser →
Older release← 0.146.0-alpha.4Newer release→ 0.146.0-alpha.6
All Codex CLI releases →