groove-dev 0.10.6 → 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.
- package/node_modules/@groove-dev/cli/package.json +1 -1
- package/node_modules/@groove-dev/daemon/package.json +1 -1
- package/node_modules/@groove-dev/daemon/src/providers/codex.js +3 -3
- package/node_modules/@groove-dev/daemon/src/providers/gemini.js +3 -3
- package/node_modules/@groove-dev/gui/package.json +1 -1
- package/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/daemon/package.json +1 -1
- package/packages/daemon/src/providers/codex.js +3 -3
- package/packages/daemon/src/providers/gemini.js +3 -3
- package/packages/gui/package.json +1 -1
|
@@ -11,11 +11,11 @@ export class CodexProvider extends Provider {
|
|
|
11
11
|
static authType = 'api-key';
|
|
12
12
|
static envKey = 'OPENAI_API_KEY';
|
|
13
13
|
static models = [
|
|
14
|
-
{ id: 'gpt-5.4', name: 'GPT-5.4', tier: 'heavy' },
|
|
15
|
-
{ id: 'gpt-5.4-mini', name: 'GPT-5.4 Mini', tier: 'medium' },
|
|
16
|
-
{ id: 'gpt-5.4-nano', name: 'GPT-5.4 Nano', tier: 'light' },
|
|
17
14
|
{ id: 'o3', name: 'o3', tier: 'heavy' },
|
|
18
15
|
{ id: 'o4-mini', name: 'o4-mini', tier: 'medium' },
|
|
16
|
+
{ id: 'gpt-4.1', name: 'GPT-4.1', tier: 'heavy' },
|
|
17
|
+
{ id: 'gpt-4.1-mini', name: 'GPT-4.1 Mini', tier: 'medium' },
|
|
18
|
+
{ id: 'gpt-4.1-nano', name: 'GPT-4.1 Nano', tier: 'light' },
|
|
19
19
|
];
|
|
20
20
|
|
|
21
21
|
static isInstalled() {
|
|
@@ -11,9 +11,9 @@ 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.
|
|
15
|
-
{ id: 'gemini-3
|
|
16
|
-
{ id: 'gemini-3.
|
|
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' },
|
|
17
17
|
{ id: 'gemini-2.5-pro', name: 'Gemini 2.5 Pro', tier: 'heavy' },
|
|
18
18
|
{ id: 'gemini-2.5-flash', name: 'Gemini 2.5 Flash', tier: 'medium' },
|
|
19
19
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "groove-dev",
|
|
3
|
-
"version": "0.10.
|
|
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)",
|
|
@@ -11,11 +11,11 @@ export class CodexProvider extends Provider {
|
|
|
11
11
|
static authType = 'api-key';
|
|
12
12
|
static envKey = 'OPENAI_API_KEY';
|
|
13
13
|
static models = [
|
|
14
|
-
{ id: 'gpt-5.4', name: 'GPT-5.4', tier: 'heavy' },
|
|
15
|
-
{ id: 'gpt-5.4-mini', name: 'GPT-5.4 Mini', tier: 'medium' },
|
|
16
|
-
{ id: 'gpt-5.4-nano', name: 'GPT-5.4 Nano', tier: 'light' },
|
|
17
14
|
{ id: 'o3', name: 'o3', tier: 'heavy' },
|
|
18
15
|
{ id: 'o4-mini', name: 'o4-mini', tier: 'medium' },
|
|
16
|
+
{ id: 'gpt-4.1', name: 'GPT-4.1', tier: 'heavy' },
|
|
17
|
+
{ id: 'gpt-4.1-mini', name: 'GPT-4.1 Mini', tier: 'medium' },
|
|
18
|
+
{ id: 'gpt-4.1-nano', name: 'GPT-4.1 Nano', tier: 'light' },
|
|
19
19
|
];
|
|
20
20
|
|
|
21
21
|
static isInstalled() {
|
|
@@ -11,9 +11,9 @@ 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.
|
|
15
|
-
{ id: 'gemini-3
|
|
16
|
-
{ id: 'gemini-3.
|
|
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' },
|
|
17
17
|
{ id: 'gemini-2.5-pro', name: 'Gemini 2.5 Pro', tier: 'heavy' },
|
|
18
18
|
{ id: 'gemini-2.5-flash', name: 'Gemini 2.5 Flash', tier: 'medium' },
|
|
19
19
|
];
|