bump(version): 0.1.2504181820 (#385)

This commit is contained in:
Fouad Matin
2025-04-18 18:25:33 -07:00
committed by GitHub
parent aa32e22d4b
commit 6f2271e8cd
3 changed files with 18 additions and 4 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@openai/codex",
"version": "0.1.2504172351",
"version": "0.1.2504181820",
"license": "Apache-2.0",
"bin": {
"codex": "bin/codex.js"

View File

@@ -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 = {