Skip to content

Releases: openai/codex

0.11.0-alpha

25 Jul 18:57
Compare
Choose a tag to compare
0.11.0-alpha Pre-release
Pre-release
rust-v0.11.0-alpha

Release 0.11.0-alpha

0.10.0

24 Jul 21:55
Compare
Choose a tag to compare
  • More commands are "trusted" by default: #1668
  • Thanks to @pbezglasny for fixing a UI inconsistency in the TUI header: #1675
  • We now record some Git state in the .jsonl log due to @vishnu-oai #1598

0.9.0

23 Jul 01:00
Compare
Choose a tag to compare
  • Numerous fixes to codex mcp.
  • #1626 to ensure shell commands spawned by Codex get SIGTERM when codex is killed (Linux only)
  • Do not auto-approve certain flags for ripgrep/rg #1644

0.9.0-beta.1

22 Jul 23:04
Compare
Choose a tag to compare
0.9.0-beta.1 Pre-release
Pre-release
rust-v0.9.0-beta.1

Release 0.9.0-beta.1

0.9.0-beta

22 Jul 20:57
Compare
Choose a tag to compare
0.9.0-beta Pre-release
Pre-release
rust-v0.9.0-beta

Release 0.9.0-beta

0.9.0-alpha

22 Jul 07:57
Compare
Choose a tag to compare
0.9.0-alpha Pre-release
Pre-release
rust-v0.9.0-alpha

Release 0.9.0-alpha

0.8.0

19 Jul 00:35
Compare
Choose a tag to compare
  • As of #1594, we now stream the response from the model in the TUI and when using codex exec
  • #1589 changes ctrl-d so it only exits the TUI if the composer is empty (it will still exit the TUI if the composer is hidden because the Codex agent is thinking)
  • As a heads up, #1596 changes the organization of the ~/.codex/sessions folder so it has YYYY/MM/DD subfolders. This should make it easier to find recent sessions and avoid degrading filesystem performance because previously ~/.codex/sessions could end up with an unbounded number of entries
  • #1571 fixes a longstanding issue where we failed to handle long MCP tool names gracefully (#1289 was the relevant GitHub issue)
  • #1603 introduced a --json flag to codex exec so that it prints output as JSONL to stdout
  • #1590 tries to ensure that when the Codex CLI is launched via the Node.js script in the npm version that both the Codex CLI process and Node.js process exit together, though from the additional details on #1570, it seems like it is not sufficient to fix that specific problem.
  • Though #1590 should make it so that, on Windows, the npm version will fall back to the TypeScript version (for now) rather than just crashing, fixing #1573.

0.7.0

14 Jul 17:02
Compare
Choose a tag to compare

Need to publish a new version on npm. See #1568 for details.

0.6.0

12 Jul 23:36
Compare
Choose a tag to compare
  • id for notifications associated with a codex tool call now match the request id: #1554
  • Paste summarization for large pastes: #1549
  • Experimental codex apply command to interact with Codex Web: #1528

0.5.0

10 Jul 21:56
Compare
Choose a tag to compare
  • Added new config option: model_supports_reasoning_summaries: #1524
  • Thanks to @reneleonhardt for helping update a number of our dependencies (we now build with Rust 1.88!): #1494
  • Removed reference to /compact in #1503 because it is not supported yet: #1257
  • Thanks to @pchuri so that when running Codex installed via npm, process.platform === "android" will run the Rust CLI: #1488
  • Fix generated shell completions to use the name codex instead of codex-cli: #1496