agentv 4.26.1-next.1 → 4.26.1

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-JYPG2AQV.js";
48
+ } from "./chunk-JA4WQNE6.js";
49
49
  import {
50
50
  RESULT_INDEX_FILENAME,
51
51
  aggregateRunDir,
@@ -3997,7 +3997,7 @@ var evalRunCommand = command({
3997
3997
  },
3998
3998
  handler: async (args) => {
3999
3999
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4000
- const { launchInteractiveWizard } = await import("./interactive-VTCWKNWK.js");
4000
+ const { launchInteractiveWizard } = await import("./interactive-YMKWKPD7.js");
4001
4001
  await launchInteractiveWizard();
4002
4002
  return;
4003
4003
  }
@@ -12108,4 +12108,4 @@ export {
12108
12108
  preprocessArgv,
12109
12109
  runCli
12110
12110
  };
12111
- //# sourceMappingURL=chunk-EZDEXBRZ.js.map
12111
+ //# sourceMappingURL=chunk-XBUHMRX2.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-EZDEXBRZ.js";
6
- import "./chunk-JYPG2AQV.js";
5
+ } from "./chunk-XBUHMRX2.js";
6
+ import "./chunk-JA4WQNE6.js";
7
7
  import "./chunk-TWBKRGXR.js";
8
8
  import "./chunk-6BAB3XBI.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-EZDEXBRZ.js";
7
- import "./chunk-JYPG2AQV.js";
6
+ } from "./chunk-XBUHMRX2.js";
7
+ import "./chunk-JA4WQNE6.js";
8
8
  import "./chunk-TWBKRGXR.js";
9
9
  import "./chunk-6BAB3XBI.js";
10
10
  import "./chunk-QOBQ5XYF.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-JYPG2AQV.js";
10
+ } from "./chunk-JA4WQNE6.js";
11
11
  import "./chunk-TWBKRGXR.js";
12
12
  import "./chunk-6BAB3XBI.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-VTCWKNWK.js.map
363
+ //# sourceMappingURL=interactive-YMKWKPD7.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.26.1-next.1",
3
+ "version": "4.26.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {