Skip to content

Commit f95e5fe

Browse files
committed
Refine the README content by correcting grammar, adding checkpoints to the feature list, and relocating the Terms of Use clarification
1 parent 08c3045 commit f95e5fe

1 file changed

Lines changed: 14 additions & 17 deletions

File tree

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
Blazing fast AI pair programming for production-grade code. Select context as you go for pro accuracy and game-changing speed.
66

7-
Works with **VS Code**, **Cursor**, **Windsurf**, **VSCodium**, and others.
7+
Works with **VS Code**, and forks like **Cursor**, **Windsurf**, **VSCodium**, etc.
88

9-
**Send prompts anywhere**
9+
**Sends prompts everywhere**
1010

11-
- Chatbots—ChatGPT, Claude, Gemini, AI Studio, Qwen, etc.
12-
- Model providers—Gemini API, OpenRouter, local Ollama, etc.
11+
- Chatbots—_ChatGPT, Claude, Gemini, AI Studio, Qwen, etc._
12+
- Model providers—_Gemini API, OpenRouter, local Ollama, etc._
1313

14-
**Apply responses**—multi-file changes integration with easy rollback \
15-
🔋 **Batteries included**—code completions, commit messages, etc. \
14+
**Applies responses**—multi-file changes integration with easy rollback \
15+
🔋 **Batteries included**—code completions, commit messages, checkpoints... \
1616
❤️ **Free and open-source**—released under the GPL-3.0 license \
1717
🔒️ **Total privacy**—operates 100% on your local machine
1818

@@ -22,13 +22,6 @@ Works with **VS Code**, **Cursor**, **Windsurf**, **VSCodium**, and others.
2222

2323
## Introduction
2424

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-
3225
🧑‍💻 **Guide the model with context**
3326

3427
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
7669
- [Chrome Web Store](https://chromewebstore.google.com/detail/code-web-chat-connector/ljookipcanaglfaocjbgdicfbdhhjffp)
7770
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/code-web-chat-connector/)
7871

79-
**Supported chatbots (A-Z)**
72+
**Supported chatbots**
8073

8174
- AI Studio
8275
- ChatGPT
@@ -99,12 +92,16 @@ Install the [open-source](https://github.com/robertpiosik/CodeWebChat/blob/dev/p
9992
- Yuanbao
10093
- Z
10194

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-
10595
> [!TIP]
10696
> 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_.
10797
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+
108105
## API Tools
109106

110107
Anything CWC can do in chatbots, it can do calling model providers directly from the editor.

0 commit comments

Comments
 (0)