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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,23 @@
15
15
16
16
100% free and open source VS Code extension for AI-assisted programming. CWC treats the AI model less like a teammate and more like a calculator; by emphasizing context management, it modifies it predictably, accurately, quickly, thus cost-efficiently. Enjoy a modern software development workflow with a tool that doesn't try hard to replace You.
17
17
18
-
⚡️ Non-agentic - designed to one-shot any task\
18
+
⚡️ World's fastest AI coding - one-shot tasks in a single chat or API call\
19
19
🧩 Compatible with VS Code derivatives (Cursor, Windsurf, VSCodium, etc.) \
20
20
🙋 Created by an independent developer \
21
21
☕️ Supported by donations
22
22
23
23
**Guiding principles:**
24
24
25
25
- initialize chatbots—don't scrape responses
26
+
- univarsal—allow any workflow
26
27
- privacy first—zero telemetry
27
28
- lightweight—about 1MB of code
28
29
29
30
**CWC is for you if:**
30
31
31
32
- you're an experienced engineer working on a large codebase
32
33
- you're a student or hobbyist on a budget
34
+
- you believe software should be crafted, not generated
33
35
34
36
**See how simple it is to implement a feature with ChatGPT:**
35
37
@@ -50,8 +52,8 @@ CWC does not prompt-engineer any form of autonomous coding, instead, it expects
50
52
The benefits of this friction include:
51
53
52
54
- developing a mental model of the codebase,
53
-
-eliminating idle time waiting for agentic runs to finish,
0 commit comments