@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@openai/codex",
|
"name": "@openai/codex",
|
||||||
"version": "0.1.04152057",
|
"version": "0.1.04160940",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"codex": "dist/cli.js"
|
"codex": "dist/cli.js"
|
||||||
@@ -73,5 +73,9 @@
|
|||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"punycode": "^2.3.1"
|
"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 const ORIGIN = "codex_cli_ts";
|
||||||
|
|
||||||
export type TerminalChatSession = {
|
export type TerminalChatSession = {
|
||||||
|
|||||||
Reference in New Issue
Block a user