agentv 2.18.1 → 2.18.2

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-JSA3EH44.js";
6
- import "./chunk-YSLP2HLP.js";
7
- import "./chunk-NWQTM4ZK.js";
5
+ } from "./chunk-PJBBVLLB.js";
6
+ import "./chunk-ZCUOH72A.js";
7
+ import "./chunk-ID5SDIYE.js";
8
8
  import "./chunk-JK6V4KVD.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-3L2L5GIL.js";
@@ -136,7 +136,7 @@ import {
136
136
  toSnakeCaseDeep,
137
137
  tokensPerTool,
138
138
  trimBaselineResult
139
- } from "./chunk-NWQTM4ZK.js";
139
+ } from "./chunk-ID5SDIYE.js";
140
140
  import {
141
141
  SimpleTraceFileExporter
142
142
  } from "./chunk-JK6V4KVD.js";
@@ -286,4 +286,4 @@ export {
286
286
  tokensPerTool,
287
287
  trimBaselineResult
288
288
  };
289
- //# sourceMappingURL=dist-QE7SFCGD.js.map
289
+ //# sourceMappingURL=dist-CRELSNY6.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-JSA3EH44.js";
7
- import "./chunk-YSLP2HLP.js";
8
- import "./chunk-NWQTM4ZK.js";
6
+ } from "./chunk-PJBBVLLB.js";
7
+ import "./chunk-ZCUOH72A.js";
8
+ import "./chunk-ID5SDIYE.js";
9
9
  import "./chunk-JK6V4KVD.js";
10
10
  import "./chunk-C5GOHBQM.js";
11
11
  import "./chunk-3L2L5GIL.js";
@@ -4,14 +4,14 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-YSLP2HLP.js";
7
+ } from "./chunk-ZCUOH72A.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
11
11
  listTargetNames,
12
12
  loadConfig,
13
13
  readTargetDefinitions
14
- } from "./chunk-NWQTM4ZK.js";
14
+ } from "./chunk-ID5SDIYE.js";
15
15
  import "./chunk-JK6V4KVD.js";
16
16
  import "./chunk-C5GOHBQM.js";
17
17
  import "./chunk-3L2L5GIL.js";
@@ -330,4 +330,4 @@ async function executeConfig(config) {
330
330
  export {
331
331
  launchInteractiveWizard
332
332
  };
333
- //# sourceMappingURL=interactive-MQODOYWE.js.map
333
+ //# sourceMappingURL=interactive-RJTBLMVF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {