@ericsanchezok/synergy-sdk 0.0.0-dev-202601171210 → 0.0.0-dev-202601171445
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.
|
@@ -1166,7 +1166,7 @@ export type KeybindsConfig = {
|
|
|
1166
1166
|
*/
|
|
1167
1167
|
export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR";
|
|
1168
1168
|
/**
|
|
1169
|
-
* Server configuration for
|
|
1169
|
+
* Server configuration for synergy serve and web commands
|
|
1170
1170
|
*/
|
|
1171
1171
|
export type ServerConfig = {
|
|
1172
1172
|
/**
|
|
@@ -1482,7 +1482,7 @@ export type Config = {
|
|
|
1482
1482
|
};
|
|
1483
1483
|
server?: ServerConfig;
|
|
1484
1484
|
/**
|
|
1485
|
-
* Command configuration, see https://
|
|
1485
|
+
* Command configuration, see https://synergy.ai/docs/commands
|
|
1486
1486
|
*/
|
|
1487
1487
|
command?: {
|
|
1488
1488
|
[key: string]: {
|
|
@@ -1543,7 +1543,7 @@ export type Config = {
|
|
|
1543
1543
|
[key: string]: AgentConfig | undefined;
|
|
1544
1544
|
};
|
|
1545
1545
|
/**
|
|
1546
|
-
* Agent configuration, see https://
|
|
1546
|
+
* Agent configuration, see https://synergy.ai/docs/agent
|
|
1547
1547
|
*/
|
|
1548
1548
|
agent?: {
|
|
1549
1549
|
plan?: AgentConfig;
|