agentv 4.11.0 → 4.11.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.
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-QRYAMYT7.js";
6
- import "./chunk-FH24D7XW.js";
5
+ } from "./chunk-7TJ2PON3.js";
6
+ import "./chunk-MIP46NEN.js";
7
7
  import "./chunk-FQGY6QXQ.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-QRYAMYT7.js";
7
- import "./chunk-FH24D7XW.js";
6
+ } from "./chunk-7TJ2PON3.js";
7
+ import "./chunk-MIP46NEN.js";
8
8
  import "./chunk-FQGY6QXQ.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-FH24D7XW.js";
10
+ } from "./chunk-MIP46NEN.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-SIOZB665.js.map
331
+ //# sourceMappingURL=interactive-LRW3X5OF.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.11.0",
3
+ "version": "4.11.2",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {