@evolvingmachines/sdk 0.0.44 → 0.0.46

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/index.d.cts CHANGED
@@ -448,7 +448,7 @@ interface SkillsConfig {
448
448
  targetDir: string;
449
449
  }
450
450
  /** Reasoning effort for CLIs/models that support it; valid values vary by model. */
451
- type ReasoningEffort = "off" | "none" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max";
451
+ type ReasoningEffort = "off" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max" | "thinking" | "no-thinking";
452
452
  /** MCP Server Configuration */
453
453
  interface McpServerConfig {
454
454
  command?: string;
@@ -1038,7 +1038,7 @@ declare class Agent {
1038
1038
  *
1039
1039
  * Deep-merges with user-provided config from secrets (if any) so that
1040
1040
  * non-litellm providers, plugins, and other settings are preserved.
1041
- * Only patches provider.litellm.models[selectedModel].headers.
1041
+ * Only patches provider.litellm.models[selectedModel].headers and selected variant metadata.
1042
1042
  *
1043
1043
  * Source-verified: model.headers → provider.ts:1061 → llm.ts:221 → HTTP request.
1044
1044
  */
package/dist/index.d.ts CHANGED
@@ -448,7 +448,7 @@ interface SkillsConfig {
448
448
  targetDir: string;
449
449
  }
450
450
  /** Reasoning effort for CLIs/models that support it; valid values vary by model. */
451
- type ReasoningEffort = "off" | "none" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max";
451
+ type ReasoningEffort = "off" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max" | "thinking" | "no-thinking";
452
452
  /** MCP Server Configuration */
453
453
  interface McpServerConfig {
454
454
  command?: string;
@@ -1038,7 +1038,7 @@ declare class Agent {
1038
1038
  *
1039
1039
  * Deep-merges with user-provided config from secrets (if any) so that
1040
1040
  * non-litellm providers, plugins, and other settings are preserved.
1041
- * Only patches provider.litellm.models[selectedModel].headers.
1041
+ * Only patches provider.litellm.models[selectedModel].headers and selected variant metadata.
1042
1042
  *
1043
1043
  * Source-verified: model.headers → provider.ts:1061 → llm.ts:221 → HTTP request.
1044
1044
  */