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 15+ chatbots and manage websites for context." ,
7- "version" : " 1.19 .0" ,
7+ "version" : " 1.20 .0" ,
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 @@ -79,7 +79,7 @@ export const CHATBOTS = {
7979 default_top_p : 0 ,
8080 models : {
8181 'sonnet-4' : { label : 'Sonnet 4' } ,
82- 'opus-4' : { label : 'Opus 4' }
82+ 'opus-4-1 ' : { label : 'Opus 4.1 ' }
8383 }
8484 } ,
8585 DeepSeek : {
@@ -281,4 +281,3 @@ export const CHATBOTS = {
281281 models : { }
282282 }
283283} satisfies Chatbots
284-
Original file line number Diff line number Diff line change 22 "name" : " gemini-coder" ,
33 "displayName" : " Code Web Chat (CWC)" ,
44 "description" : " The 100% free AI pair programming" ,
5- "version" : " 1.235 .0" ,
5+ "version" : " 1.236 .0" ,
66 "scripts" : {
77 "build" : " npx vsce package --no-dependencies" ,
88 "vscode:prepublish" : " rimraf out && npm run compile" ,
You can’t perform that action at this time.
0 commit comments