@corbat-tech/coco 2.9.0 → 2.11.0
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/cli/index.js +5577 -2781
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1230 -551
- package/dist/index.js.map +1 -1
- package/package.json +17 -18
package/dist/index.d.ts
CHANGED
|
@@ -3085,7 +3085,7 @@ declare class TaskError extends CocoError {
|
|
|
3085
3085
|
/**
|
|
3086
3086
|
* Supported provider types
|
|
3087
3087
|
*/
|
|
3088
|
-
type ProviderType = "anthropic" | "openai" | "codex" | "gemini" | "kimi" | "kimi-code" | "lmstudio" | "ollama" | "groq" | "openrouter" | "mistral" | "deepseek" | "together" | "huggingface" | "qwen";
|
|
3088
|
+
type ProviderType = "anthropic" | "openai" | "codex" | "copilot" | "gemini" | "kimi" | "kimi-code" | "lmstudio" | "ollama" | "groq" | "openrouter" | "mistral" | "deepseek" | "together" | "huggingface" | "qwen";
|
|
3089
3089
|
/**
|
|
3090
3090
|
* Create a provider by type
|
|
3091
3091
|
*/
|