From 463a230991393c7b39f2543a9766e6133ef65393 Mon Sep 17 00:00:00 2001 From: Fouad Matin <169186268+fouad-openai@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:55:34 -0700 Subject: [PATCH] bump(version): 0.1.2504301751 (#768) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## `0.1.2504301751` ### 🚀 Features - User config api key (#569) - `@mention` files in codex (#701) - Add `--reasoning` CLI flag (#314) - Lower default retry wait time and increase number of tries (#720) - Add common package registries domains to allowed-domains list (#414) ### 🪲 Bug Fixes - Insufficient quota message (#758) - Input keyboard shortcut opt+delete (#685) - `/diff` should include untracked files (#686) - Only allow running without sandbox if explicitly marked in safe container (#699) - Tighten up check for /usr/bin/sandbox-exec (#710) - Check if sandbox-exec is available (#696) - Duplicate messages in quiet mode (#680) --- CHANGELOG.md | 20 ++++++++++++++++++++ codex-cli/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281184a3..2080ad84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ You can install any of these versions: `npm install -g codex@version` +## `0.1.2504301751` + +### 🚀 Features + +- User config api key (#569) +- `@mention` files in codex (#701) +- Add `--reasoning` CLI flag (#314) +- Lower default retry wait time and increase number of tries (#720) +- Add common package registries domains to allowed-domains list (#414) + +### 🪲 Bug Fixes + +- Insufficient quota message (#758) +- Input keyboard shortcut opt+delete (#685) +- `/diff` should include untracked files (#686) +- Only allow running without sandbox if explicitly marked in safe container (#699) +- Tighten up check for /usr/bin/sandbox-exec (#710) +- Check if sandbox-exec is available (#696) +- Duplicate messages in quiet mode (#680) + ## `0.1.2504251709` ### 🚀 Features diff --git a/codex-cli/package.json b/codex-cli/package.json index c72785e2..bdf4ac3e 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@openai/codex", - "version": "0.1.2504251709", + "version": "0.1.2504301751", "license": "Apache-2.0", "bin": { "codex": "bin/codex.js"