Skip to content

Commit 851ca34

Browse files
committed
Update README for clarity and branding consistency and bump version to 1.691.0
1 parent f61667e commit 851ca34

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<a href="https://marketplace.visualstudio.com/items?itemName=robertpiosik.gemini-coder" target="_blank"><img src="https://img.shields.io/badge/Install-VS_Code_Marketplace-blue" alt="Get from Visual Studio Code Marketplace" /></a> <a href="https://open-vsx.org/extension/robertpiosik/gemini-coder" target="_blank"><img src="https://img.shields.io/badge/Install-Open_VSX_Registry-a60ee5" alt="Get from Open VSX Registry" /></a> <a href="https://github.com/robertpiosik/CodeWebChat/blob/dev/LICENSE" target="_blank"><img src="https://img.shields.io/badge/License-GPL--3.0-green.svg" alt="GPL-3.0 license" /></a>
44

5-
CWC is a context-first AI coding extension with first-class support for [prompt caching](https://platform.openai.com/docs/guides/prompt-caching), enabling reduced latency by up to 80% and input token costs by up to 90%.
5+
CWC is a context-first AI coding extension with first-class support for [prompt caching](https://platform.openai.com/docs/guides/prompt-caching), enabling reduced latency by up to 80% and input token costs by up to 90%. Great for your wallet—and for the planet 🌱, too.
66

77
Works with VS Code family of editors (Cursor, Antigravity, VSCodium).
88

@@ -31,11 +31,9 @@ To mitigate this limitation, other, agentic tools ask you to prepare extensive m
3131

3232
Code Web Chat proposes an alternative, more mindful 🧠 approach of **model guidance through context ownership.** With it come big wins—your instructions are simple, responses fast, accuracy can't get any better, and because all the recently modified files are placed at the very end of the message, **prompt cache is hit for most of its length enabling 10X cost savings.**
3333

34-
That’s great news for your wallet—and for the planet 🌱, too.
35-
3634
### **Context-first approach**
3735

38-
Meet a simple and effective workflow with CWC—select files, enter instructions, and send message with your favorite chatbot or a model provider of choice.
36+
Meet a simple and effective workflow—select files, enter instructions, and send message with your favorite chatbot or a model provider of choice.
3937

4038
Constructed prompt is straightforward and focus the model's whole attention on the task. Example:
4139

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
4-
"description": "CWC, the cost-efficient AI coding",
5-
"version": "1.690.0",
4+
"description": "CWC, a context-first AI coding",
5+
"version": "1.691.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)