Skip to content

Commit 7a9583f

Browse files
committed
Update the extension version and reposition the flow diagram in the README
1 parent f40926d commit 7a9583f

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@
1313
<a href="https://codeweb.chat/" target="_blank"><strong>Documentation</strong></a>
1414
</div>
1515

16-
<br/>
17-
18-
<img src="https://github.com/robertpiosik/CodeWebChat/raw/HEAD/packages/shared/src/media/flow.png" alt="Flow" />
19-
2016
## <span style="background-color: #fbb100; color: black; padding: 0.2em 0.6em; border-radius: 999px">What is CWC?</span>
2117

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

2420
🧩 Works with VS Code and its derivatives (e.g., Cursor, Windsurf)<br />
2521
✌️ 100% free and open source!
2622

23+
<p><img src="https://github.com/robertpiosik/CodeWebChat/raw/HEAD/packages/shared/src/media/flow.png" alt="Flow" /></p>
24+
2725
**Guiding Principles:**
2826

2927
- initialize popular chatbots—but don't game them

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": "Initialize chatbots and apply chat responses with a single click",
5-
"version": "1.60.1",
5+
"version": "1.60.2",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)