Skip to content

Commit 57916c6

Browse files
committed
Enhance context editing capabilities with direct API call support
1 parent a61fb1a commit 57916c6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
**Designed for software engineers, a 100% free and open-source tool for AI pair programming.** With its simple, non-agentic approach, CWC provides unmatched accuracy, speed and cost efficiency. Built by an independent developer for VS Code and its derivatives (Cursor, Windsurf, VSCodium, etc.).
66

7-
> LLMs have been shown to be an insufficient technology to reliably power the idea of agentic coding, especially in large, real-world projects. By using CWC you're close to the codebase—shaping it like a sculptor with a wonderous chisel. Keep your abilities sharp and create a programming duo that delivers truly exceptional value.
7+
> LLMs have been shown to be an insufficient technology to reliably power the idea of agentic coding, especially in real-world projects. By using CWC you're close to the codebase—shaping it like a sculptor with a wonderous chisel. Keep your abilities sharp and create a programming duo that delivers truly exceptional value.
88
>
99
> Happy coding with CWC! \
1010
> [Robert](https://x.com/robertpiosik)
1111
12-
**Initialize 15+ free chatbots** (ChatGPT, Gemini, Claude, DeepSeek and more) \
13-
**Integrate multi-file changes** from responses of any edit format \
12+
**Edit context** through 15+ free chatbots or by calling API directly \
13+
**Integrate multi-file changes** from messages in any edit format \
1414
**Code completions** with reasoning models \
1515
**Commit messages** in your preferred style
1616

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC)",
44
"description": "The free vibe coding",
5-
"version": "1.282.0",
5+
"version": "1.283.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)