bump(version): 0.1.2504181820 (#385)
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -2,7 +2,21 @@
|
|||||||
|
|
||||||
You can install any of these versions: `npm install -g codex@version`
|
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
|
### 🚀 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)
|
- Raw-exec-process-group.test improve reliability and error handling (#280)
|
||||||
- Canonicalize the writeable paths used in seatbelt policy (#275)
|
- Canonicalize the writeable paths used in seatbelt policy (#275)
|
||||||
|
|
||||||
## 0.1.2504172304
|
## `0.1.2504172304`
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openai/codex",
|
"name": "@openai/codex",
|
||||||
"version": "0.1.2504172351",
|
"version": "0.1.2504181820",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"codex": "bin/codex.js"
|
"codex": "bin/codex.js"
|
||||||
|
|||||||
@@ -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 const ORIGIN = "codex_cli_ts";
|
||||||
|
|
||||||
export type TerminalChatSession = {
|
export type TerminalChatSession = {
|
||||||
|
|||||||
Reference in New Issue
Block a user