agentv 4.4.1 → 4.5.1

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/cli.js CHANGED
@@ -2,9 +2,9 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-4WMLJHW5.js";
6
- import "./chunk-VYZQMN57.js";
7
- import "./chunk-63NDZ6UC.js";
5
+ } from "./chunk-BQC2CDLN.js";
6
+ import "./chunk-5DEZ72J3.js";
7
+ import "./chunk-7DRAXDVC.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-HQDCIXVH.js";
10
10
  import "./chunk-ZKO2LGRR.js";
@@ -61,6 +61,7 @@ import {
61
61
  deriveProjectId,
62
62
  detectFormat,
63
63
  discoverAssertions,
64
+ discoverClaudeSessions,
64
65
  discoverCopilotSessions,
65
66
  discoverGraders,
66
67
  discoverProjects,
@@ -119,12 +120,14 @@ import {
119
120
  negateScore,
120
121
  normalizeLineEndings,
121
122
  parseAgentSkillsEvals,
123
+ parseClaudeSession,
122
124
  parseJsonFromText,
123
125
  parseJsonSafe,
124
126
  readJsonFile,
125
127
  readTargetDefinitions,
126
128
  readTestSuiteMetadata,
127
129
  readTextFile,
130
+ readTranscriptFile,
128
131
  removeProject,
129
132
  resolveAndCreateProvider,
130
133
  resolveFileReference,
@@ -161,7 +164,7 @@ import {
161
164
  transpileEvalYaml,
162
165
  transpileEvalYamlFile,
163
166
  trimBaselineResult
164
- } from "./chunk-63NDZ6UC.js";
167
+ } from "./chunk-7DRAXDVC.js";
165
168
  import {
166
169
  OtlpJsonFileExporter
167
170
  } from "./chunk-QOBQ5XYF.js";
@@ -234,6 +237,7 @@ export {
234
237
  deriveProjectId,
235
238
  detectFormat,
236
239
  discoverAssertions,
240
+ discoverClaudeSessions,
237
241
  discoverCopilotSessions,
238
242
  discoverGraders,
239
243
  discoverGraders as discoverJudges,
@@ -293,12 +297,14 @@ export {
293
297
  negateScore,
294
298
  normalizeLineEndings,
295
299
  parseAgentSkillsEvals,
300
+ parseClaudeSession,
296
301
  parseJsonFromText,
297
302
  parseJsonSafe,
298
303
  readJsonFile,
299
304
  readTargetDefinitions,
300
305
  readTestSuiteMetadata,
301
306
  readTextFile,
307
+ readTranscriptFile,
302
308
  removeProject,
303
309
  resolveAndCreateProvider,
304
310
  resolveFileReference,
@@ -336,4 +342,4 @@ export {
336
342
  transpileEvalYamlFile,
337
343
  trimBaselineResult
338
344
  };
339
- //# sourceMappingURL=dist-P74O2P2I.js.map
345
+ //# sourceMappingURL=dist-VWMHFUXR.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-4WMLJHW5.js";
7
- import "./chunk-VYZQMN57.js";
8
- import "./chunk-63NDZ6UC.js";
6
+ } from "./chunk-BQC2CDLN.js";
7
+ import "./chunk-5DEZ72J3.js";
8
+ import "./chunk-7DRAXDVC.js";
9
9
  import "./chunk-QOBQ5XYF.js";
10
10
  import "./chunk-HQDCIXVH.js";
11
11
  import "./chunk-ZKO2LGRR.js";
@@ -4,7 +4,7 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-VYZQMN57.js";
7
+ } from "./chunk-5DEZ72J3.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  deriveCategory,
@@ -12,7 +12,7 @@ import {
12
12
  listTargetNames,
13
13
  loadConfig,
14
14
  readTargetDefinitions
15
- } from "./chunk-63NDZ6UC.js";
15
+ } from "./chunk-7DRAXDVC.js";
16
16
  import "./chunk-QOBQ5XYF.js";
17
17
  import "./chunk-HQDCIXVH.js";
18
18
  import "./chunk-ZKO2LGRR.js";
@@ -363,4 +363,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
363
363
  export {
364
364
  launchInteractiveWizard
365
365
  };
366
- //# sourceMappingURL=interactive-VJP2AEPT.js.map
366
+ //# sourceMappingURL=interactive-OG7ZJIHG.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.4.1",
3
+ "version": "4.5.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {