@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
@@ -9,7 +9,7 @@ import {
9
9
  resolveSlockCliPath,
10
10
  resolveWorkspaceDirectoryPath,
11
11
  scanWorkspaceDirectories
12
- } from "./chunk-NF7BBN64.js";
12
+ } from "./chunk-LKHS6SRG.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-NF7BBN64.js";
6
+ } from "./chunk-LKHS6SRG.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-alpha.0",
3
+ "version": "0.53.1-alpha.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "slock-daemon": "dist/index.js"