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
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,9 @@
11
11
<ahref="https://marketplace.visualstudio.com/items?itemName=robertpiosik.gemini-coder"><imgsrc="https://img.shields.io/badge/Install-VS_Code_Marketplace-blue"alt="Get from Visual Studio Code Marketplace" /></a> <ahref="https://open-vsx.org/extension/robertpiosik/gemini-coder"><imgsrc="https://img.shields.io/badge/Install-Open_VSX_Registry-a60ee5"alt="Get from Open VSX Registry" /></a> <ahref="https://github.com/robertpiosik/CodeWebChat/blob/dev/LICENSE"><imgsrc="https://img.shields.io/badge/License-GPL--3.0-green.svg"alt="GPL-3.0 license" /></a>
12
12
</p>
13
13
14
-
Code Web Chat is a free and open-source, independent AI coding toolkit for VS Code.
14
+
Code Web Chat is a free and open-source, independent AI coding toolkit for VS Code. Start using [projects](https://help.openai.com/en/articles/10169521-projects-in-chatgpt) (also called [gems](https://gemini.google/pl/overview/gems) or [spaces](https://docs.github.com/en/copilot/concepts/context/spaces)) without the tedious copy and paste!
✅ **Apply responses**—multi-file edits integration with automatic checkpoints \
16
+
💅 **Apply responses**—multi-file edits integration with automatic checkpoints \
22
17
🌱 **Sustainable**—first-class support for [context caching](https://ai.google.dev/gemini-api/docs/caching) across tasks \
23
18
🤙 **Fully-featured**—code at cursor, commit messages \
24
19
✋ **Privacy-first**—[strict zero telemetry policy](https://github.com/robertpiosik/CodeWebChat/blob/dev/PRIVACY.md)
@@ -37,13 +32,11 @@ When pair programming with Code Web Chat, you foster codebase understanding to p
37
32
38
33
## Enabling autofill in chatbots
39
34
40
-
Start using [projects](https://help.openai.com/en/articles/10169521-projects-in-chatgpt) (also called [gems](https://gemini.google/pl/overview/gems) or [spaces](https://docs.github.com/en/copilot/concepts/context/spaces)) without the tedious copy and paste!
35
+
The browser extension simplifies the workflow but is not a prerequisite. You can still copy and paste.
41
36
42
37
-[Chrome Web Store](https://chromewebstore.google.com/detail/code-web-chat-connector/ljookipcanaglfaocjbgdicfbdhhjffp)
Like all of CWC, the browser extension is [open-source](https://github.com/robertpiosik/CodeWebChat/blob/dev/packages/browser) and works with minimal permissions for your absolute privacy and security.
46
-
47
40
**List of supported chatbots:**
48
41
49
42
- AI Studio
@@ -67,10 +60,10 @@ Like all of CWC, the browser extension is [open-source](https://github.com/rober
67
60
- Z AI
68
61
69
62
> [!IMPORTANT]
70
-
> In respect to chatbot's Terms of Use, a prompt autofill is all the extension does automatically. Furthermore, 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/apps/browser/src/content-scripts/send-prompt-content-script/send-prompt-content-script.ts)for implementation details.
63
+
> 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/apps/browser/src/content-scripts/send-prompt-content-script/send-prompt-content-script.ts)to learn implementation details.
71
64
72
65
> [!NOTE]
73
-
> Use [port forwarding](https://code.visualstudio.com/docs/debugtest/port-forwarding)on port _55155_ when using remote machine via SSH.
66
+
> Use [forwarding](https://code.visualstudio.com/docs/debugtest/port-forwarding)of port _55155_ when using remote machine via SSH.
0 commit comments