From 6f2271e8cdf3221f2f2d707eeef898658aed91d7 Mon Sep 17 00:00:00 2001 From: Fouad Matin <169186268+fouad-openai@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:25:33 -0700 Subject: [PATCH] bump(version): 0.1.2504181820 (#385) --- CHANGELOG.md | 18 ++++++++++++++++-- codex-cli/package.json | 2 +- codex-cli/src/utils/session.ts | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320082b3..95c916b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,21 @@ You can install any of these versions: `npm install -g codex@version` -## 0.1.2504172351 +## `0.1.2504181820` + +### 🚀 Features + +- Add `/bug` report command (#312) +- Notify when a newer version is available (#333) + +### 🐛 Bug Fixes + +- Update context left display logic in TerminalChatInput component (#307) +- Improper spawn of sh on Windows Powershell (#318) +- `/bug` report command, thinking indicator (#381) +- Include pnpm lock file (#377) + +## `0.1.2504172351` ### 🚀 Features @@ -14,7 +28,7 @@ You can install any of these versions: `npm install -g codex@version` - Raw-exec-process-group.test improve reliability and error handling (#280) - Canonicalize the writeable paths used in seatbelt policy (#275) -## 0.1.2504172304 +## `0.1.2504172304` ### 🚀 Features diff --git a/codex-cli/package.json b/codex-cli/package.json index df3edd1c..d5c99c4d 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@openai/codex", - "version": "0.1.2504172351", + "version": "0.1.2504181820", "license": "Apache-2.0", "bin": { "codex": "bin/codex.js" diff --git a/codex-cli/src/utils/session.ts b/codex-cli/src/utils/session.ts index 35d1873c..06f404f1 100644 --- a/codex-cli/src/utils/session.ts +++ b/codex-cli/src/utils/session.ts @@ -1,4 +1,4 @@ -export const CLI_VERSION = "0.1.2504172351"; // Must be in sync with package.json. +export const CLI_VERSION = "0.1.2504181820"; // Must be in sync with package.json. export const ORIGIN = "codex_cli_ts"; export type TerminalChatSession = {