agentv 4.5.2 → 4.6.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.
package/dist/cli.js CHANGED
@@ -2,9 +2,9 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-HF5UGZSZ.js";
6
- import "./chunk-OIBYQMCK.js";
7
- import "./chunk-7DRAXDVC.js";
5
+ } from "./chunk-NSVFUL27.js";
6
+ import "./chunk-MHWYA4CS.js";
7
+ import "./chunk-YXXD27OK.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-HQDCIXVH.js";
10
10
  import "./chunk-ZKO2LGRR.js";
@@ -130,6 +130,7 @@ import {
130
130
  readTranscriptFile,
131
131
  removeProject,
132
132
  resolveAndCreateProvider,
133
+ resolveDelegatedTargetDefinition,
133
134
  resolveFileReference,
134
135
  resolveTargetDefinition,
135
136
  resolveWorkspaceTemplate,
@@ -164,7 +165,7 @@ import {
164
165
  transpileEvalYaml,
165
166
  transpileEvalYamlFile,
166
167
  trimBaselineResult
167
- } from "./chunk-7DRAXDVC.js";
168
+ } from "./chunk-YXXD27OK.js";
168
169
  import {
169
170
  OtlpJsonFileExporter
170
171
  } from "./chunk-QOBQ5XYF.js";
@@ -307,6 +308,7 @@ export {
307
308
  readTranscriptFile,
308
309
  removeProject,
309
310
  resolveAndCreateProvider,
311
+ resolveDelegatedTargetDefinition,
310
312
  resolveFileReference,
311
313
  resolveTargetDefinition,
312
314
  resolveWorkspaceTemplate,
@@ -342,4 +344,4 @@ export {
342
344
  transpileEvalYamlFile,
343
345
  trimBaselineResult
344
346
  };
345
- //# sourceMappingURL=dist-VWMHFUXR.js.map
347
+ //# sourceMappingURL=dist-BN5NUVAB.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-HF5UGZSZ.js";
7
- import "./chunk-OIBYQMCK.js";
8
- import "./chunk-7DRAXDVC.js";
6
+ } from "./chunk-NSVFUL27.js";
7
+ import "./chunk-MHWYA4CS.js";
8
+ import "./chunk-YXXD27OK.js";
9
9
  import "./chunk-QOBQ5XYF.js";
10
10
  import "./chunk-HQDCIXVH.js";
11
11
  import "./chunk-ZKO2LGRR.js";
@@ -4,7 +4,7 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-OIBYQMCK.js";
7
+ } from "./chunk-MHWYA4CS.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  deriveCategory,
@@ -12,7 +12,7 @@ import {
12
12
  listTargetNames,
13
13
  loadConfig,
14
14
  readTargetDefinitions
15
- } from "./chunk-7DRAXDVC.js";
15
+ } from "./chunk-YXXD27OK.js";
16
16
  import "./chunk-QOBQ5XYF.js";
17
17
  import "./chunk-HQDCIXVH.js";
18
18
  import "./chunk-ZKO2LGRR.js";
@@ -363,4 +363,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
363
363
  export {
364
364
  launchInteractiveWizard
365
365
  };
366
- //# sourceMappingURL=interactive-BOJUYBJS.js.map
366
+ //# sourceMappingURL=interactive-DMSVE6CS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.5.2",
3
+ "version": "4.6.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {