lody 0.66.0 → 0.66.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.
@@ -3,7 +3,7 @@ import { readFile, mkdir, writeFile, rename } from "node:fs/promises";
3
3
  import os__default from "node:os";
4
4
  import path__default from "node:path";
5
5
  import process from "node:process";
6
- const reviewViewerVersion = "0.66.0";
6
+ const reviewViewerVersion = "0.66.1";
7
7
  const reviewViewerSha256 = "50ab599b652bdf4b959b539ea948454dd588703039bd4c5c037c7877ce10696f";
8
8
  const reviewViewerFileName = "standalone.html";
9
9
  const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];
package/dist/index.js CHANGED
@@ -36839,7 +36839,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
36839
36839
  return client;
36840
36840
  }
36841
36841
  const name$1 = "lody";
36842
- const version$3 = "0.66.0";
36842
+ const version$3 = "0.66.1";
36843
36843
  const description$1 = "Lody Agent CLI tool for managing remote command execution";
36844
36844
  const type$2 = "module";
36845
36845
  const main$4 = "dist/index.js";
@@ -117203,6 +117203,34 @@ The file is not available yet and could not be downloaded; ask the user to resen
117203
117203
  if (!cliEntrypoint) {
117204
117204
  return [];
117205
117205
  }
117206
+ const env2 = [
117207
+ {
117208
+ name: "LODY_MCP_SESSION_ID",
117209
+ value: this.options.sessionId
117210
+ },
117211
+ {
117212
+ name: "LODY_MCP_WORKSPACE_ID",
117213
+ value: this.options.workspaceId
117214
+ },
117215
+ {
117216
+ name: "LODY_MCP_MACHINE_ID",
117217
+ value: this.options.machineId
117218
+ },
117219
+ {
117220
+ name: "LODY_MCP_LOCAL_CONTROL_PORT",
117221
+ value: String(LOCAL_SESSION_CONTROL_PORT)
117222
+ },
117223
+ {
117224
+ name: "LODY_MCP_WORKDIR",
117225
+ value: workdir
117226
+ }
117227
+ ];
117228
+ if (process.env.ELECTRON_RUN_AS_NODE) {
117229
+ env2.push({
117230
+ name: "ELECTRON_RUN_AS_NODE",
117231
+ value: process.env.ELECTRON_RUN_AS_NODE
117232
+ });
117233
+ }
117206
117234
  return [
117207
117235
  {
117208
117236
  name: "lody",
@@ -117212,28 +117240,7 @@ The file is not available yet and could not be downloaded; ask the user to resen
117212
117240
  "__internal",
117213
117241
  "lody-mcp-server"
117214
117242
  ],
117215
- env: [
117216
- {
117217
- name: "LODY_MCP_SESSION_ID",
117218
- value: this.options.sessionId
117219
- },
117220
- {
117221
- name: "LODY_MCP_WORKSPACE_ID",
117222
- value: this.options.workspaceId
117223
- },
117224
- {
117225
- name: "LODY_MCP_MACHINE_ID",
117226
- value: this.options.machineId
117227
- },
117228
- {
117229
- name: "LODY_MCP_LOCAL_CONTROL_PORT",
117230
- value: String(LOCAL_SESSION_CONTROL_PORT)
117231
- },
117232
- {
117233
- name: "LODY_MCP_WORKDIR",
117234
- value: workdir
117235
- }
117236
- ]
117243
+ env: env2
117237
117244
  }
117238
117245
  ];
117239
117246
  }
@@ -192324,7 +192331,7 @@ ${entry.text}`).join("\n\n");
192324
192331
  data = createReviewBundleSnapshot(bundle);
192325
192332
  }
192326
192333
  const { injectReviewSnapshot } = await import("./chunks/index-v46gaGAl.js");
192327
- const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-DzrxfC5z.js");
192334
+ const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-E8RZ96-t.js");
192328
192335
  const template = await resolveReviewViewerTemplate();
192329
192336
  const html = injectReviewSnapshot(template, data);
192330
192337
  const outputPath = options.output ? path__default$1.resolve(options.output) : defaultHtmlOutputPath(inputPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lody",
3
- "version": "0.66.0",
3
+ "version": "0.66.1",
4
4
  "description": "Lody Agent CLI tool for managing remote command execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -78,7 +78,7 @@
78
78
  "zod": "^4.1.5",
79
79
  "@lody/cli-supervisor": "0.0.1",
80
80
  "@lody/code-review-helper": "0.0.0",
81
- "lody-code-review-viewer": "0.66.0",
81
+ "lody-code-review-viewer": "0.66.1",
82
82
  "@lody/convex": "0.0.1",
83
83
  "@lody/loro-streams-rpc": "0.0.1",
84
84
  "@lody/shared": "0.0.1"