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