agentv 4.35.0 → 4.35.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.
@@ -53,7 +53,7 @@ import {
53
53
  validateTargetsFile,
54
54
  validateWorkspacePaths,
55
55
  writeRunTags
56
- } from "./chunk-Q6LNXSP2.js";
56
+ } from "./chunk-INOKS5LF.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-GFD5XV35.js");
4588
+ const { launchInteractiveWizard } = await import("./interactive-VYQ5SYMR.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-6NMAI6I6.js.map
15429
+ //# sourceMappingURL=chunk-CRMGUVRZ.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.0",
186
+ version: "4.35.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-Q6LNXSP2.js.map
5989
+ //# sourceMappingURL=chunk-INOKS5LF.js.map