File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments