groove-dev 0.10.7 → 0.10.8

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groove-dev/cli",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "GROOVE CLI — manage AI coding agents from your terminal",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groove-dev/daemon",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "GROOVE daemon — agent orchestration engine",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",
@@ -11,9 +11,11 @@ export class GeminiProvider extends Provider {
11
11
  static authType = 'api-key';
12
12
  static envKey = 'GEMINI_API_KEY';
13
13
  static models = [
14
+ { id: 'gemini-3.1-pro-preview', name: 'Gemini 3.1 Pro', tier: 'heavy' },
15
+ { id: 'gemini-3-flash-preview', name: 'Gemini 3 Flash', tier: 'medium' },
16
+ { id: 'gemini-3.1-flash-lite-preview', name: 'Gemini 3.1 Flash Lite', tier: 'light' },
14
17
  { id: 'gemini-2.5-pro', name: 'Gemini 2.5 Pro', tier: 'heavy' },
15
18
  { id: 'gemini-2.5-flash', name: 'Gemini 2.5 Flash', tier: 'medium' },
16
- { id: 'gemini-2.0-flash', name: 'Gemini 2.0 Flash', tier: 'light' },
17
19
  ];
18
20
 
19
21
  static isInstalled() {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groove-dev/gui",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "GROOVE GUI — visual agent control plane",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "groove-dev",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "Open-source agent orchestration layer for AI coding tools. GUI dashboard, multi-agent coordination, zero cold-start (Journalist), infinite sessions (adaptive context rotation), AI Project Manager, Quick Launch. Works with Claude Code, Codex, Gemini CLI, Ollama.",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "author": "Groove Dev <hello@groovedev.ai> (https://groovedev.ai)",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groove-dev/cli",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "GROOVE CLI — manage AI coding agents from your terminal",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groove-dev/daemon",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "GROOVE daemon — agent orchestration engine",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",
@@ -11,9 +11,11 @@ export class GeminiProvider extends Provider {
11
11
  static authType = 'api-key';
12
12
  static envKey = 'GEMINI_API_KEY';
13
13
  static models = [
14
+ { id: 'gemini-3.1-pro-preview', name: 'Gemini 3.1 Pro', tier: 'heavy' },
15
+ { id: 'gemini-3-flash-preview', name: 'Gemini 3 Flash', tier: 'medium' },
16
+ { id: 'gemini-3.1-flash-lite-preview', name: 'Gemini 3.1 Flash Lite', tier: 'light' },
14
17
  { id: 'gemini-2.5-pro', name: 'Gemini 2.5 Pro', tier: 'heavy' },
15
18
  { id: 'gemini-2.5-flash', name: 'Gemini 2.5 Flash', tier: 'medium' },
16
- { id: 'gemini-2.0-flash', name: 'Gemini 2.0 Flash', tier: 'light' },
17
19
  ];
18
20
 
19
21
  static isInstalled() {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groove-dev/gui",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "GROOVE GUI — visual agent control plane",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",