@slock-ai/daemon 0.53.1-alpha.0 → 0.53.1-alpha.1
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.
|
@@ -3458,6 +3458,9 @@ function buildGeminiSpawnEnv(ctx, platform = process.platform) {
|
|
|
3458
3458
|
if (!Object.prototype.hasOwnProperty.call(ctx.config.envVars ?? {}, "GEMINI_CLI_TRUST_WORKSPACE")) {
|
|
3459
3459
|
spawnEnv.GEMINI_CLI_TRUST_WORKSPACE = "true";
|
|
3460
3460
|
}
|
|
3461
|
+
if (platform === "win32" && !Object.prototype.hasOwnProperty.call(ctx.config.envVars ?? {}, "GEMINI_PTY_INFO")) {
|
|
3462
|
+
spawnEnv.GEMINI_PTY_INFO = "child_process";
|
|
3463
|
+
}
|
|
3461
3464
|
return spawnEnv;
|
|
3462
3465
|
}
|
|
3463
3466
|
function normalizeExecOutput2(raw) {
|
package/dist/core.js
CHANGED
package/dist/index.js
CHANGED