Skip to content

Commit 01f6519

Browse files
committed
Upgrade Claude AI model to Opus 4.1
1 parent 441d553 commit 01f6519

3 files changed

Lines changed: 3 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 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",

packages/shared/src/constants/chatbots.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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-

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)",
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",

0 commit comments

Comments
 (0)