agentv 4.41.0-next.1 → 4.41.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.
@@ -54,7 +54,7 @@ import {
54
54
  validateTargetsFile,
55
55
  validateWorkspacePaths,
56
56
  writeRunTags
57
- } from "./chunk-CF5RCUWH.js";
57
+ } from "./chunk-JQ6XRG7X.js";
58
58
  import {
59
59
  toSnakeCaseDeep as toSnakeCaseDeep2,
60
60
  writeArtifactsFromResults as writeArtifactsFromResults2
@@ -4602,7 +4602,7 @@ var evalRunCommand = command({
4602
4602
  },
4603
4603
  handler: async (args) => {
4604
4604
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4605
- const { launchInteractiveWizard } = await import("./interactive-4JKJTY3G.js");
4605
+ const { launchInteractiveWizard } = await import("./interactive-OPSG4MPD.js");
4606
4606
  await launchInteractiveWizard();
4607
4607
  return;
4608
4608
  }
@@ -16230,4 +16230,4 @@ export {
16230
16230
  preprocessArgv,
16231
16231
  runCli
16232
16232
  };
16233
- //# sourceMappingURL=chunk-6FXICR66.js.map
16233
+ //# sourceMappingURL=chunk-LXXMQSAR.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-6FXICR66.js";
6
- import "./chunk-CF5RCUWH.js";
5
+ } from "./chunk-LXXMQSAR.js";
6
+ import "./chunk-JQ6XRG7X.js";
7
7
  import "./chunk-A4J456KS.js";
8
8
  import "./chunk-Z45FKRMJ.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-6FXICR66.js";
8
- import "./chunk-CF5RCUWH.js";
7
+ } from "./chunk-LXXMQSAR.js";
8
+ import "./chunk-JQ6XRG7X.js";
9
9
  import "./chunk-A4J456KS.js";
10
10
  import "./chunk-Z45FKRMJ.js";
11
11
  import "./chunk-76FOHROU.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-CF5RCUWH.js";
10
+ } from "./chunk-JQ6XRG7X.js";
11
11
  import "./chunk-A4J456KS.js";
12
12
  import "./chunk-Z45FKRMJ.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-4JKJTY3G.js.map
363
+ //# sourceMappingURL=interactive-OPSG4MPD.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.41.0-next.1",
3
+ "version": "4.41.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {