Skip to content

Commit 1f4adc2

Browse files
committed
Revise product descriptions to remove the '100% free' claim and clarify the tool's core function
1 parent df7890a commit 1f4adc2

3 files changed

Lines changed: 4 additions & 4 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>
44

5-
An open-source community effort enabling 100% free AI pair programming.
5+
AI pair programming tool designed for top accuracy at unmatched speed and cost effectivenes.
66

77
✅ Works with **VS Code** and its derivatives \
88
**Initializes 15+ chatbots** hands-free \

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 (CWC)",
4-
"description": "The 100% free AI pair programming",
5-
"version": "1.237.0",
4+
"description": "Connect VS Code with free chatbots",
5+
"version": "1.238.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

packages/vscode/src/view/frontend/intro/Intro/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const Intro: React.FC<Props> = (props) => {
1919
>
2020
<div className={styles.top__heading__title}>Code Web Chat</div>
2121
<div className={styles.top__heading__subtitle}>
22-
The 100% free AI pair programming
22+
AI pair programming
2323
</div>
2424
</div>
2525
<button

0 commit comments

Comments
 (0)