@kilocode/sdk 7.3.29 → 7.3.31

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.
@@ -846,7 +846,7 @@ export type ProviderConfig = {
846
846
  family?: string;
847
847
  prompt?: "codex" | "gemini" | "beast" | "anthropic" | "trinity" | "anthropic_without_todo" | "ling" | "gpt55";
848
848
  isFree?: boolean;
849
- ai_sdk_provider?: "alibaba" | "anthropic" | "openai" | "openai-compatible" | "openrouter";
849
+ ai_sdk_provider?: "alibaba" | "anthropic" | "mistral" | "openai" | "openai-compatible" | "openrouter";
850
850
  release_date?: string;
851
851
  attachment?: boolean;
852
852
  reasoning?: boolean;
@@ -1154,7 +1154,7 @@ export type Model = {
1154
1154
  recommendedIndex?: number;
1155
1155
  prompt?: "codex" | "gemini" | "beast" | "anthropic" | "trinity" | "anthropic_without_todo" | "ling" | "gpt55";
1156
1156
  isFree?: boolean;
1157
- ai_sdk_provider?: "alibaba" | "anthropic" | "openai" | "openai-compatible" | "openrouter";
1157
+ ai_sdk_provider?: "alibaba" | "anthropic" | "mistral" | "openai" | "openai-compatible" | "openrouter";
1158
1158
  };
1159
1159
  export type Provider = {
1160
1160
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@kilocode/sdk",
4
- "version": "7.3.29",
4
+ "version": "7.3.31",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {