agentv 4.18.0-next.1 → 4.19.0

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.
@@ -13,14 +13,15 @@ import {
13
13
  writeArtifacts,
14
14
  writeArtifactsFromResults,
15
15
  writePerTestArtifacts
16
- } from "./chunk-HBDOJJFY.js";
17
- import "./chunk-RCOAXXHP.js";
16
+ } from "./chunk-NL6P5MUH.js";
17
+ import "./chunk-R2QDYORI.js";
18
18
  import "./chunk-QOBQ5XYF.js";
19
+ import "./chunk-BPGJ4HBU.js";
20
+ import "./chunk-PTYQS37Y.js";
21
+ import "./chunk-ZKO2LGRR.js";
19
22
  import "./chunk-NPVGBFF6.js";
20
23
  import "./chunk-HQDCIXVH.js";
21
24
  import "./chunk-LRULMAAA.js";
22
- import "./chunk-BPGJ4HBU.js";
23
- import "./chunk-ZKO2LGRR.js";
24
25
  import "./chunk-5H446C7X.js";
25
26
  export {
26
27
  aggregateRunDir,
@@ -37,4 +38,4 @@ export {
37
38
  writeArtifactsFromResults,
38
39
  writePerTestArtifacts
39
40
  };
40
- //# sourceMappingURL=artifact-writer-WH3OE42V.js.map
41
+ //# sourceMappingURL=artifact-writer-YATMDPWI.js.map
@@ -39,7 +39,7 @@ import {
39
39
  validateFileReferences,
40
40
  validateTargetsFile,
41
41
  validateWorkspacePaths
42
- } from "./chunk-VRPCMCLQ.js";
42
+ } from "./chunk-IWI4AJRS.js";
43
43
  import {
44
44
  RESULT_INDEX_FILENAME,
45
45
  aggregateRunDir,
@@ -47,34 +47,40 @@ import {
47
47
  resolveRunManifestPath,
48
48
  toSnakeCaseDeep,
49
49
  writeArtifactsFromResults
50
- } from "./chunk-HBDOJJFY.js";
50
+ } from "./chunk-NL6P5MUH.js";
51
51
  import {
52
52
  DEFAULT_CATEGORY,
53
- DEFAULT_THRESHOLD,
54
53
  addBenchmark,
55
- createBuiltinRegistry,
56
54
  deriveCategory,
57
55
  discoverBenchmarks,
58
56
  discoverClaudeSessions,
59
57
  discoverCodexSessions,
58
+ getBenchmark,
59
+ getOutputFilenames,
60
+ loadBenchmarkRegistry,
61
+ parseClaudeSession,
62
+ parseCodexSession,
63
+ readTranscriptFile,
64
+ removeBenchmark,
65
+ scanRepoDeps,
66
+ toTranscriptJsonLines,
67
+ transpileEvalYamlFile,
68
+ trimBaselineResult
69
+ } from "./chunk-R2QDYORI.js";
70
+ import {
71
+ DEFAULT_THRESHOLD,
72
+ createBuiltinRegistry,
60
73
  discoverCopilotSessions,
61
74
  executeScript,
62
75
  getAgentvConfigDir,
63
- getBenchmark,
64
- getOutputFilenames,
65
76
  getWorkspacePoolRoot,
66
77
  isAgentSkillsFormat,
67
78
  listTargetNames,
68
- loadBenchmarkRegistry,
69
79
  loadTestSuite,
70
80
  normalizeLineEndings,
71
81
  parseAgentSkillsEvals,
72
- parseClaudeSession,
73
- parseCodexSession,
74
82
  parseCopilotEvents,
75
83
  readTargetDefinitions,
76
- readTranscriptFile,
77
- removeBenchmark,
78
84
  runContainsAllAssertion,
79
85
  runContainsAnyAssertion,
80
86
  runContainsAssertion,
@@ -86,13 +92,9 @@ import {
86
92
  runIsJsonAssertion,
87
93
  runRegexAssertion,
88
94
  runStartsWithAssertion,
89
- scanRepoDeps,
90
95
  toCamelCaseDeep,
91
- toSnakeCaseDeep as toSnakeCaseDeep2,
92
- toTranscriptJsonLines,
93
- transpileEvalYamlFile,
94
- trimBaselineResult
95
- } from "./chunk-RCOAXXHP.js";
96
+ toSnakeCaseDeep as toSnakeCaseDeep2
97
+ } from "./chunk-PTYQS37Y.js";
96
98
  import {
97
99
  __commonJS,
98
100
  __require,
@@ -3786,7 +3788,7 @@ var evalRunCommand = command({
3786
3788
  evalPaths: restPositionals({
3787
3789
  type: string,
3788
3790
  displayName: "eval-paths",
3789
- description: "Path(s) or glob(s) to evaluation .yaml file(s)"
3791
+ description: "Path(s) or glob(s) to evaluation files (.yaml, .eval.ts)"
3790
3792
  }),
3791
3793
  target: multioption({
3792
3794
  type: array(string),
@@ -3979,7 +3981,7 @@ var evalRunCommand = command({
3979
3981
  },
3980
3982
  handler: async (args) => {
3981
3983
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
3982
- const { launchInteractiveWizard } = await import("./interactive-J4QEU5FG.js");
3984
+ const { launchInteractiveWizard } = await import("./interactive-7AZMOH2V.js");
3983
3985
  await launchInteractiveWizard();
3984
3986
  return;
3985
3987
  }
@@ -12001,4 +12003,4 @@ export {
12001
12003
  preprocessArgv,
12002
12004
  runCli
12003
12005
  };
12004
- //# sourceMappingURL=chunk-MCBERRMC.js.map
12006
+ //# sourceMappingURL=chunk-62M5MR5K.js.map