agentv 4.16.0-next.1 → 4.16.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
  validateTargetsFile,
45
45
  validateWorkspacePaths,
46
46
  writeArtifactsFromResults
47
- } from "./chunk-JMYLFQFH.js";
47
+ } from "./chunk-NENUAMR5.js";
48
48
  import {
49
49
  DEFAULT_CATEGORY,
50
50
  DEFAULT_THRESHOLD,
@@ -3929,7 +3929,7 @@ var evalRunCommand = command({
3929
3929
  },
3930
3930
  handler: async (args) => {
3931
3931
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
3932
- const { launchInteractiveWizard } = await import("./interactive-IBW7BKOY.js");
3932
+ const { launchInteractiveWizard } = await import("./interactive-IWGFP7T2.js");
3933
3933
  await launchInteractiveWizard();
3934
3934
  return;
3935
3935
  }
@@ -10169,4 +10169,4 @@ export {
10169
10169
  preprocessArgv,
10170
10170
  runCli
10171
10171
  };
10172
- //# sourceMappingURL=chunk-MBOMHGIJ.js.map
10172
+ //# sourceMappingURL=chunk-TA2KF32T.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-MBOMHGIJ.js";
6
- import "./chunk-JMYLFQFH.js";
5
+ } from "./chunk-TA2KF32T.js";
6
+ import "./chunk-NENUAMR5.js";
7
7
  import "./chunk-IRU2UOWN.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-MBOMHGIJ.js";
7
- import "./chunk-JMYLFQFH.js";
6
+ } from "./chunk-TA2KF32T.js";
7
+ import "./chunk-NENUAMR5.js";
8
8
  import "./chunk-IRU2UOWN.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-JMYLFQFH.js";
10
+ } from "./chunk-NENUAMR5.js";
11
11
  import {
12
12
  getAgentvConfigDir,
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-IBW7BKOY.js.map
331
+ //# sourceMappingURL=interactive-IWGFP7T2.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.16.0-next.1",
3
+ "version": "4.16.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {