agentv 3.14.2 → 3.14.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.
@@ -22,7 +22,7 @@ import {
22
22
  validateFileReferences,
23
23
  validateTargetsFile,
24
24
  writeArtifactsFromResults
25
- } from "./chunk-75PQBKLR.js";
25
+ } from "./chunk-VYDUBNCD.js";
26
26
  import {
27
27
  createBuiltinRegistry,
28
28
  executeScript,
@@ -4185,7 +4185,7 @@ var evalRunCommand = command({
4185
4185
  },
4186
4186
  handler: async (args) => {
4187
4187
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4188
- const { launchInteractiveWizard } = await import("./interactive-Q563ULAR.js");
4188
+ const { launchInteractiveWizard } = await import("./interactive-LBVPF2CG.js");
4189
4189
  await launchInteractiveWizard();
4190
4190
  return;
4191
4191
  }
@@ -4957,6 +4957,9 @@ var evalRunCommand2 = command({
4957
4957
  console.log(`Extracted ${testIds.length} test(s) to ${outDir}`);
4958
4958
  if (targetInfo) {
4959
4959
  const envVars = loadEnvFile(evalDir);
4960
+ if (!process.env.AGENTV_RUN_TIMESTAMP) {
4961
+ process.env.AGENTV_RUN_TIMESTAMP = (/* @__PURE__ */ new Date()).toISOString().replace(/:/g, "-").replace(/\./g, "-");
4962
+ }
4960
4963
  const mergedEnv = { ...process.env, ...envVars };
4961
4964
  const maxWorkers = workers ?? testIds.length;
4962
4965
  console.log(`Invoking ${testIds.length} CLI target(s) (${maxWorkers} workers)...`);
@@ -8270,4 +8273,4 @@ export {
8270
8273
  preprocessArgv,
8271
8274
  runCli
8272
8275
  };
8273
- //# sourceMappingURL=chunk-3UW7KUQ3.js.map
8276
+ //# sourceMappingURL=chunk-FSNRKR7X.js.map