github Haleclipse/codex rust-v0.154.0-cometix
0.154.0-cometix

4 hours ago

New Features

  • GPT-6-Astra is now available in the model picker and Amazon Bedrock catalogs. (openai#42879, openai#42619)
  • Experimental worktree support lets you create isolated checkouts for new or forked sessions using --worktree or /worktree, then browse and resume them. (openai#42652, openai#43069, openai#43120, openai#43286)
  • Answer questions inline while Codex continues working, using suggested choices or custom text without losing your main draft. (openai#42891, openai#42894, openai#42897)
  • Windows sessions can now share a background Codex server, with daemon lifecycle commands and managed updates. (openai#42405, openai#42392)
  • Vim editing gains R replace mode with undo and dot-repeat, plus more reliable Escape handling in legacy terminals. (openai#42194, openai#42584)
  • Copying responses preserves formatting in rich-text apps, and /copy can copy status output or individual session fields. (openai#42847, openai#43055)

Bug Fixes

  • Existing sessions pick up newly installed plugin tools and refresh skills and hooks after external plugin upgrades or rollbacks. (openai#42284, openai#42593, openai#42990)
  • MCP connections coordinate OAuth token refreshes and surface login challenges when refresh fails, without automatically replaying rejected tool calls. (openai#42413, openai#42552)
  • Startup avoids running workspace-controlled helpers before trust is established, and the macOS sandbox blocks terminal input injection. (openai#42324, openai#42590)
  • Remote resume and fork operations preserve saved permissions; fresh sessions and forks respect server model defaults unless explicitly overridden. (openai#43330, openai#43177, openai#43355)
  • Resuming a conversation open in another app now shows a read-only transcript with a retry option while preserving your draft. (openai#43253)
  • Automatic approval reviews better preserve authorization context through compaction and reject approvals invalidated by new user instructions or answers. (openai#42844, openai#42852, openai#43442)

Documentation

  • Updated the bundled OpenAI Docs skill with GPT-6-Astra migration, compatibility, and prompting guidance. (openai#42931)

Chores

  • The deprecated codex mcp-server entry point is no longer available. (openai#42993)

Changelog

Full Changelog: openai/codex@rust-v0.153.0...rust-v0.154.0

Don't miss a new codex release

NewReleases is sending notifications on new releases.