@agentv/core 4.35.0 → 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.
|
@@ -1042,6 +1042,7 @@ var COPILOT_SDK_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
1042
1042
|
"timeout_seconds",
|
|
1043
1043
|
"log_dir",
|
|
1044
1044
|
"log_format",
|
|
1045
|
+
"stream_log",
|
|
1045
1046
|
"system_prompt",
|
|
1046
1047
|
"byok"
|
|
1047
1048
|
]);
|
|
@@ -1057,6 +1058,7 @@ var COPILOT_CLI_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
1057
1058
|
"timeout_seconds",
|
|
1058
1059
|
"log_dir",
|
|
1059
1060
|
"log_format",
|
|
1061
|
+
"stream_log",
|
|
1060
1062
|
"system_prompt"
|
|
1061
1063
|
]);
|
|
1062
1064
|
var VSCODE_SETTINGS = /* @__PURE__ */ new Set([
|
|
@@ -1085,6 +1087,7 @@ var CLAUDE_SETTINGS = /* @__PURE__ */ new Set([
|
|
|
1085
1087
|
"log_directory",
|
|
1086
1088
|
"log_format",
|
|
1087
1089
|
"log_output_format",
|
|
1090
|
+
"stream_log",
|
|
1088
1091
|
"system_prompt",
|
|
1089
1092
|
"max_turns",
|
|
1090
1093
|
"max_budget_usd"
|