- Nov 13, 2025
- Parsed from source:Nov 13, 2025
- Detected by Releasebot:Nov 14, 2025
Introducing GPT-5.1-Codex and GPT-5.1-Codex-Mini
GPT-5.1 ships with new Codex variants for long running coding tasks. New gpt-5.1-codex-mini and gpt-5.1-codex are available, and the CLI and IDE defaults now target Codex on macOS/Linux and standard GPT-5.1 on Windows. You can switch via config.toml or the /model command.
GPT-5.1 Codex options
Along with the GPT-5.1 launch in the API, we are introducing new gpt-5.1-codex-mini and gpt-5.1-codex model options in Codex, a version of GPT-5.1 optimized for long-running, agentic coding tasks and use in coding agent harnesses in Codex or Codex-like harnesses.
Starting today, the CLI and IDE Extension will default to gpt-5.1-codex on macOS and Linux and gpt-5.1 on Windows.
If you have a model specified in your config.toml configuration file, you can instead try out gpt-5.1-codex for a new Codex CLI session using:
codex --model gpt-5.1-codexYou can also use the /model slash command in the CLI. In the Codex IDE Extension you can select GPT-5.1-Codex from the dropdown menu.
If you want to switch for all sessions, you can change your default model to gpt-5.1-codex by updating your config.toml configuration file:
Original source Report a problemmodel = "gpt-5.1-codex" - Nov 9, 2025
- Parsed from source:Nov 9, 2025
- Detected by Releasebot:Oct 7, 2025
- Modified by Releasebot:Nov 17, 2025
Codex CLI Release: 0.57.0
Click to reveal release details
To install this version of Codex CLI, run: $ npm install -g @openai/[email protected]
View full release on GitHub
Original source Report a problem - Nov 7, 2025
- Parsed from source:Nov 7, 2025
- Detected by Releasebot:Nov 8, 2025
Introducing GPT-5-Codex-Mini
Codex adds gpt-5-codex-mini, a cheaper, smaller option that offers up to 4x more usage within ChatGPT. The CLI and IDE Extension auto-suggest switching at 90% of a 5-hour quota; try it with codex --model gpt-5-codex-mini or /model, and set via config.toml.
New gpt-5-codex-mini model option
Today we are introducing a new gpt-5-codex-mini model option to Codex CLI and the IDE Extension. The model is a smaller, more cost-effective, but less capable version of gpt-5-codex that provides approximately 4x more usage as part of your ChatGPT subscription.
Starting today, the CLI and IDE Extension will automatically suggest switching to gpt-5-codex-mini when you reach 90% of your 5-hour usage limit, to help you work longer without interruptions.
You can try the model for a new Codex CLI session using:
codex --model gpt-5-codex-miniYou can also use the /model slash command in the CLI. In the Codex IDE Extension you can select GPT-5-Codex-Mini from the dropdown menu.
Alternatively, you can change your default model to gpt-5-codex-mini by updating your config.toml configuration file:
Original source Report a problemmodel = "gpt-5-codex-mini” - Nov 6, 2025
- Parsed from source:Nov 6, 2025
- Detected by Releasebot:Nov 7, 2025
GPT-5-Codex model update
We’ve shipped a minor update to GPT-5-Codex:
- More reliable file edits with apply_patch.
- Fewer destructive actions such as git reset.
- More collaborative behavior when encountering user edits in files.
- 3% more efficient in time and usage.
- Oct 30, 2025
- Parsed from source:Oct 30, 2025
- Detected by Releasebot:Oct 31, 2025
Credits on ChatGPT Pro and Plus
Codex users on ChatGPT Plus and Pro can now use on-demand credits for more Codex usage beyond what’s included in your plan. Learn more.
Original source Report a problem - Oct 24, 2025
- Parsed from source:Oct 24, 2025
- Detected by Releasebot:Oct 7, 2025
- Modified by Releasebot:Nov 17, 2025
Codex CLI Release: 0.49.0
Release details
Click to reveal release details
To install this version of Codex CLI, run: $ npm install -g @openai/[email protected]
View full release on GitHub
Original source Report a problem - Oct 22, 2025
- Parsed from source:Oct 22, 2025
- Detected by Releasebot:Oct 24, 2025
Tag @Codex on GitHub Issues and PRs
You can now tag @codex on a teammate’s pull request to ask clarifying questions, request a follow-up, or ask Codex to make changes. GitHub Issues now also support @codex mentions, so you can kick off tasks from any issue, without leaving your workflow.
Original source Report a problem - Oct 6, 2025
- Parsed from source:Oct 6, 2025
- Detected by Releasebot:Oct 7, 2025
- Modified by Releasebot:Nov 14, 2025
Codex is now GA
Codex is Generally Available with three new features: Slack integration, Codex SDK, and new admin analytics. You can ask Codex in Slack, run SDK-based workflows including GitHub Actions, and manage environments with enhanced admin controls and dashboards. Availability and pricing updated today.
@Codex in Slack
You can now questions and assign tasks to Codex directly from Slack. See the Slack guide to get started.
Codex SDK
Integrate the same agent that powers the Codex CLI inside your own tools and workflows with the Codex SDK in Typescript. With the new Codex GitHub Action, you can easily add Codex to CI/CD workflows. See the Codex SDK guide to get started.
import { Codex } from "@openai/codex-sdk" ; const agent = new Codex (); const thread = await agent.startThread (); const result = await thread.run ("Explore this repo" ); console.log (result); const result2 = await thread.run ("Propose changes" ); console.log (result2);New admin controls and analytics
ChatGPT workspace admins can now edit or delete Codex Cloud environments. With managed config files, they can set safe defaults for CLI and IDE usage and monitor how Codex uses commands locally. New analytics dashboards help you track Codex usage and code review feedback. Learn more in the enterprise admin guide.
Availability and pricing updates
The Slack integration and Codex SDK are available to developers on ChatGPT Plus, Pro, Business, Edu, and Enterprise plans starting today, while the new admin features will be available to Business, Edu, and Enterprise. Beginning October 20, Codex Cloud tasks will count toward your Codex usage. Review the Codex pricing guide for plan-specific details.
Original source Report a problem - Sep 26, 2025
- Parsed from source:Sep 26, 2025
- Detected by Releasebot:Oct 7, 2025
Codex CLI Release: 0.42.0
Click to reveal release details
To install this version of Codex CLI, run: $ npm install -g @openai/[email protected]
View full release on GitHub
Original source Report a problem - Sep 24, 2025
- Parsed from source:Sep 24, 2025
- Detected by Releasebot:Oct 7, 2025
Codex CLI Release: 0.41.0
Click to reveal release details
To install this version of Codex CLI, run: $ npm install -g @openai/[email protected]
View full release on GitHub
Original source Report a problem