agentv 4.15.6 → 4.15.7

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-NH56CTFS.js";
6
- import "./chunk-FZA7AWRQ.js";
7
- import "./chunk-FS2VJLII.js";
5
+ } from "./chunk-FBF5P33F.js";
6
+ import "./chunk-AM3GKJEC.js";
7
+ import "./chunk-Z26ZTLM5.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-NPVGBFF6.js";
10
10
  import "./chunk-HQDCIXVH.js";
@@ -188,7 +188,7 @@ import {
188
188
  transpileEvalYaml,
189
189
  transpileEvalYamlFile,
190
190
  trimBaselineResult
191
- } from "./chunk-FS2VJLII.js";
191
+ } from "./chunk-Z26ZTLM5.js";
192
192
  import {
193
193
  OtlpJsonFileExporter
194
194
  } from "./chunk-QOBQ5XYF.js";
@@ -395,4 +395,4 @@ export {
395
395
  transpileEvalYamlFile,
396
396
  trimBaselineResult
397
397
  };
398
- //# sourceMappingURL=dist-QUVZ5QKG.js.map
398
+ //# sourceMappingURL=dist-RGZQPQ4X.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-NH56CTFS.js";
7
- import "./chunk-FZA7AWRQ.js";
8
- import "./chunk-FS2VJLII.js";
6
+ } from "./chunk-FBF5P33F.js";
7
+ import "./chunk-AM3GKJEC.js";
8
+ import "./chunk-Z26ZTLM5.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-FZA7AWRQ.js";
10
+ } from "./chunk-AM3GKJEC.js";
11
11
  import {
12
12
  getAgentvHome,
13
13
  listTargetNames,
14
14
  readTargetDefinitions
15
- } from "./chunk-FS2VJLII.js";
15
+ } from "./chunk-Z26ZTLM5.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-7Z5D253X.js.map
331
+ //# sourceMappingURL=interactive-A45OGJKI.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.15.6",
3
+ "version": "4.15.7",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {