agentv 4.22.0-next.1 → 4.22.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.
@@ -44,7 +44,7 @@ import {
44
44
  validateFileReferences,
45
45
  validateTargetsFile,
46
46
  validateWorkspacePaths
47
- } from "./chunk-E4LRWRQ4.js";
47
+ } from "./chunk-5QF7PKZ4.js";
48
48
  import {
49
49
  RESULT_INDEX_FILENAME,
50
50
  aggregateRunDir,
@@ -3995,7 +3995,7 @@ var evalRunCommand = command({
3995
3995
  },
3996
3996
  handler: async (args) => {
3997
3997
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
3998
- const { launchInteractiveWizard } = await import("./interactive-KRKRO7HK.js");
3998
+ const { launchInteractiveWizard } = await import("./interactive-7LC5WFP3.js");
3999
3999
  await launchInteractiveWizard();
4000
4000
  return;
4001
4001
  }
@@ -11973,4 +11973,4 @@ export {
11973
11973
  preprocessArgv,
11974
11974
  runCli
11975
11975
  };
11976
- //# sourceMappingURL=chunk-FEOQKY2B.js.map
11976
+ //# sourceMappingURL=chunk-GMMIWIBF.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-FEOQKY2B.js";
6
- import "./chunk-E4LRWRQ4.js";
5
+ } from "./chunk-GMMIWIBF.js";
6
+ import "./chunk-5QF7PKZ4.js";
7
7
  import "./chunk-CM2AVQAM.js";
8
8
  import "./chunk-762UZSGR.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-FEOQKY2B.js";
7
- import "./chunk-E4LRWRQ4.js";
6
+ } from "./chunk-GMMIWIBF.js";
7
+ import "./chunk-5QF7PKZ4.js";
8
8
  import "./chunk-CM2AVQAM.js";
9
9
  import "./chunk-762UZSGR.js";
10
10
  import "./chunk-QOBQ5XYF.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-E4LRWRQ4.js";
10
+ } from "./chunk-5QF7PKZ4.js";
11
11
  import "./chunk-CM2AVQAM.js";
12
12
  import "./chunk-762UZSGR.js";
13
13
  import "./chunk-QOBQ5XYF.js";
@@ -328,4 +328,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
328
328
  export {
329
329
  launchInteractiveWizard
330
330
  };
331
- //# sourceMappingURL=interactive-KRKRO7HK.js.map
331
+ //# sourceMappingURL=interactive-7LC5WFP3.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.22.0-next.1",
3
+ "version": "4.22.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {