agentv 4.42.3-next.1 → 4.42.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.
@@ -56,7 +56,7 @@ import {
56
56
  validateTargetsFile,
57
57
  validateWorkspacePaths,
58
58
  writeRunTags
59
- } from "./chunk-DIOJIRVI.js";
59
+ } from "./chunk-BACWATIZ.js";
60
60
  import {
61
61
  materializeEvalBundle,
62
62
  toSnakeCaseDeep as toSnakeCaseDeep2,
@@ -4806,7 +4806,7 @@ var evalRunCommand = command({
4806
4806
  },
4807
4807
  handler: async (args) => {
4808
4808
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4809
- const { launchInteractiveWizard } = await import("./interactive-T3QA4YJG.js");
4809
+ const { launchInteractiveWizard } = await import("./interactive-YDTA2QJF.js");
4810
4810
  await launchInteractiveWizard();
4811
4811
  return;
4812
4812
  }
@@ -16726,4 +16726,4 @@ export {
16726
16726
  preprocessArgv,
16727
16727
  runCli
16728
16728
  };
16729
- //# sourceMappingURL=chunk-RPD6P6S3.js.map
16729
+ //# sourceMappingURL=chunk-DZYUOKTI.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-RPD6P6S3.js";
6
- import "./chunk-DIOJIRVI.js";
5
+ } from "./chunk-DZYUOKTI.js";
6
+ import "./chunk-BACWATIZ.js";
7
7
  import "./chunk-6SQDBXT7.js";
8
8
  import "./chunk-SLK6MUSS.js";
9
9
  import "./chunk-76FOHROU.js";
package/dist/index.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  preprocessArgv,
5
5
  runCli,
6
6
  usesDeprecatedStudioAlias
7
- } from "./chunk-RPD6P6S3.js";
8
- import "./chunk-DIOJIRVI.js";
7
+ } from "./chunk-DZYUOKTI.js";
8
+ import "./chunk-BACWATIZ.js";
9
9
  import "./chunk-6SQDBXT7.js";
10
10
  import "./chunk-SLK6MUSS.js";
11
11
  import "./chunk-76FOHROU.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-DIOJIRVI.js";
10
+ } from "./chunk-BACWATIZ.js";
11
11
  import "./chunk-6SQDBXT7.js";
12
12
  import "./chunk-SLK6MUSS.js";
13
13
  import "./chunk-76FOHROU.js";
@@ -360,4 +360,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
360
360
  export {
361
361
  launchInteractiveWizard
362
362
  };
363
- //# sourceMappingURL=interactive-T3QA4YJG.js.map
363
+ //# sourceMappingURL=interactive-YDTA2QJF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.42.3-next.1",
3
+ "version": "4.42.3",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {