agentv 4.35.0-next.1 → 4.35.1-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/{chunk-NQ2SJAJG.js → chunk-HOJTWVA3.js} +3 -3
- package/dist/{chunk-O65SY2A2.js → chunk-IXPDHV3T.js} +5 -2
- package/dist/{chunk-O65SY2A2.js.map → chunk-IXPDHV3T.js.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{interactive-6G2ZPCBK.js → interactive-GQWCGRLJ.js} +2 -2
- package/dist/templates/.agentv/targets.yaml +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-NQ2SJAJG.js.map → chunk-HOJTWVA3.js.map} +0 -0
- /package/dist/{interactive-6G2ZPCBK.js.map → interactive-GQWCGRLJ.js.map} +0 -0
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
validateTargetsFile,
|
|
54
54
|
validateWorkspacePaths,
|
|
55
55
|
writeRunTags
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-IXPDHV3T.js";
|
|
57
57
|
import {
|
|
58
58
|
RESULT_INDEX_FILENAME,
|
|
59
59
|
aggregateRunDir,
|
|
@@ -4585,7 +4585,7 @@ var evalRunCommand = command({
|
|
|
4585
4585
|
},
|
|
4586
4586
|
handler: async (args) => {
|
|
4587
4587
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4588
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4588
|
+
const { launchInteractiveWizard } = await import("./interactive-GQWCGRLJ.js");
|
|
4589
4589
|
await launchInteractiveWizard();
|
|
4590
4590
|
return;
|
|
4591
4591
|
}
|
|
@@ -15426,4 +15426,4 @@ export {
|
|
|
15426
15426
|
preprocessArgv,
|
|
15427
15427
|
runCli
|
|
15428
15428
|
};
|
|
15429
|
-
//# sourceMappingURL=chunk-
|
|
15429
|
+
//# sourceMappingURL=chunk-HOJTWVA3.js.map
|
|
@@ -183,7 +183,7 @@ async function findRepoRoot(start) {
|
|
|
183
183
|
// package.json
|
|
184
184
|
var package_default = {
|
|
185
185
|
name: "agentv",
|
|
186
|
-
version: "4.35.
|
|
186
|
+
version: "4.35.1-next.1",
|
|
187
187
|
description: "CLI entry point for AgentV",
|
|
188
188
|
type: "module",
|
|
189
189
|
repository: {
|
|
@@ -3392,6 +3392,7 @@ var COPILOT_SDK_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
3392
3392
|
"timeout_seconds",
|
|
3393
3393
|
"log_dir",
|
|
3394
3394
|
"log_format",
|
|
3395
|
+
"stream_log",
|
|
3395
3396
|
"system_prompt",
|
|
3396
3397
|
"byok"
|
|
3397
3398
|
]);
|
|
@@ -3407,6 +3408,7 @@ var COPILOT_CLI_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
3407
3408
|
"timeout_seconds",
|
|
3408
3409
|
"log_dir",
|
|
3409
3410
|
"log_format",
|
|
3411
|
+
"stream_log",
|
|
3410
3412
|
"system_prompt"
|
|
3411
3413
|
]);
|
|
3412
3414
|
var VSCODE_SETTINGS = /* @__PURE__ */ new Set([
|
|
@@ -3435,6 +3437,7 @@ var CLAUDE_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
3435
3437
|
"log_directory",
|
|
3436
3438
|
"log_format",
|
|
3437
3439
|
"log_output_format",
|
|
3440
|
+
"stream_log",
|
|
3438
3441
|
"system_prompt",
|
|
3439
3442
|
"max_turns",
|
|
3440
3443
|
"max_budget_usd"
|
|
@@ -5983,4 +5986,4 @@ export {
|
|
|
5983
5986
|
getCategories,
|
|
5984
5987
|
filterByCategory
|
|
5985
5988
|
};
|
|
5986
|
-
//# sourceMappingURL=chunk-
|
|
5989
|
+
//# sourceMappingURL=chunk-IXPDHV3T.js.map
|