agentv 3.14.4 → 3.14.6

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.
@@ -32,7 +32,7 @@ import {
32
32
  // package.json
33
33
  var package_default = {
34
34
  name: "agentv",
35
- version: "3.14.4",
35
+ version: "3.14.6",
36
36
  description: "CLI entry point for AgentV",
37
37
  type: "module",
38
38
  repository: {
@@ -304,7 +304,7 @@ import path3 from "node:path";
304
304
  var RESULT_INDEX_FILENAME = "index.jsonl";
305
305
  var RESULT_RUNS_DIRNAME = "runs";
306
306
  function createRunDirName(timestamp = /* @__PURE__ */ new Date()) {
307
- return `eval_${timestamp.toISOString().replace(/[:.]/g, "-")}`;
307
+ return timestamp.toISOString().replace(/[:.]/g, "-");
308
308
  }
309
309
  function buildDefaultRunDir(cwd) {
310
310
  return path3.join(cwd, ".agentv", "results", RESULT_RUNS_DIRNAME, createRunDirName());
@@ -4812,4 +4812,4 @@ export {
4812
4812
  selectTarget,
4813
4813
  runEvalCommand
4814
4814
  };
4815
- //# sourceMappingURL=chunk-SAPEYQ5U.js.map
4815
+ //# sourceMappingURL=chunk-Y25VL7PX.js.map