Skip to content

Commit 62f7766

Browse files
committed
Bump package versions and update supported Gemini models
1 parent f4fad9c commit 62f7766

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/browser/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Code Web Chat Connector",
55
"short_name": "CWC",
66
"description": "Initialize any web chat with your code",
7-
"version": "0.1.72",
7+
"version": "0.1.73",
88
"homepage_url": "https://github.com/robertpiosik/CodeWebChat",
99
"icons": {
1010
"16": "icons/icon-16.png",

packages/shared/src/constants/chatbots.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const CHATBOTS = {
3434
},
3535
models: {
3636
'gemini-2.5-flash-preview-04-17': 'Gemini 2.5 Flash Preview 04-17',
37+
'gemini-2.5-flash-preview-05-20': 'Gemini 2.5 Flash Preview 05-20',
3738
'gemini-2.5-pro-preview-05-06': 'Gemini 2.5 Pro Preview 05-06',
3839
'gemini-2.0-flash': 'Gemini 2.0 Flash',
3940
'gemini-2.0-flash-lite': 'Gemini 2.0 Flash-Lite'
@@ -50,8 +51,7 @@ export const CHATBOTS = {
5051
default_system_instructions: '',
5152
default_top_p: 0,
5253
models: {
53-
'2.0-flash': '2.0 Flash',
54-
'2.5-flash-preview': '2.5 Flash (preview)',
54+
'2.5-flash': '2.5 Flash',
5555
'2.5-pro-preview': '2.5 Pro (preview)'
5656
}
5757
},

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC, prev. Gemini Coder)",
44
"description": "Initialize any web chat with your code",
5-
"version": "1.6.1",
5+
"version": "1.6.2",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)