Skip to content

Commit 4205752

Browse files
committed
Update AI Studio message input selector and bump extension version to 1.75.0
1 parent a170a5e commit 4205752

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/browser/src/content-scripts/send-prompt-content-script/chatbots/ai-studio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export const ai_studio: Chatbot = {
347347
},
348348
enter_message_and_send: async (params) => {
349349
const input_element = document.querySelector(
350-
'textarea'
350+
'ms-autosize-textarea > textarea'
351351
) as HTMLTextAreaElement
352352
if (!input_element) {
353353
report_initialization_error({

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": "Connect your editor with free chatbots. Parse websites for context.",
7-
"version": "1.74.0",
7+
"version": "1.75.0",
88
"homepage_url": "https://github.com/robertpiosik/CodeWebChat",
99
"icons": {
1010
"16": "icons/icon-16.png",

0 commit comments

Comments
 (0)