agentv 2.14.3 → 2.16.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/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-D3WKMO6D.js";
7
- import "./chunk-MDAFSKDI.js";
8
- import "./chunk-TK4PB62M.js";
6
+ } from "./chunk-JZ62HLUC.js";
7
+ import "./chunk-QLCVA3ZS.js";
8
+ import "./chunk-LZ5MPQFM.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-MDAFSKDI.js";
7
+ } from "./chunk-QLCVA3ZS.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
11
11
  listTargetNames,
12
12
  loadConfig,
13
13
  readTargetDefinitions
14
- } from "./chunk-TK4PB62M.js";
14
+ } from "./chunk-LZ5MPQFM.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-SQSP4PL3.js.map
333
+ //# sourceMappingURL=interactive-ZXYNPRCT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "2.14.3",
3
+ "version": "2.16.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {