Skip to content

Commit da974dd

Browse files
committed
Update descriptions to explicitly state support for free chatbots
1 parent e094184 commit da974dd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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>
44

5-
Code Web Chat is a versatile, free and open-source (FOSS) AI coding tool that connects VS Code with chatbots like ChatGPT, Gemini or Claude for its signature workflow—select files, type instructions and initialize your favorite chatbot hands-free! Once ready, apply the response with a single click.
5+
Code Web Chat is a versatile, free and open-source (FOSS) AI coding tool that connects VS Code with free chatbots like ChatGPT, Gemini or Claude for its signature workflow—select files, type instructions and initialize your favorite chatbot hands-free! Once ready, apply the response with a single click.
66

77
**Save money**—free tiers and subscription-based billing \
88
**Save time**—multi-file edits from a single prompt

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 connects VS Code with chatbots like ChatGPT, Gemini or Claude. Saves you money and time.",
5-
"version": "1.384.0",
4+
"description": "CWC connects VS Code with free chatbots like ChatGPT, Gemini or Claude. Saves you money and time.",
5+
"version": "1.385.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)