Skip to content

Commit cff21f4

Browse files
committed
Improve documentation and settings text for clarity, update the demo GIF, and refine API tool descriptions
1 parent 37f5c34 commit cff21f4

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
CWC is a non-agentic coding tool for AI-assisted programming built by an independent developer.
2121

22-
🧩 Compatible with VS Code, Cursor and Windsurf<br/>
22+
🧩 Works with VS Code and its derivatives (e.g., Cursor, Windsurf)
2323
✌️ 100% free and open source!
2424

2525
**Guiding Principles:**
@@ -32,11 +32,11 @@ CWC is a non-agentic coding tool for AI-assisted programming built by an indepen
3232
**CWC is for you if:**
3333

3434
- you're an experienced engineer working on a large codebase
35-
- you're a student or hobbyist on a budget
35+
- you're a student or hobbyist who thrives on the intricate aspects of coding
3636
- you love open source software! 🫶
3737

3838
<p>
39-
<img src="https://github.com/robertpiosik/CodeWebChat/raw/HEAD/packages/shared/src/media/walkthrough.gif" alt="Walkthrough" />
39+
<img src="https://github.com/robertpiosik/CodeWebChat/raw/HEAD/packages/shared/src/media/demo.gif" alt="Walkthrough" width="900" height="522" />
4040
</p>
4141

4242
## Context
@@ -73,9 +73,9 @@ The Connector extension is available in [Chrome Web Store](https://chromewebstor
7373

7474
> <small>**Legal Disclaimer:** After chat initialization, the extension does not read the incoming message. The injected _Apply response_ button is not a means of automatic output extraction, it's an alias for the original _copy to clipboard_ button.</small>
7575
76-
**TIP: Practice single-turns**
76+
**TIP: Practice single-turn interactions**
7777

78-
Chat conversations are only a construct of product interfaces, they hurt the quality of responses from the model and once your context is "poisoned" it will not recover. Whenever you're not satisfied with a reponse, **the best practice is to alawys refine your initial instructions and re-initialize a chat**.
78+
Chat conversations are only a construct of product interfaces, they hurt the quality of responses from the model and once your context is "poisoned" it won't recover. Whenever you're not satisfied with a reponse, **the best practice is to alawys refine your initial instructions and reinitialize**.
7979

8080
## API Tools
8181

@@ -157,12 +157,12 @@ If you find CWC helpful, please consider a [donation](https://buymeacoffee.com/r
157157

158158
**BTC:** bc1qfzajl0fc4347knr6n5hhuk52ufr4sau04su5te
159159

160+
**XMR:** 84whVjApZJtSeRb2eEbZ1pJ7yuBoGoWHGA4JuiFvdXVBXnaRYyQ3S4kTEuzgKjpxyr3nxn1XHt9yWTRqZ3XGfY35L4yDm6R
161+
160162
**LTC**: ltc1qcpmwsj2wm8hp7nw8jjsjuj5r3x9ggur052wkcx
161163

162164
**ETH:** 0x532eA8CA70aBfbA6bfE35e6B3b7b301b175Cf86D
163165

164-
**XMR:** 84whVjApZJtSeRb2eEbZ1pJ7yuBoGoWHGA4JuiFvdXVBXnaRYyQ3S4kTEuzgKjpxyr3nxn1XHt9yWTRqZ3XGfY35L4yDm6R
165-
166166
## Contributing
167167

168168
All contributions are welcome. Feel free to submit pull requests, feature requests and bug reports.

packages/shared/src/media/demo.gif

6.36 MB
Loading
-6.27 MB
Binary file not shown.

packages/vscode/src/view/frontend/tabs/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const Settings: React.FC<Props> = (props) => {
7474
>
7575
<div className={styles.configure}>
7676
<span>
77-
CWC ships with battle-tested API tools. API keys are stored encrypted
77+
CWC ships with battle-tested must-have API tools. API keys are stored encrypted
7878
with the&nbsp;
7979
<a href="https://code.visualstudio.com/api/references/vscode-api#SecretStorage">
8080
SecretStorage utility

0 commit comments

Comments
 (0)