agentv 4.5.0 → 4.5.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-3UST47TW.js → chunk-5DEZ72J3.js} +4 -4
- package/dist/{chunk-3UST47TW.js.map → chunk-5DEZ72J3.js.map} +1 -1
- package/dist/{chunk-TEPYEYPG.js → chunk-7DRAXDVC.js} +42 -15
- package/dist/chunk-7DRAXDVC.js.map +1 -0
- package/dist/{chunk-D7HJ5HME.js → chunk-BQC2CDLN.js} +4 -4
- package/dist/cli.js +3 -3
- package/dist/{dist-FBKKMDHE.js → dist-VWMHFUXR.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-YAOW6DCC.js → interactive-OG7ZJIHG.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-TEPYEYPG.js.map +0 -1
- /package/dist/{chunk-D7HJ5HME.js.map → chunk-BQC2CDLN.js.map} +0 -0
- /package/dist/{dist-FBKKMDHE.js.map → dist-VWMHFUXR.js.map} +0 -0
- /package/dist/{interactive-YAOW6DCC.js.map → interactive-OG7ZJIHG.js.map} +0 -0
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
validateFileReferences,
|
|
25
25
|
validateTargetsFile,
|
|
26
26
|
writeArtifactsFromResults
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-5DEZ72J3.js";
|
|
28
28
|
import {
|
|
29
29
|
DEFAULT_CATEGORY,
|
|
30
30
|
PASS_THRESHOLD,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
51
51
|
transpileEvalYamlFile,
|
|
52
52
|
trimBaselineResult
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-7DRAXDVC.js";
|
|
54
54
|
import {
|
|
55
55
|
__commonJS,
|
|
56
56
|
__require,
|
|
@@ -3964,7 +3964,7 @@ var evalRunCommand = command({
|
|
|
3964
3964
|
},
|
|
3965
3965
|
handler: async (args) => {
|
|
3966
3966
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
3967
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
3967
|
+
const { launchInteractiveWizard } = await import("./interactive-OG7ZJIHG.js");
|
|
3968
3968
|
await launchInteractiveWizard();
|
|
3969
3969
|
return;
|
|
3970
3970
|
}
|
|
@@ -8529,4 +8529,4 @@ export {
|
|
|
8529
8529
|
preprocessArgv,
|
|
8530
8530
|
runCli
|
|
8531
8531
|
};
|
|
8532
|
-
//# sourceMappingURL=chunk-
|
|
8532
|
+
//# sourceMappingURL=chunk-BQC2CDLN.js.map
|
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-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-BQC2CDLN.js";
|
|
6
|
+
import "./chunk-5DEZ72J3.js";
|
|
7
|
+
import "./chunk-7DRAXDVC.js";
|
|
8
8
|
import "./chunk-QOBQ5XYF.js";
|
|
9
9
|
import "./chunk-HQDCIXVH.js";
|
|
10
10
|
import "./chunk-ZKO2LGRR.js";
|
|
@@ -164,7 +164,7 @@ import {
|
|
|
164
164
|
transpileEvalYaml,
|
|
165
165
|
transpileEvalYamlFile,
|
|
166
166
|
trimBaselineResult
|
|
167
|
-
} from "./chunk-
|
|
167
|
+
} from "./chunk-7DRAXDVC.js";
|
|
168
168
|
import {
|
|
169
169
|
OtlpJsonFileExporter
|
|
170
170
|
} from "./chunk-QOBQ5XYF.js";
|
|
@@ -342,4 +342,4 @@ export {
|
|
|
342
342
|
transpileEvalYamlFile,
|
|
343
343
|
trimBaselineResult
|
|
344
344
|
};
|
|
345
|
-
//# sourceMappingURL=dist-
|
|
345
|
+
//# sourceMappingURL=dist-VWMHFUXR.js.map
|
package/dist/index.js
CHANGED
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
app,
|
|
4
4
|
preprocessArgv,
|
|
5
5
|
runCli
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-BQC2CDLN.js";
|
|
7
|
+
import "./chunk-5DEZ72J3.js";
|
|
8
|
+
import "./chunk-7DRAXDVC.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-
|
|
7
|
+
} from "./chunk-5DEZ72J3.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-
|
|
15
|
+
} from "./chunk-7DRAXDVC.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-
|
|
366
|
+
//# sourceMappingURL=interactive-OG7ZJIHG.js.map
|