agentv 3.2.1 → 3.2.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.
@@ -12,7 +12,7 @@ import {
12
12
  validateEvalFile,
13
13
  validateFileReferences,
14
14
  validateTargetsFile
15
- } from "./chunk-QZRZDCHV.js";
15
+ } from "./chunk-IUNL3OJU.js";
16
16
  import {
17
17
  createBuiltinRegistry,
18
18
  createProvider,
@@ -4177,7 +4177,7 @@ var evalRunCommand = command({
4177
4177
  },
4178
4178
  handler: async (args) => {
4179
4179
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4180
- const { launchInteractiveWizard } = await import("./interactive-Q37ICHBG.js");
4180
+ const { launchInteractiveWizard } = await import("./interactive-LMQO2QAX.js");
4181
4181
  await launchInteractiveWizard();
4182
4182
  return;
4183
4183
  }
@@ -6146,4 +6146,4 @@ export {
6146
6146
  preprocessArgv,
6147
6147
  runCli
6148
6148
  };
6149
- //# sourceMappingURL=chunk-CY4TSIZS.js.map
6149
+ //# sourceMappingURL=chunk-LNRX7YV5.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-CY4TSIZS.js";
6
- import "./chunk-QZRZDCHV.js";
5
+ } from "./chunk-LNRX7YV5.js";
6
+ import "./chunk-IUNL3OJU.js";
7
7
  import "./chunk-QHH6QXNY.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-JK6V4KVD.js";
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-CY4TSIZS.js";
7
- import "./chunk-QZRZDCHV.js";
6
+ } from "./chunk-LNRX7YV5.js";
7
+ import "./chunk-IUNL3OJU.js";
8
8
  import "./chunk-QHH6QXNY.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-JK6V4KVD.js";
@@ -4,7 +4,7 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-QZRZDCHV.js";
7
+ } from "./chunk-IUNL3OJU.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
@@ -331,4 +331,4 @@ async function executeConfig(config) {
331
331
  export {
332
332
  launchInteractiveWizard
333
333
  };
334
- //# sourceMappingURL=interactive-Q37ICHBG.js.map
334
+ //# sourceMappingURL=interactive-LMQO2QAX.js.map
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/EntityProcess/agentv.git"
9
9
  },
10
- "homepage": "https://github.com/EntityProcess/agentv#readme",
10
+ "homepage": "https://agentv.dev",
11
11
  "bugs": {
12
12
  "url": "https://github.com/EntityProcess/agentv/issues"
13
13
  },