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.
@@ -159,14 +159,14 @@ export const PROVIDERS = {
159
159
  },
160
160
  },
161
161
  models: [
162
- { id: 'gemini-2.5-pro-exp-03-25', name: 'Gemini 2.5 Pro Experimental', description: 'Most capable, best reasoning' },
163
- { id: 'gemini-2.0-flash', name: 'Gemini 2.0 Flash', description: 'Fast and capable, general use' },
164
- { id: 'gemini-2.0-flash-lite', name: 'Gemini 2.0 Flash Lite', description: 'Fastest, lowest cost' },
165
- { id: 'gemini-1.5-pro', name: 'Gemini 1.5 Pro', description: 'Long context (2M tokens)' },
166
- { id: 'gemini-1.5-flash', name: 'Gemini 1.5 Flash', description: 'Balanced speed and quality' },
167
- { id: 'gemini-1.5-flash-8b', name: 'Gemini 1.5 Flash 8B', description: 'Ultra-fast, lightweight' },
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.0-flash',
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.33",
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",