@slock-ai/daemon 0.53.1 → 0.53.2
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.
|
@@ -3654,6 +3654,9 @@ async function buildGeminiSpawnEnv(ctx, platform = process.platform) {
|
|
|
3654
3654
|
if (!Object.prototype.hasOwnProperty.call(ctx.config.envVars ?? {}, "GEMINI_CLI_TRUST_WORKSPACE")) {
|
|
3655
3655
|
spawnEnv.GEMINI_CLI_TRUST_WORKSPACE = "true";
|
|
3656
3656
|
}
|
|
3657
|
+
if (platform === "win32" && !Object.prototype.hasOwnProperty.call(ctx.config.envVars ?? {}, "GEMINI_PTY_INFO")) {
|
|
3658
|
+
spawnEnv.GEMINI_PTY_INFO = "child_process";
|
|
3659
|
+
}
|
|
3657
3660
|
return spawnEnv;
|
|
3658
3661
|
}
|
|
3659
3662
|
function normalizeExecOutput2(raw) {
|
package/dist/core.js
CHANGED
package/dist/index.js
CHANGED