bump(version): 0.1.2504221401 (#559)

## `0.1.2504221401`

### 🚀 Features

- Show actionable errors when api keys are missing (#523)
- Add CLI `--version` flag (#492)

### 🐛 Bug Fixes

- Agent loop for ZDR (`disableResponseStorage`) (#543)
- Fix relative `workdir` check for `apply_patch` (#556)
- Minimal mid-stream #429 retry loop using existing back-off (#506)
- Inconsistent usage of base URL and API key (#507)
- Remove requirement for api key for ollama (#546)
- Support `[provider]_BASE_URL` (#542)
This commit is contained in:
Fouad Matin
2025-04-22 14:18:04 -07:00
committed by GitHub
parent dc096302e5
commit 12bc2dcc4e
3 changed files with 18 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
export const CLI_VERSION = "0.1.2504220136"; // Must be in sync with package.json.
export const CLI_VERSION = "0.1.2504221401"; // Must be in sync with package.json.
export const ORIGIN = "codex_cli_ts";
export type TerminalChatSession = {