agentv 4.15.0 → 4.15.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/{chunk-HQY6LN6F.js → chunk-BUQ2JYIB.js} +4 -4
- package/dist/{chunk-VSWJTL3T.js → chunk-CA3SJJN7.js} +5 -5
- package/dist/chunk-CA3SJJN7.js.map +1 -0
- package/dist/{chunk-4GFW2O4T.js → chunk-VFJ3UPNX.js} +6 -6
- package/dist/{chunk-4GFW2O4T.js.map → chunk-VFJ3UPNX.js.map} +1 -1
- package/dist/cli.js +3 -3
- package/dist/{dist-G6XAYD4R.js → dist-524K2DD2.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-53RJ7LOT.js → interactive-G4WWA32J.js} +3 -3
- package/package.json +2 -2
- package/dist/chunk-VSWJTL3T.js.map +0 -1
- /package/dist/{chunk-HQY6LN6F.js.map → chunk-BUQ2JYIB.js.map} +0 -0
- /package/dist/{dist-G6XAYD4R.js.map → dist-524K2DD2.js.map} +0 -0
- /package/dist/{interactive-53RJ7LOT.js.map → interactive-G4WWA32J.js.map} +0 -0
|
@@ -41,12 +41,12 @@ import {
|
|
|
41
41
|
subscribeToPiLogEntries,
|
|
42
42
|
syncResultsRepo,
|
|
43
43
|
toCamelCaseDeep
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-CA3SJJN7.js";
|
|
45
45
|
|
|
46
46
|
// package.json
|
|
47
47
|
var package_default = {
|
|
48
48
|
name: "agentv",
|
|
49
|
-
version: "4.15.
|
|
49
|
+
version: "4.15.1",
|
|
50
50
|
description: "CLI entry point for AgentV",
|
|
51
51
|
type: "module",
|
|
52
52
|
repository: {
|
|
@@ -87,7 +87,7 @@ var package_default = {
|
|
|
87
87
|
json5: "^2.2.3",
|
|
88
88
|
micromatch: "^4.0.8",
|
|
89
89
|
semver: "^7.7.4",
|
|
90
|
-
yaml: "^2.
|
|
90
|
+
yaml: "^2.8.3"
|
|
91
91
|
},
|
|
92
92
|
peerDependencies: {
|
|
93
93
|
"@mariozechner/pi-coding-agent": "^0.62.0"
|
|
@@ -5351,7 +5351,7 @@ async function runEvalCommand(input) {
|
|
|
5351
5351
|
const useFileExport = !!options.otelFile;
|
|
5352
5352
|
if (options.exportOtel || useFileExport) {
|
|
5353
5353
|
try {
|
|
5354
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
5354
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-524K2DD2.js");
|
|
5355
5355
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
5356
5356
|
let headers = {};
|
|
5357
5357
|
if (options.otelBackend) {
|
|
@@ -5547,7 +5547,7 @@ async function runEvalCommand(input) {
|
|
|
5547
5547
|
const activeTestFiles = resolvedTestFiles.filter((f) => fileMetadata.has(f));
|
|
5548
5548
|
let transcriptProviderFactory;
|
|
5549
5549
|
if (options.transcript) {
|
|
5550
|
-
const { TranscriptProvider } = await import("./dist-
|
|
5550
|
+
const { TranscriptProvider } = await import("./dist-524K2DD2.js");
|
|
5551
5551
|
const transcriptProvider = await TranscriptProvider.fromFile(options.transcript);
|
|
5552
5552
|
const totalTests = [...fileMetadata.values()].reduce(
|
|
5553
5553
|
(sum, meta) => sum + meta.testCases.length,
|
|
@@ -5869,4 +5869,4 @@ export {
|
|
|
5869
5869
|
getCategories,
|
|
5870
5870
|
filterByCategory
|
|
5871
5871
|
};
|
|
5872
|
-
//# sourceMappingURL=chunk-
|
|
5872
|
+
//# sourceMappingURL=chunk-VFJ3UPNX.js.map
|