agentv 4.12.1 → 4.12.2

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.
@@ -42,7 +42,7 @@ import {
42
42
  validateFileReferences,
43
43
  validateTargetsFile,
44
44
  writeArtifactsFromResults
45
- } from "./chunk-VOD4ZW4Q.js";
45
+ } from "./chunk-GSVQGON2.js";
46
46
  import {
47
47
  DEFAULT_CATEGORY,
48
48
  DEFAULT_THRESHOLD,
@@ -3912,7 +3912,7 @@ var evalRunCommand = command({
3912
3912
  },
3913
3913
  handler: async (args) => {
3914
3914
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
3915
- const { launchInteractiveWizard } = await import("./interactive-X3W6VSQI.js");
3915
+ const { launchInteractiveWizard } = await import("./interactive-ZGCO5PVL.js");
3916
3916
  await launchInteractiveWizard();
3917
3917
  return;
3918
3918
  }
@@ -9850,4 +9850,4 @@ export {
9850
9850
  preprocessArgv,
9851
9851
  runCli
9852
9852
  };
9853
- //# sourceMappingURL=chunk-36FC2I7D.js.map
9853
+ //# sourceMappingURL=chunk-S3YQYLZN.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-36FC2I7D.js";
6
- import "./chunk-VOD4ZW4Q.js";
5
+ } from "./chunk-S3YQYLZN.js";
6
+ import "./chunk-GSVQGON2.js";
7
7
  import "./chunk-CXAO4VPP.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-36FC2I7D.js";
7
- import "./chunk-VOD4ZW4Q.js";
6
+ } from "./chunk-S3YQYLZN.js";
7
+ import "./chunk-GSVQGON2.js";
8
8
  import "./chunk-CXAO4VPP.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-VOD4ZW4Q.js";
10
+ } from "./chunk-GSVQGON2.js";
11
11
  import {
12
12
  getAgentvHome,
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-X3W6VSQI.js.map
331
+ //# sourceMappingURL=interactive-ZGCO5PVL.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.12.1",
3
+ "version": "4.12.2",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {