opencode-studio-server 1.15.0 → 1.16.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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -293,8 +293,8 @@ function loadStudioConfig() {
|
|
|
293
293
|
availableGooglePlugins: [],
|
|
294
294
|
presets: [],
|
|
295
295
|
cooldownRules: [
|
|
296
|
-
{ name: "Antigravity Claude Opus (4h)", duration: 4 * 60 * 60 * 1000 },
|
|
297
|
-
{ name: "
|
|
296
|
+
{ name: "Antigravity Claude Opus 4 (4h)", duration: 4 * 60 * 60 * 1000 },
|
|
297
|
+
{ name: "Gemini 3 Pro (24h)", duration: 24 * 60 * 60 * 1000 }
|
|
298
298
|
],
|
|
299
299
|
pluginModels: {
|
|
300
300
|
gemini: {
|