@agentv/core 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.
|
@@ -1510,6 +1510,7 @@ var COPILOT_SDK_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
1510
1510
|
"timeout_seconds",
|
|
1511
1511
|
"log_dir",
|
|
1512
1512
|
"log_format",
|
|
1513
|
+
"stream_log",
|
|
1513
1514
|
"system_prompt",
|
|
1514
1515
|
"byok"
|
|
1515
1516
|
]);
|
|
@@ -1525,6 +1526,7 @@ var COPILOT_CLI_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
1525
1526
|
"timeout_seconds",
|
|
1526
1527
|
"log_dir",
|
|
1527
1528
|
"log_format",
|
|
1529
|
+
"stream_log",
|
|
1528
1530
|
"system_prompt"
|
|
1529
1531
|
]);
|
|
1530
1532
|
var VSCODE_SETTINGS = /* @__PURE__ */ new Set([
|
|
@@ -1553,6 +1555,7 @@ var CLAUDE_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
1553
1555
|
"log_directory",
|
|
1554
1556
|
"log_format",
|
|
1555
1557
|
"log_output_format",
|
|
1558
|
+
"stream_log",
|
|
1556
1559
|
"system_prompt",
|
|
1557
1560
|
"max_turns",
|
|
1558
1561
|
"max_budget_usd"
|