agentv 4.15.2-next.1 → 4.15.3

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.
@@ -42,7 +42,7 @@ import {
42
42
  validateFileReferences,
43
43
  validateTargetsFile,
44
44
  writeArtifactsFromResults
45
- } from "./chunk-O4RLSNIR.js";
45
+ } from "./chunk-NXZLEIAG.js";
46
46
  import {
47
47
  DEFAULT_CATEGORY,
48
48
  DEFAULT_THRESHOLD,
@@ -3912,7 +3912,7 @@ var evalRunCommand = command({
3912
3912
  },
3913
3913
  handler: async (args) => {
3914
3914
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
3915
- const { launchInteractiveWizard } = await import("./interactive-ULCAOSHJ.js");
3915
+ const { launchInteractiveWizard } = await import("./interactive-QOOK2KED.js");
3916
3916
  await launchInteractiveWizard();
3917
3917
  return;
3918
3918
  }
@@ -10061,4 +10061,4 @@ export {
10061
10061
  preprocessArgv,
10062
10062
  runCli
10063
10063
  };
10064
- //# sourceMappingURL=chunk-ZO4VTVKQ.js.map
10064
+ //# sourceMappingURL=chunk-P2UXBHIA.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-ZO4VTVKQ.js";
6
- import "./chunk-O4RLSNIR.js";
5
+ } from "./chunk-P2UXBHIA.js";
6
+ import "./chunk-NXZLEIAG.js";
7
7
  import "./chunk-6X2UFVGI.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-NPVGBFF6.js";
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-ZO4VTVKQ.js";
7
- import "./chunk-O4RLSNIR.js";
6
+ } from "./chunk-P2UXBHIA.js";
7
+ import "./chunk-NXZLEIAG.js";
8
8
  import "./chunk-6X2UFVGI.js";
9
9
  import "./chunk-QOBQ5XYF.js";
10
10
  import "./chunk-NPVGBFF6.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-O4RLSNIR.js";
10
+ } from "./chunk-NXZLEIAG.js";
11
11
  import {
12
12
  getAgentvHome,
13
13
  listTargetNames,
@@ -328,4 +328,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
328
328
  export {
329
329
  launchInteractiveWizard
330
330
  };
331
- //# sourceMappingURL=interactive-ULCAOSHJ.js.map
331
+ //# sourceMappingURL=interactive-QOOK2KED.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.15.2-next.1",
3
+ "version": "4.15.3",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {