cerevox 2.26.0 → 2.26.1

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.
@@ -3559,7 +3559,7 @@ server.registerTool('generate-video-by-ref', {
3559
3559
  type: zod_1.z
3560
3560
  .enum(['lite', 'sora2', 'veo3.1', 'veo3.1-pro', 'vidu'])
3561
3561
  .optional()
3562
- .default('vidu')
3562
+ .default('lite')
3563
3563
  .describe('The model type to use. sora2 allows max 1 reference image, lite allow max 4, vidu allow max 7.'),
3564
3564
  mute: zod_1.z
3565
3565
  .boolean()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "2.26.0",
3
+ "version": "2.26.1",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",