agentv 4.5.1 → 4.6.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.
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-BQC2CDLN.js";
6
- import "./chunk-5DEZ72J3.js";
7
- import "./chunk-7DRAXDVC.js";
5
+ } from "./chunk-U2LSJ6Y4.js";
6
+ import "./chunk-5GZJIXTY.js";
7
+ import "./chunk-KQQTEWZF.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-HQDCIXVH.js";
10
10
  import "./chunk-ZKO2LGRR.js";
@@ -164,7 +164,7 @@ import {
164
164
  transpileEvalYaml,
165
165
  transpileEvalYamlFile,
166
166
  trimBaselineResult
167
- } from "./chunk-7DRAXDVC.js";
167
+ } from "./chunk-KQQTEWZF.js";
168
168
  import {
169
169
  OtlpJsonFileExporter
170
170
  } from "./chunk-QOBQ5XYF.js";
@@ -342,4 +342,4 @@ export {
342
342
  transpileEvalYamlFile,
343
343
  trimBaselineResult
344
344
  };
345
- //# sourceMappingURL=dist-VWMHFUXR.js.map
345
+ //# sourceMappingURL=dist-FBPCDLOY.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-BQC2CDLN.js";
7
- import "./chunk-5DEZ72J3.js";
8
- import "./chunk-7DRAXDVC.js";
6
+ } from "./chunk-U2LSJ6Y4.js";
7
+ import "./chunk-5GZJIXTY.js";
8
+ import "./chunk-KQQTEWZF.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-5DEZ72J3.js";
7
+ } from "./chunk-5GZJIXTY.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-7DRAXDVC.js";
15
+ } from "./chunk-KQQTEWZF.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-OG7ZJIHG.js.map
366
+ //# sourceMappingURL=interactive-6D3ULOMN.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.5.1",
3
+ "version": "4.6.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {