We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf1116 commit 5ab4b84Copy full SHA for 5ab4b84
2 files changed
packages/vscode/package.json
@@ -2,7 +2,7 @@
2
"name": "gemini-coder",
3
"displayName": "Code Web Chat (CWC)",
4
"description": "Connect VS Code with 15+ chatbots",
5
- "version": "1.162.0",
+ "version": "1.163.0",
6
"scripts": {
7
"build": "npx vsce package --no-dependencies",
8
"vscode:prepublish": "npm run compile",
packages/vscode/src/view/frontend/intro/Intro/Intro.tsx
@@ -18,7 +18,7 @@ export const Intro: React.FC<Props> = (props) => {
18
>
19
<div className={styles.top__heading__title}>Code Web Chat</div>
20
<div className={styles.top__heading__subtitle}>
21
- AI workflow tool
+ Free AI pair programming
22
</div>
23
24
<button
0 commit comments