agentv 4.42.2-next.1 → 4.42.3-next.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/{artifact-writer-UA6Z6BMG.js → artifact-writer-6EDNHQHX.js} +4 -4
- package/dist/{chunk-FB6GTT4Z.js → chunk-6SQDBXT7.js} +2 -2
- package/dist/{chunk-OWP4IAPL.js → chunk-DIOJIRVI.js} +8 -8
- package/dist/{chunk-OWP4IAPL.js.map → chunk-DIOJIRVI.js.map} +1 -1
- package/dist/{chunk-R4OJ2U5G.js → chunk-RPD6P6S3.js} +6 -6
- package/dist/{chunk-PNI5WEAV.js → chunk-SLK6MUSS.js} +2 -2
- package/dist/{chunk-SJTHFOPH.js → chunk-ZPFM52HV.js} +6 -6
- package/dist/{chunk-SJTHFOPH.js.map → chunk-ZPFM52HV.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/{dist-YGHRSREL.js → dist-IUZ5JPF5.js} +3 -3
- package/dist/index.js +5 -5
- package/dist/{interactive-RKPEGGFT.js → interactive-T3QA4YJG.js} +5 -5
- package/dist/{ts-eval-loader-YR5XK44N-V3P76ZCR.js → ts-eval-loader-PYEU2PMP-YLXIQTEQ.js} +2 -2
- package/package.json +1 -1
- /package/dist/{artifact-writer-UA6Z6BMG.js.map → artifact-writer-6EDNHQHX.js.map} +0 -0
- /package/dist/{chunk-FB6GTT4Z.js.map → chunk-6SQDBXT7.js.map} +0 -0
- /package/dist/{chunk-R4OJ2U5G.js.map → chunk-RPD6P6S3.js.map} +0 -0
- /package/dist/{chunk-PNI5WEAV.js.map → chunk-SLK6MUSS.js.map} +0 -0
- /package/dist/{dist-YGHRSREL.js.map → dist-IUZ5JPF5.js.map} +0 -0
- /package/dist/{interactive-RKPEGGFT.js.map → interactive-T3QA4YJG.js.map} +0 -0
- /package/dist/{ts-eval-loader-YR5XK44N-V3P76ZCR.js.map → ts-eval-loader-PYEU2PMP-YLXIQTEQ.js.map} +0 -0
|
@@ -56,12 +56,12 @@ import {
|
|
|
56
56
|
validateTargetsFile,
|
|
57
57
|
validateWorkspacePaths,
|
|
58
58
|
writeRunTags
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-DIOJIRVI.js";
|
|
60
60
|
import {
|
|
61
61
|
materializeEvalBundle,
|
|
62
62
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
63
63
|
writeArtifactsFromResults as writeArtifactsFromResults2
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-6SQDBXT7.js";
|
|
65
65
|
import {
|
|
66
66
|
DEFAULT_CATEGORY,
|
|
67
67
|
deriveCategory,
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
syncProjects,
|
|
77
77
|
transpileEvalYamlFile,
|
|
78
78
|
trimBaselineResult
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-SLK6MUSS.js";
|
|
80
80
|
import {
|
|
81
81
|
DEFAULT_THRESHOLD,
|
|
82
82
|
EXECUTION_TRACE_SCHEMA_VERSION,
|
|
@@ -127,7 +127,7 @@ import {
|
|
|
127
127
|
traceEnvelopeToTranscriptMessages,
|
|
128
128
|
traceFromTranscriptJsonLines,
|
|
129
129
|
writeArtifactsFromResults
|
|
130
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-ZPFM52HV.js";
|
|
131
131
|
import {
|
|
132
132
|
__commonJS,
|
|
133
133
|
__require,
|
|
@@ -4806,7 +4806,7 @@ var evalRunCommand = command({
|
|
|
4806
4806
|
},
|
|
4807
4807
|
handler: async (args) => {
|
|
4808
4808
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4809
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4809
|
+
const { launchInteractiveWizard } = await import("./interactive-T3QA4YJG.js");
|
|
4810
4810
|
await launchInteractiveWizard();
|
|
4811
4811
|
return;
|
|
4812
4812
|
}
|
|
@@ -16726,4 +16726,4 @@ export {
|
|
|
16726
16726
|
preprocessArgv,
|
|
16727
16727
|
runCli
|
|
16728
16728
|
};
|
|
16729
|
-
//# sourceMappingURL=chunk-
|
|
16729
|
+
//# sourceMappingURL=chunk-RPD6P6S3.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
readTranscriptJsonl,
|
|
19
19
|
releaseSharedWorkspaceSetup,
|
|
20
20
|
resolveRepoCloneUrl
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-ZPFM52HV.js";
|
|
22
22
|
|
|
23
23
|
// ../../packages/core/dist/index.js
|
|
24
24
|
import { readFileSync } from "node:fs";
|
|
@@ -3418,4 +3418,4 @@ export {
|
|
|
3418
3418
|
TranscriptProvider,
|
|
3419
3419
|
createAgentKernel
|
|
3420
3420
|
};
|
|
3421
|
-
//# sourceMappingURL=chunk-
|
|
3421
|
+
//# sourceMappingURL=chunk-SLK6MUSS.js.map
|
|
@@ -6156,7 +6156,7 @@ async function expandFileReferences(tests, evalFileDir) {
|
|
|
6156
6156
|
return expanded;
|
|
6157
6157
|
}
|
|
6158
6158
|
|
|
6159
|
-
// ../../packages/core/dist/chunk-
|
|
6159
|
+
// ../../packages/core/dist/chunk-FRDEARJA.js
|
|
6160
6160
|
import path50 from "node:path";
|
|
6161
6161
|
import { pathToFileURL as pathToFileURL2 } from "node:url";
|
|
6162
6162
|
import { existsSync as existsSync7 } from "node:fs";
|
|
@@ -18820,7 +18820,7 @@ var RequestError = class _RequestError extends Error {
|
|
|
18820
18820
|
}
|
|
18821
18821
|
};
|
|
18822
18822
|
|
|
18823
|
-
// ../../packages/core/dist/chunk-
|
|
18823
|
+
// ../../packages/core/dist/chunk-FRDEARJA.js
|
|
18824
18824
|
import { exec as execCallback } from "node:child_process";
|
|
18825
18825
|
import { readdirSync, statSync } from "node:fs";
|
|
18826
18826
|
import { readFile as readFile32, readdir as readdir2, stat as stat2 } from "node:fs/promises";
|
|
@@ -39120,7 +39120,7 @@ async function loadTestSuite(evalFilePath, repoRoot, options) {
|
|
|
39120
39120
|
return { tests: await loadTestsFromAgentSkills(evalFilePath) };
|
|
39121
39121
|
}
|
|
39122
39122
|
if (format === "typescript") {
|
|
39123
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
39123
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-PYEU2PMP-YLXIQTEQ.js");
|
|
39124
39124
|
return loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
39125
39125
|
}
|
|
39126
39126
|
const { tests, parsed, suiteWorkspacePath } = await loadTestsFromYaml(
|
|
@@ -39149,7 +39149,7 @@ async function loadTests(evalFilePath, repoRoot, options) {
|
|
|
39149
39149
|
return loadTestsFromAgentSkills(evalFilePath);
|
|
39150
39150
|
}
|
|
39151
39151
|
if (format === "typescript") {
|
|
39152
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
39152
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-PYEU2PMP-YLXIQTEQ.js");
|
|
39153
39153
|
const suite = await loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
39154
39154
|
return suite.tests;
|
|
39155
39155
|
}
|
|
@@ -43955,7 +43955,7 @@ async function writeArtifactsFromResults(results, outputDir, options) {
|
|
|
43955
43955
|
await writeFile10(plan.responsePath, result.output, "utf8");
|
|
43956
43956
|
}
|
|
43957
43957
|
await writeFile10(
|
|
43958
|
-
path48.join(plan.outputsDir, "
|
|
43958
|
+
path48.join(plan.outputsDir, "trace.json"),
|
|
43959
43959
|
`${JSON.stringify(toTraceEnvelopeWire(envelope), null, 2)}
|
|
43960
43960
|
`,
|
|
43961
43961
|
"utf8"
|
|
@@ -44677,4 +44677,4 @@ export {
|
|
|
44677
44677
|
loadTsEvalFile,
|
|
44678
44678
|
loadTsEvalSuite
|
|
44679
44679
|
};
|
|
44680
|
-
//# sourceMappingURL=chunk-
|
|
44680
|
+
//# sourceMappingURL=chunk-ZPFM52HV.js.map
|