@episoda/cli 0.2.190 → 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.190",
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",
@@ -7069,8 +7069,8 @@ var CodexProvider = class {
7069
7069
  session.projectPath
7070
7070
  ];
7071
7071
  if (session.autonomousMode) {
7072
- args.push("--full-auto");
7073
- console.log("[CodexProvider] EP1251: Codex autonomous mode enabled - using --full-auto");
7072
+ args.push("--sandbox", "danger-full-access", "-a", "never");
7073
+ console.log("[CodexProvider] EP1454: Codex autonomous mode - using danger-full-access sandbox (network + git required)");
7074
7074
  }
7075
7075
  if (session.canWrite === false) {
7076
7076
  args.push("--sandbox", "read-only");
@@ -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,