@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.
package/dist/index.js
CHANGED
|
@@ -3046,7 +3046,7 @@ var require_package = __commonJS({
|
|
|
3046
3046
|
"package.json"(exports2, module2) {
|
|
3047
3047
|
module2.exports = {
|
|
3048
3048
|
name: "@episoda/cli",
|
|
3049
|
-
version: "0.2.
|
|
3049
|
+
version: "0.2.203",
|
|
3050
3050
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
3051
3051
|
main: "dist/index.js",
|
|
3052
3052
|
types: "dist/index.d.ts",
|
|
@@ -6653,7 +6653,7 @@ async function ensureCodexBinary() {
|
|
|
6653
6653
|
}
|
|
6654
6654
|
|
|
6655
6655
|
// src/agent/providers/codex-config.ts
|
|
6656
|
-
var DEFAULT_CODEX_MODEL = "gpt-5.4
|
|
6656
|
+
var DEFAULT_CODEX_MODEL = "gpt-5.4";
|
|
6657
6657
|
function generateCodexAuthJson(credentials) {
|
|
6658
6658
|
if (!credentials.refreshToken) {
|
|
6659
6659
|
throw new Error(
|