@slock-ai/daemon 0.53.1 → 0.53.2-alpha.0

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
@@ -9,7 +9,7 @@ import {
9
9
  resolveSlockCliPath,
10
10
  resolveWorkspaceDirectoryPath,
11
11
  scanWorkspaceDirectories
12
- } from "./chunk-WJZJFOKB.js";
12
+ } from "./chunk-UIJF67BT.js";
13
13
  import {
14
14
  subscribeDaemonLogs
15
15
  } from "./chunk-KNMCE6WB.js";
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  DAEMON_CLI_USAGE,
4
4
  DaemonCore,
5
5
  parseDaemonCliArgs
6
- } from "./chunk-WJZJFOKB.js";
6
+ } from "./chunk-UIJF67BT.js";
7
7
  import "./chunk-KNMCE6WB.js";
8
8
 
9
9
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slock-ai/daemon",
3
- "version": "0.53.1",
3
+ "version": "0.53.2-alpha.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "slock-daemon": "dist/index.js"