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.
Files changed (2) hide show
  1. package/index.js +2 -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: "Antigravity Gemini 3 Pro (24h)", duration: 24 * 60 * 60 * 1000 }
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-studio-server",
3
- "version": "1.15.0",
3
+ "version": "1.16.0",
4
4
  "description": "Backend server for OpenCode Studio - manages opencode configurations",
5
5
  "main": "index.js",
6
6
  "bin": {