agentv 4.0.0 → 4.1.0

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.
@@ -29,12 +29,12 @@ import {
29
29
  subscribeToCopilotCliLogEntries,
30
30
  subscribeToCopilotSdkLogEntries,
31
31
  subscribeToPiLogEntries
32
- } from "./chunk-OXBBWZOY.js";
32
+ } from "./chunk-XEAW7OQT.js";
33
33
 
34
34
  // package.json
35
35
  var package_default = {
36
36
  name: "agentv",
37
- version: "4.0.0",
37
+ version: "4.1.0",
38
38
  description: "CLI entry point for AgentV",
39
39
  type: "module",
40
40
  repository: {
@@ -113,10 +113,7 @@ async function resolveEvalPaths(evalPaths, cwd) {
113
113
  continue;
114
114
  }
115
115
  if (stats.isDirectory()) {
116
- const dirGlob = path.posix.join(
117
- candidatePath.replace(/\\/g, "/"),
118
- "**/*.eval.{yaml,yml}"
119
- );
116
+ const dirGlob = path.posix.join(candidatePath.replace(/\\/g, "/"), "**/*.eval.{yaml,yml}");
120
117
  const dirMatches = await fg(dirGlob, {
121
118
  absolute: true,
122
119
  onlyFiles: true,
@@ -4446,7 +4443,7 @@ async function runEvalCommand(input) {
4446
4443
  const useFileExport = !!options.otelFile;
4447
4444
  if (options.exportOtel || useFileExport) {
4448
4445
  try {
4449
- const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-3Z22B6SU.js");
4446
+ const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-2JUUJ6PT.js");
4450
4447
  let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
4451
4448
  let headers = {};
4452
4449
  if (options.otelBackend) {
@@ -4838,4 +4835,4 @@ export {
4838
4835
  selectTarget,
4839
4836
  runEvalCommand
4840
4837
  };
4841
- //# sourceMappingURL=chunk-OT2J474N.js.map
4838
+ //# sourceMappingURL=chunk-4Z326WWF.js.map