@corbat-tech/coco 2.34.0 → 2.35.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 +7087 -5240
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1805 -417
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -503,6 +503,7 @@ declare const CocoConfigSchema: z.ZodObject<{
|
|
|
503
503
|
"kimi-code": "kimi-code";
|
|
504
504
|
lmstudio: "lmstudio";
|
|
505
505
|
codex: "codex";
|
|
506
|
+
vertex: "vertex";
|
|
506
507
|
copilot: "copilot";
|
|
507
508
|
groq: "groq";
|
|
508
509
|
openrouter: "openrouter";
|
|
@@ -511,7 +512,6 @@ declare const CocoConfigSchema: z.ZodObject<{
|
|
|
511
512
|
together: "together";
|
|
512
513
|
huggingface: "huggingface";
|
|
513
514
|
qwen: "qwen";
|
|
514
|
-
vertex: "vertex";
|
|
515
515
|
ollama: "ollama";
|
|
516
516
|
}>>;
|
|
517
517
|
apiKey: z.ZodOptional<z.ZodString>;
|