agentv 3.13.2 → 3.13.3

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-X2343WOK.js";
6
- import "./chunk-4Z5E5CYT.js";
5
+ } from "./chunk-TGCWIHBH.js";
6
+ import "./chunk-PACTPWEN.js";
7
7
  import "./chunk-D3LNJUUB.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-HQDCIXVH.js";
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-X2343WOK.js";
7
- import "./chunk-4Z5E5CYT.js";
6
+ } from "./chunk-TGCWIHBH.js";
7
+ import "./chunk-PACTPWEN.js";
8
8
  import "./chunk-D3LNJUUB.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-HQDCIXVH.js";
@@ -4,7 +4,7 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-4Z5E5CYT.js";
7
+ } from "./chunk-PACTPWEN.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
@@ -370,4 +370,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
370
370
  export {
371
371
  launchInteractiveWizard
372
372
  };
373
- //# sourceMappingURL=interactive-HVKLYGRX.js.map
373
+ //# sourceMappingURL=interactive-OMJAMCQP.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.13.2",
3
+ "version": "3.13.3",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {