add: release script (#96)
* add: release script * add: src to npm module * fix: readme Signed-off-by: Fouad Matin <fouad@openai.com> --------- Signed-off-by: Fouad Matin <fouad@openai.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env -S NODE_OPTIONS=--no-deprecation node
|
||||
#!/usr/bin/env node
|
||||
|
||||
import type { AppRollout } from "./app";
|
||||
import type { CommandConfirmation } from "./utils/agent/agent-loop";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const CLI_VERSION = "0.1.04160940"; // Must be in sync with package.json.
|
||||
export const CLI_VERSION = "0.1.04161241"; // Must be in sync with package.json.
|
||||
export const ORIGIN = "codex_cli_ts";
|
||||
|
||||
export type TerminalChatSession = {
|
||||
|
||||
Reference in New Issue
Block a user