@odla-ai/cli 0.16.4 → 0.16.5

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.
package/dist/index.cjs CHANGED
@@ -2077,7 +2077,7 @@ function encodeAgentInput(message2) {
2077
2077
  `;
2078
2078
  }
2079
2079
 
2080
- // ../harness/dist/chunk-NOBK6PCT.js
2080
+ // ../harness/dist/chunk-IONC45N6.js
2081
2081
  var import_child_process = require("child_process");
2082
2082
  var import_fs = require("fs");
2083
2083
  var import_promises2 = require("fs/promises");
@@ -2535,7 +2535,7 @@ async function captureGitDiff(root, maxBytes) {
2535
2535
  if (code !== 0 && code !== 1) {
2536
2536
  throw new Error(`git diff failed: ${Buffer.concat(stderr).toString("utf8").slice(0, 1e3)}`);
2537
2537
  }
2538
- return Buffer.concat(stdout).toString("utf8").replaceAll("a/baseline/", "a/").replaceAll("b/workspace/", "b/").replaceAll("--- a/baseline", "--- a").replaceAll("+++ b/workspace", "+++ b");
2538
+ return Buffer.concat(stdout).toString("utf8").replaceAll("a/baseline/", "a/").replaceAll("a/workspace/", "a/").replaceAll("b/baseline/", "b/").replaceAll("b/workspace/", "b/").replaceAll("--- a/baseline", "--- a").replaceAll("+++ b/workspace", "+++ b");
2539
2539
  }
2540
2540
  async function stageWorkspace(source, options = {}) {
2541
2541
  const sourceDir = await (0, import_promises4.realpath)((0, import_path4.resolve)(source));
@@ -2594,7 +2594,7 @@ async function stageWorkspacePair(baselineSource, workspaceSource, options = {})
2594
2594
  }
2595
2595
  }
2596
2596
 
2597
- // ../harness/dist/chunk-6J2ZETST.js
2597
+ // ../harness/dist/chunk-QGDLTDYH.js
2598
2598
  var import_crypto = require("crypto");
2599
2599
  var import_promises5 = require("fs/promises");
2600
2600
  var import_path5 = require("path");
@@ -2931,7 +2931,7 @@ function validateSnapshot(snapshot, limits) {
2931
2931
  }
2932
2932
  }
2933
2933
 
2934
- // ../harness/dist/chunk-6J2ZETST.js
2934
+ // ../harness/dist/chunk-QGDLTDYH.js
2935
2935
  var import_child_process4 = require("child_process");
2936
2936
  var import_promises6 = require("fs/promises");
2937
2937
  var import_path6 = require("path");
@@ -3224,7 +3224,7 @@ function looksLikeDestination(value) {
3224
3224
  return /^(?:[a-z][a-z0-9+.-]*:\/\/|\/|\\\\)/i.test(text) || /^[\w.-]+\.[a-z]{2,}(?:[/:]|$)/i.test(text);
3225
3225
  }
3226
3226
 
3227
- // ../harness/dist/chunk-6J2ZETST.js
3227
+ // ../harness/dist/chunk-QGDLTDYH.js
3228
3228
  var import_crypto4 = require("crypto");
3229
3229
  async function digestStagedWorkspace(root, limits) {
3230
3230
  const files = [];