@episoda/cli 0.2.212 → 0.2.213
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.213",
|
|
3055
3055
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
3056
3056
|
main: "dist/index.js",
|
|
3057
3057
|
types: "dist/index.d.ts",
|
|
@@ -4796,7 +4796,7 @@ async function ensureCodexBinary() {
|
|
|
4796
4796
|
}
|
|
4797
4797
|
|
|
4798
4798
|
// src/agent/providers/codex-config.ts
|
|
4799
|
-
var DEFAULT_CODEX_MODEL = "gpt-5.4
|
|
4799
|
+
var DEFAULT_CODEX_MODEL = "gpt-5.4";
|
|
4800
4800
|
function generateCodexAuthJson(credentials) {
|
|
4801
4801
|
if (!credentials.refreshToken) {
|
|
4802
4802
|
throw new Error(
|