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" : " Connect your editor with free chatbots. Parse websites for context." ,
7- "version" : " 1.73 .0" ,
7+ "version" : " 1.74 .0" ,
88 "homepage_url" : " https://github.com/robertpiosik/CodeWebChat" ,
99 "icons" : {
1010 "16" : " icons/icon-16.png" ,
3030 " https://copilot.microsoft.com/" ,
3131 " https://chat.deepseek.com/" ,
3232 " https://www.doubao.com/chat/" ,
33- " https://gemini.google.com/app" ,
34- " https://gemini.google.com/u/*/app" ,
33+ " https://gemini.google.com/*" ,
3534 " https://github.com/copilot/*" ,
3635 " https://grok.com/*" ,
3736 " https://huggingface.co/chat/" ,
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ export const CHATBOTS = {
107107 Gemini : {
108108 url : 'https://gemini.google.com/app' ,
109109 supported_options : { 'temporary-chat' : 'Temporary chat' } ,
110+ supports_url_override : true ,
111+ url_override_label : 'Gem URL' ,
110112 models : {
111113 fast : { label : 'Fast' } ,
112114 thinking : { label : 'Thinking' }
You can’t perform that action at this time.
0 commit comments