agentv 3.14.4 → 3.14.5

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.
@@ -23,7 +23,7 @@ import {
23
23
  validateFileReferences,
24
24
  validateTargetsFile,
25
25
  writeArtifactsFromResults
26
- } from "./chunk-SAPEYQ5U.js";
26
+ } from "./chunk-GUXXTOYK.js";
27
27
  import {
28
28
  createBuiltinRegistry,
29
29
  executeScript,
@@ -4186,7 +4186,7 @@ var evalRunCommand = command({
4186
4186
  },
4187
4187
  handler: async (args) => {
4188
4188
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4189
- const { launchInteractiveWizard } = await import("./interactive-PGZ55VHT.js");
4189
+ const { launchInteractiveWizard } = await import("./interactive-WUIEXGWM.js");
4190
4190
  await launchInteractiveWizard();
4191
4191
  return;
4192
4192
  }
@@ -8525,4 +8525,4 @@ export {
8525
8525
  preprocessArgv,
8526
8526
  runCli
8527
8527
  };
8528
- //# sourceMappingURL=chunk-3NLBBQX6.js.map
8528
+ //# sourceMappingURL=chunk-UBLKP2F4.js.map
package/dist/cli.js CHANGED
@@ -2,8 +2,8 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-3NLBBQX6.js";
6
- import "./chunk-SAPEYQ5U.js";
5
+ } from "./chunk-UBLKP2F4.js";
6
+ import "./chunk-GUXXTOYK.js";
7
7
  import "./chunk-ELQEFMGO.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-HQDCIXVH.js";
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-3NLBBQX6.js";
7
- import "./chunk-SAPEYQ5U.js";
6
+ } from "./chunk-UBLKP2F4.js";
7
+ import "./chunk-GUXXTOYK.js";
8
8
  import "./chunk-ELQEFMGO.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-HQDCIXVH.js";
@@ -4,7 +4,7 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-SAPEYQ5U.js";
7
+ } from "./chunk-GUXXTOYK.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
@@ -370,4 +370,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
370
370
  export {
371
371
  launchInteractiveWizard
372
372
  };
373
- //# sourceMappingURL=interactive-PGZ55VHT.js.map
373
+ //# sourceMappingURL=interactive-WUIEXGWM.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.14.4",
3
+ "version": "3.14.5",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {