@episoda/cli 0.2.191 → 0.2.192
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.
|
@@ -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.192",
|
|
3050
3050
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
3051
3051
|
main: "dist/index.js",
|
|
3052
3052
|
types: "dist/index.d.ts",
|
|
@@ -13019,6 +13019,8 @@ function createCredentialBootstrap(payload, agentRunId) {
|
|
|
13019
13019
|
fs30.mkdirSync(codexHome, { recursive: true });
|
|
13020
13020
|
const authPath = path30.join(codexHome, "auth.json");
|
|
13021
13021
|
const authPayload = {
|
|
13022
|
+
auth_mode: "chatgpt",
|
|
13023
|
+
OPENAI_API_KEY: null,
|
|
13022
13024
|
tokens: {
|
|
13023
13025
|
access_token: bootstrap.oauth.access_token,
|
|
13024
13026
|
refresh_token: bootstrap.oauth.refresh_token,
|