You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❤️ **Free and open-source**—released under the GPL-3.0 license \
17
17
🔒️ **Total privacy**—operates 100% on your local machine
18
18
@@ -22,13 +22,6 @@ Works with **VS Code**, **Cursor**, **Windsurf**, **VSCodium**, and others.
22
22
23
23
## Introduction
24
24
25
-
👨⚖️ **In respect to Terms of Use**
26
-
27
-
Code Web Chat only starts new conversations. This idea is borrowed from [Firefox](https://support.mozilla.org/en-US/kb/ai-chatbot) and is not against any of the supported chatbots Terms of Use. Contributors should not submit pull requests implementing further chat automations of any kind, as these will be rejected.
28
-
29
-
> [!NOTE]
30
-
> The _Apply response_ button placed under responses is not a means of automatic output extraction, it's an alias for the original _copy to clipboard_ button.
31
-
32
25
🧑💻 **Guide the model with context**
33
26
34
27
Large language models (LLMs) are trained on vast datasets targeting many use cases. For code generation, a model's training involves analyzing millions of simulated problem-solving flows, such as arriving at the accepted answer from a given StackOverflow question. For the purpose of agentic coding, models are trained on an additional layer of data that simulates gathering context and planning its next steps.
@@ -76,7 +69,7 @@ Install the [open-source](https://github.com/robertpiosik/CodeWebChat/blob/dev/p
76
69
-[Chrome Web Store](https://chromewebstore.google.com/detail/code-web-chat-connector/ljookipcanaglfaocjbgdicfbdhhjffp)
@@ -99,12 +92,16 @@ Install the [open-source](https://github.com/robertpiosik/CodeWebChat/blob/dev/p
99
92
- Yuanbao
100
93
- Z
101
94
102
-
> [!NOTE]
103
-
> All web page interactions of submitting the message are handled by the following [content script](https://github.com/robertpiosik/CodeWebChat/blob/dev/packages/browser/src/content-scripts/send-prompt-content-script/send-prompt-content-script.ts).
104
-
105
95
> [!TIP]
106
96
> With the browser extension you can include markdown-parsed websites in context. Go to target website, click the extension's icon in the browser's toolbar and click _Enable for context_.
107
97
98
+
👨⚖️ **With respect to Terms of Use**
99
+
100
+
The automations are limited changing chatbot settings (like the selected model), entering prompt, and optionally submitting. This idea is borrowed from [Firefox](https://support.mozilla.org/en-US/kb/ai-chatbot) and is not against any of the supported chatbots' Terms of Use. Contributors should not submit pull requests implementing further chat automations of any kind, as these will be kindly rejected.
101
+
102
+
> [!NOTE]
103
+
> The _Apply response_ button placed under responses is not a means of automatic output extraction, it's an alias for the original _copy to clipboard_ button. Review the [content script](https://github.com/robertpiosik/CodeWebChat/blob/dev/packages/browser/src/content-scripts/send-prompt-content-script/send-prompt-content-script.ts) for implementation details.
104
+
108
105
## API Tools
109
106
110
107
Anything CWC can do in chatbots, it can do calling model providers directly from the editor.
0 commit comments