agentv 4.15.1 → 4.15.2-next.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-BUQ2JYIB.js";
6
- import "./chunk-VFJ3UPNX.js";
7
- import "./chunk-CA3SJJN7.js";
5
+ } from "./chunk-ZO4VTVKQ.js";
6
+ import "./chunk-O4RLSNIR.js";
7
+ import "./chunk-6X2UFVGI.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-NPVGBFF6.js";
10
10
  import "./chunk-HQDCIXVH.js";
@@ -106,6 +106,7 @@ import {
106
106
  getWorkspacePath,
107
107
  getWorkspacePoolRoot,
108
108
  getWorkspacesRoot,
109
+ groupTranscriptJsonLines,
109
110
  initializeBaseline,
110
111
  isAgentSkillsFormat,
111
112
  isContent,
@@ -181,13 +182,13 @@ import {
181
182
  syncResultsRepo,
182
183
  toCamelCaseDeep,
183
184
  toSnakeCaseDeep,
184
- toTranscriptJsonLine,
185
+ toTranscriptJsonLines,
185
186
  tokensPerTool,
186
187
  touchBenchmark,
187
188
  transpileEvalYaml,
188
189
  transpileEvalYamlFile,
189
190
  trimBaselineResult
190
- } from "./chunk-CA3SJJN7.js";
191
+ } from "./chunk-6X2UFVGI.js";
191
192
  import {
192
193
  OtlpJsonFileExporter
193
194
  } from "./chunk-QOBQ5XYF.js";
@@ -311,6 +312,7 @@ export {
311
312
  getWorkspacePath,
312
313
  getWorkspacePoolRoot,
313
314
  getWorkspacesRoot,
315
+ groupTranscriptJsonLines,
314
316
  initializeBaseline,
315
317
  isAgentSkillsFormat,
316
318
  isContent,
@@ -386,11 +388,11 @@ export {
386
388
  syncResultsRepo,
387
389
  toCamelCaseDeep,
388
390
  toSnakeCaseDeep,
389
- toTranscriptJsonLine,
391
+ toTranscriptJsonLines,
390
392
  tokensPerTool,
391
393
  touchBenchmark,
392
394
  transpileEvalYaml,
393
395
  transpileEvalYamlFile,
394
396
  trimBaselineResult
395
397
  };
396
- //# sourceMappingURL=dist-524K2DD2.js.map
398
+ //# sourceMappingURL=dist-7ZYP7EBD.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-BUQ2JYIB.js";
7
- import "./chunk-VFJ3UPNX.js";
8
- import "./chunk-CA3SJJN7.js";
6
+ } from "./chunk-ZO4VTVKQ.js";
7
+ import "./chunk-O4RLSNIR.js";
8
+ import "./chunk-6X2UFVGI.js";
9
9
  import "./chunk-QOBQ5XYF.js";
10
10
  import "./chunk-NPVGBFF6.js";
11
11
  import "./chunk-HQDCIXVH.js";
@@ -7,12 +7,12 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-VFJ3UPNX.js";
10
+ } from "./chunk-O4RLSNIR.js";
11
11
  import {
12
12
  getAgentvHome,
13
13
  listTargetNames,
14
14
  readTargetDefinitions
15
- } from "./chunk-CA3SJJN7.js";
15
+ } from "./chunk-6X2UFVGI.js";
16
16
  import "./chunk-QOBQ5XYF.js";
17
17
  import "./chunk-NPVGBFF6.js";
18
18
  import "./chunk-HQDCIXVH.js";
@@ -328,4 +328,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
328
328
  export {
329
329
  launchInteractiveWizard
330
330
  };
331
- //# sourceMappingURL=interactive-G4WWA32J.js.map
331
+ //# sourceMappingURL=interactive-ULCAOSHJ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.15.1",
3
+ "version": "4.15.2-next.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {