Skip to content

Releases: openai/codex

0.46.0

09 Oct 02:06
Compare
Choose a tag to compare

Highlights

Improved MCP support

We are in the middle of significantly improving support for connecting to MCP servers including support for streamable http servers with optional bearer token or oauth login support.

Enable the experimental_use_rmcp_client = true flag in config.toml to use the new MCP stack. If you encounter issues, create a GitHub issue and add the mcp label. We would like to remove the experimental flag soon and will continue to expand MCP support over time.

What's Changed

New Contributors

Full Changelog: rust-v0.45.0...rust-v0.46.0

0.47.0-alpha.1

09 Oct 19:38
Compare
Choose a tag to compare
0.47.0-alpha.1 Pre-release
Pre-release
rust-v0.47.0-alpha.1

Release 0.47.0-alpha.1

0.46.0-alpha.7

08 Oct 23:31
Compare
Choose a tag to compare
0.46.0-alpha.7 Pre-release
Pre-release
rust-v0.46.0-alpha.7

Release 0.46.0-alpha.7

0.46.0-alpha.6

08 Oct 22:15
Compare
Choose a tag to compare
0.46.0-alpha.6 Pre-release
Pre-release
rust-v0.46.0-alpha.6

Release 0.46.0-alpha.6

0.46.0-alpha.5

08 Oct 21:01
Compare
Choose a tag to compare
0.46.0-alpha.5 Pre-release
Pre-release
rust-v0.46.0-alpha.5

Release 0.46.0-alpha.5

0.46.0-alpha.4

08 Oct 17:41
Compare
Choose a tag to compare
0.46.0-alpha.4 Pre-release
Pre-release
rust-v0.46.0-alpha.4

Release 0.46.0-alpha.4

0.46.0-alpha.3

08 Oct 15:34
Compare
Choose a tag to compare
0.46.0-alpha.3 Pre-release
Pre-release
rust-v0.46.0-alpha.3

Release 0.46.0-alpha.3

0.46.0-alpha.2

08 Oct 01:03
Compare
Choose a tag to compare
0.46.0-alpha.2 Pre-release
Pre-release
rust-v0.46.0-alpha.2

Release 0.46.0-alpha.2

0.46.0-alpha.1

07 Oct 19:22
Compare
Choose a tag to compare
0.46.0-alpha.1 Pre-release
Pre-release
rust-v0.46.0-alpha.1

Release 0.46.0-alpha.1

0.45.0

06 Oct 19:21
Compare
Choose a tag to compare

Breaking changes

codex login --api-key was replaced with codex login --with-api-key that reads the key from stdin to improve security.

Sample usage:

printenv OPENAI_API_KEY | codex login --with-api-key

Highlights:

  • #4517 Experimental support for OAuth MCP server authentication

Full list of merged PRs:

  • #4636 Replace --api-key with --with-api-key for logging into the CLI with an API key
  • #4644 Only write the final message to stdout for codex exec
  • #4676 Default to gpt-5 for Windows users who have not set a default model
  • #4689 Remove the requirement to use experimental_use_rmcp_client for streamable HTTP MCP servers that don't require OAuth
  • #4673 Fix colors when refocusing the terminal after a system theme update
  • #4694 Fix reasoning effort title
  • #4616 Updated device code login copy
  • #4706 Fix command output truncation that sometimes used too much of the context window
  • #4663 Initial parallel tool call support
  • #4736 Pulsing dot loading state