@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user