agentv 3.14.2 → 3.14.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/{chunk-3UW7KUQ3.js → chunk-FSNRKR7X.js} +6 -3
- package/dist/chunk-FSNRKR7X.js.map +1 -0
- package/dist/{chunk-75PQBKLR.js → chunk-VYDUBNCD.js} +2 -2
- package/dist/{chunk-75PQBKLR.js.map → chunk-VYDUBNCD.js.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{interactive-Q563ULAR.js → interactive-LBVPF2CG.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-3UW7KUQ3.js.map +0 -1
- /package/dist/{interactive-Q563ULAR.js.map → interactive-LBVPF2CG.js.map} +0 -0
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
validateFileReferences,
|
|
23
23
|
validateTargetsFile,
|
|
24
24
|
writeArtifactsFromResults
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-VYDUBNCD.js";
|
|
26
26
|
import {
|
|
27
27
|
createBuiltinRegistry,
|
|
28
28
|
executeScript,
|
|
@@ -4185,7 +4185,7 @@ var evalRunCommand = command({
|
|
|
4185
4185
|
},
|
|
4186
4186
|
handler: async (args) => {
|
|
4187
4187
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4188
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4188
|
+
const { launchInteractiveWizard } = await import("./interactive-LBVPF2CG.js");
|
|
4189
4189
|
await launchInteractiveWizard();
|
|
4190
4190
|
return;
|
|
4191
4191
|
}
|
|
@@ -4957,6 +4957,9 @@ var evalRunCommand2 = command({
|
|
|
4957
4957
|
console.log(`Extracted ${testIds.length} test(s) to ${outDir}`);
|
|
4958
4958
|
if (targetInfo) {
|
|
4959
4959
|
const envVars = loadEnvFile(evalDir);
|
|
4960
|
+
if (!process.env.AGENTV_RUN_TIMESTAMP) {
|
|
4961
|
+
process.env.AGENTV_RUN_TIMESTAMP = (/* @__PURE__ */ new Date()).toISOString().replace(/:/g, "-").replace(/\./g, "-");
|
|
4962
|
+
}
|
|
4960
4963
|
const mergedEnv = { ...process.env, ...envVars };
|
|
4961
4964
|
const maxWorkers = workers ?? testIds.length;
|
|
4962
4965
|
console.log(`Invoking ${testIds.length} CLI target(s) (${maxWorkers} workers)...`);
|
|
@@ -8270,4 +8273,4 @@ export {
|
|
|
8270
8273
|
preprocessArgv,
|
|
8271
8274
|
runCli
|
|
8272
8275
|
};
|
|
8273
|
-
//# sourceMappingURL=chunk-
|
|
8276
|
+
//# sourceMappingURL=chunk-FSNRKR7X.js.map
|