Skip to content

Commit 59c90b8

Browse files
committed
Update Gemini URL pattern and add URL override support for Gemini chatbot
1 parent cd498c9 commit 59c90b8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/browser/src/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",
@@ -30,8 +30,7 @@
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/",

packages/shared/src/constants/chatbots.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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' }

0 commit comments

Comments
 (0)