agentv 4.30.0-next.1 → 4.30.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.
@@ -45,7 +45,7 @@ import {
45
45
  validateFileReferences,
46
46
  validateTargetsFile,
47
47
  validateWorkspacePaths
48
- } from "./chunk-NZ6WEUYC.js";
48
+ } from "./chunk-B2YJVU72.js";
49
49
  import {
50
50
  RESULT_INDEX_FILENAME,
51
51
  aggregateRunDir,
@@ -4053,7 +4053,7 @@ var evalRunCommand = command({
4053
4053
  },
4054
4054
  handler: async (args) => {
4055
4055
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4056
- const { launchInteractiveWizard } = await import("./interactive-Y3NO72BW.js");
4056
+ const { launchInteractiveWizard } = await import("./interactive-DIQOOZX4.js");
4057
4057
  await launchInteractiveWizard();
4058
4058
  return;
4059
4059
  }
@@ -13583,4 +13583,4 @@ export {
13583
13583
  preprocessArgv,
13584
13584
  runCli
13585
13585
  };
13586
- //# sourceMappingURL=chunk-XKA7FIRU.js.map
13586
+ //# sourceMappingURL=chunk-J4AMO3MD.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-XKA7FIRU.js";
6
- import "./chunk-NZ6WEUYC.js";
5
+ } from "./chunk-J4AMO3MD.js";
6
+ import "./chunk-B2YJVU72.js";
7
7
  import "./chunk-YFVD6FC6.js";
8
8
  import "./chunk-LUZRCQNH.js";
9
9
  import "./chunk-QOBQ5XYF.js";
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-XKA7FIRU.js";
7
- import "./chunk-NZ6WEUYC.js";
6
+ } from "./chunk-J4AMO3MD.js";
7
+ import "./chunk-B2YJVU72.js";
8
8
  import "./chunk-YFVD6FC6.js";
9
9
  import "./chunk-LUZRCQNH.js";
10
10
  import "./chunk-QOBQ5XYF.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-NZ6WEUYC.js";
10
+ } from "./chunk-B2YJVU72.js";
11
11
  import "./chunk-YFVD6FC6.js";
12
12
  import "./chunk-LUZRCQNH.js";
13
13
  import "./chunk-QOBQ5XYF.js";
@@ -360,4 +360,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
360
360
  export {
361
361
  launchInteractiveWizard
362
362
  };
363
- //# sourceMappingURL=interactive-Y3NO72BW.js.map
363
+ //# sourceMappingURL=interactive-DIQOOZX4.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.30.0-next.1",
3
+ "version": "4.30.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {