agentv 4.42.2 → 4.42.3

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.
@@ -56,12 +56,12 @@ import {
56
56
  validateTargetsFile,
57
57
  validateWorkspacePaths,
58
58
  writeRunTags
59
- } from "./chunk-NEV235RP.js";
59
+ } from "./chunk-BACWATIZ.js";
60
60
  import {
61
61
  materializeEvalBundle,
62
62
  toSnakeCaseDeep as toSnakeCaseDeep2,
63
63
  writeArtifactsFromResults as writeArtifactsFromResults2
64
- } from "./chunk-FB6GTT4Z.js";
64
+ } from "./chunk-6SQDBXT7.js";
65
65
  import {
66
66
  DEFAULT_CATEGORY,
67
67
  deriveCategory,
@@ -76,7 +76,7 @@ import {
76
76
  syncProjects,
77
77
  transpileEvalYamlFile,
78
78
  trimBaselineResult
79
- } from "./chunk-PNI5WEAV.js";
79
+ } from "./chunk-SLK6MUSS.js";
80
80
  import {
81
81
  DEFAULT_THRESHOLD,
82
82
  EXECUTION_TRACE_SCHEMA_VERSION,
@@ -127,7 +127,7 @@ import {
127
127
  traceEnvelopeToTranscriptMessages,
128
128
  traceFromTranscriptJsonLines,
129
129
  writeArtifactsFromResults
130
- } from "./chunk-SJTHFOPH.js";
130
+ } from "./chunk-ZPFM52HV.js";
131
131
  import {
132
132
  __commonJS,
133
133
  __require,
@@ -4806,7 +4806,7 @@ var evalRunCommand = command({
4806
4806
  },
4807
4807
  handler: async (args) => {
4808
4808
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4809
- const { launchInteractiveWizard } = await import("./interactive-CEXT3GVA.js");
4809
+ const { launchInteractiveWizard } = await import("./interactive-YDTA2QJF.js");
4810
4810
  await launchInteractiveWizard();
4811
4811
  return;
4812
4812
  }
@@ -16726,4 +16726,4 @@ export {
16726
16726
  preprocessArgv,
16727
16727
  runCli
16728
16728
  };
16729
- //# sourceMappingURL=chunk-SY3JIGRD.js.map
16729
+ //# sourceMappingURL=chunk-DZYUOKTI.js.map
@@ -18,7 +18,7 @@ import {
18
18
  readTranscriptJsonl,
19
19
  releaseSharedWorkspaceSetup,
20
20
  resolveRepoCloneUrl
21
- } from "./chunk-SJTHFOPH.js";
21
+ } from "./chunk-ZPFM52HV.js";
22
22
 
23
23
  // ../../packages/core/dist/index.js
24
24
  import { readFileSync } from "node:fs";
@@ -3418,4 +3418,4 @@ export {
3418
3418
  TranscriptProvider,
3419
3419
  createAgentKernel
3420
3420
  };
3421
- //# sourceMappingURL=chunk-PNI5WEAV.js.map
3421
+ //# sourceMappingURL=chunk-SLK6MUSS.js.map
@@ -6156,7 +6156,7 @@ async function expandFileReferences(tests, evalFileDir) {
6156
6156
  return expanded;
6157
6157
  }
6158
6158
 
6159
- // ../../packages/core/dist/chunk-NFFWBMIM.js
6159
+ // ../../packages/core/dist/chunk-FRDEARJA.js
6160
6160
  import path50 from "node:path";
6161
6161
  import { pathToFileURL as pathToFileURL2 } from "node:url";
6162
6162
  import { existsSync as existsSync7 } from "node:fs";
@@ -18820,7 +18820,7 @@ var RequestError = class _RequestError extends Error {
18820
18820
  }
18821
18821
  };
18822
18822
 
18823
- // ../../packages/core/dist/chunk-NFFWBMIM.js
18823
+ // ../../packages/core/dist/chunk-FRDEARJA.js
18824
18824
  import { exec as execCallback } from "node:child_process";
18825
18825
  import { readdirSync, statSync } from "node:fs";
18826
18826
  import { readFile as readFile32, readdir as readdir2, stat as stat2 } from "node:fs/promises";
@@ -39120,7 +39120,7 @@ async function loadTestSuite(evalFilePath, repoRoot, options) {
39120
39120
  return { tests: await loadTestsFromAgentSkills(evalFilePath) };
39121
39121
  }
39122
39122
  if (format === "typescript") {
39123
- const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-YR5XK44N-V3P76ZCR.js");
39123
+ const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-PYEU2PMP-YLXIQTEQ.js");
39124
39124
  return loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
39125
39125
  }
39126
39126
  const { tests, parsed, suiteWorkspacePath } = await loadTestsFromYaml(
@@ -39149,7 +39149,7 @@ async function loadTests(evalFilePath, repoRoot, options) {
39149
39149
  return loadTestsFromAgentSkills(evalFilePath);
39150
39150
  }
39151
39151
  if (format === "typescript") {
39152
- const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-YR5XK44N-V3P76ZCR.js");
39152
+ const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-PYEU2PMP-YLXIQTEQ.js");
39153
39153
  const suite = await loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
39154
39154
  return suite.tests;
39155
39155
  }
@@ -43955,7 +43955,7 @@ async function writeArtifactsFromResults(results, outputDir, options) {
43955
43955
  await writeFile10(plan.responsePath, result.output, "utf8");
43956
43956
  }
43957
43957
  await writeFile10(
43958
- path48.join(plan.outputsDir, "execution-trace.json"),
43958
+ path48.join(plan.outputsDir, "trace.json"),
43959
43959
  `${JSON.stringify(toTraceEnvelopeWire(envelope), null, 2)}
43960
43960
  `,
43961
43961
  "utf8"
@@ -44677,4 +44677,4 @@ export {
44677
44677
  loadTsEvalFile,
44678
44678
  loadTsEvalSuite
44679
44679
  };
44680
- //# sourceMappingURL=chunk-SJTHFOPH.js.map
44680
+ //# sourceMappingURL=chunk-ZPFM52HV.js.map