Initial commit

Signed-off-by: Ilan Bigio <ilan@openai.com>
This commit is contained in:
Ilan Bigio
2025-04-16 13:00:18 -04:00
parent 59a180ddec
commit ae7b518c53
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@openai/codex",
"version": "0.1.04152057",
"version": "0.1.04160940",
"license": "Apache-2.0",
"bin": {
"codex": "dist/cli.js"
@@ -73,5 +73,9 @@
},
"overrides": {
"punycode": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/openai/codex"
}
}

View File

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