agentv 4.40.1-next.1 → 4.40.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.
@@ -52,7 +52,7 @@ import {
52
52
  validateTargetsFile,
53
53
  validateWorkspacePaths,
54
54
  writeRunTags
55
- } from "./chunk-WKA5QDNQ.js";
55
+ } from "./chunk-A36XLUI5.js";
56
56
  import {
57
57
  toSnakeCaseDeep as toSnakeCaseDeep2,
58
58
  writeArtifactsFromResults
@@ -4597,7 +4597,7 @@ var evalRunCommand = command({
4597
4597
  },
4598
4598
  handler: async (args) => {
4599
4599
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4600
- const { launchInteractiveWizard } = await import("./interactive-OUB3GZRC.js");
4600
+ const { launchInteractiveWizard } = await import("./interactive-Q575M3A7.js");
4601
4601
  await launchInteractiveWizard();
4602
4602
  return;
4603
4603
  }
@@ -15631,4 +15631,4 @@ export {
15631
15631
  preprocessArgv,
15632
15632
  runCli
15633
15633
  };
15634
- //# sourceMappingURL=chunk-S2JJCLHV.js.map
15634
+ //# sourceMappingURL=chunk-B7CT3J2W.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-S2JJCLHV.js";
6
- import "./chunk-WKA5QDNQ.js";
5
+ } from "./chunk-B7CT3J2W.js";
6
+ import "./chunk-A36XLUI5.js";
7
7
  import "./chunk-TWQP7JYQ.js";
8
8
  import "./chunk-I3SC4FOT.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-S2JJCLHV.js";
8
- import "./chunk-WKA5QDNQ.js";
7
+ } from "./chunk-B7CT3J2W.js";
8
+ import "./chunk-A36XLUI5.js";
9
9
  import "./chunk-TWQP7JYQ.js";
10
10
  import "./chunk-I3SC4FOT.js";
11
11
  import "./chunk-76FOHROU.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-WKA5QDNQ.js";
10
+ } from "./chunk-A36XLUI5.js";
11
11
  import "./chunk-TWQP7JYQ.js";
12
12
  import "./chunk-I3SC4FOT.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-OUB3GZRC.js.map
363
+ //# sourceMappingURL=interactive-Q575M3A7.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.40.1-next.1",
3
+ "version": "4.40.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {