@episoda/cli 0.2.202 → 0.2.203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3051,7 +3051,7 @@ var require_package = __commonJS({
|
|
|
3051
3051
|
"package.json"(exports2, module2) {
|
|
3052
3052
|
module2.exports = {
|
|
3053
3053
|
name: "@episoda/cli",
|
|
3054
|
-
version: "0.2.
|
|
3054
|
+
version: "0.2.203",
|
|
3055
3055
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
3056
3056
|
main: "dist/index.js",
|
|
3057
3057
|
types: "dist/index.d.ts",
|
|
@@ -4709,7 +4709,7 @@ async function ensureCodexBinary() {
|
|
|
4709
4709
|
}
|
|
4710
4710
|
|
|
4711
4711
|
// src/agent/providers/codex-config.ts
|
|
4712
|
-
var DEFAULT_CODEX_MODEL = "gpt-5.4
|
|
4712
|
+
var DEFAULT_CODEX_MODEL = "gpt-5.4";
|
|
4713
4713
|
function generateCodexAuthJson(credentials) {
|
|
4714
4714
|
if (!credentials.refreshToken) {
|
|
4715
4715
|
throw new Error(
|