codeep 1.2.33 → 1.2.34
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/dist/config/providers.js +7 -7
- package/package.json +1 -1
package/dist/config/providers.js
CHANGED
|
@@ -159,14 +159,14 @@ export const PROVIDERS = {
|
|
|
159
159
|
},
|
|
160
160
|
},
|
|
161
161
|
models: [
|
|
162
|
-
{ id: 'gemini-
|
|
163
|
-
{ id: 'gemini-
|
|
164
|
-
{ id: 'gemini-
|
|
165
|
-
{ id: 'gemini-
|
|
166
|
-
{ id: 'gemini-
|
|
167
|
-
{ id: 'gemini-
|
|
162
|
+
{ id: 'gemini-3.1-pro-preview', name: 'Gemini 3.1 Pro Preview', description: 'Most capable Gemini model' },
|
|
163
|
+
{ id: 'gemini-3-pro-preview', name: 'Gemini 3 Pro Preview', description: 'Highly capable, complex tasks' },
|
|
164
|
+
{ id: 'gemini-3-flash-preview', name: 'Gemini 3 Flash Preview', description: 'Fast and capable, general use' },
|
|
165
|
+
{ id: 'gemini-2.5-pro', name: 'Gemini 2.5 Pro', description: 'Strong reasoning and coding' },
|
|
166
|
+
{ id: 'gemini-2.5-flash', name: 'Gemini 2.5 Flash', description: 'Balanced speed and quality' },
|
|
167
|
+
{ id: 'gemini-2.5-flash-lite', name: 'Gemini 2.5 Flash Lite', description: 'Fastest, lowest cost' },
|
|
168
168
|
],
|
|
169
|
-
defaultModel: 'gemini-2.
|
|
169
|
+
defaultModel: 'gemini-2.5-flash',
|
|
170
170
|
defaultProtocol: 'openai',
|
|
171
171
|
envKey: 'GOOGLE_API_KEY',
|
|
172
172
|
subscribeUrl: 'https://aistudio.google.com/apikey',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codeep",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.34",
|
|
4
4
|
"description": "AI-powered coding assistant built for the terminal. Multiple LLM providers, project-aware context, and a seamless development workflow.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|