diff --git a/codex-cli/package.json b/codex-cli/package.json index cbf6a595..f0e30778 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -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" } } diff --git a/codex-cli/src/utils/session.ts b/codex-cli/src/utils/session.ts index 02cd4d40..b53c12a4 100644 --- a/codex-cli/src/utils/session.ts +++ b/codex-cli/src/utils/session.ts @@ -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 = {