diff --git a/packages/gpt-runner-vscode/README.md b/packages/gpt-runner-vscode/README.md index cee493b..5bea842 100644 --- a/packages/gpt-runner-vscode/README.md +++ b/packages/gpt-runner-vscode/README.md @@ -8,9 +8,10 @@ [![VSCode](https://img.shields.io/badge/VSCode-Extension-blue?logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner) [![License](https://img.shields.io/github/license/nicepkg/gpt-runner)](https://github.com/nicepkg/gpt-runner/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/nicepkg/gpt-runner?style=social)](https://github.com/nicepkg/gpt-runner) -The GPT-Runner VSCode extension is the result of integrating GPT-Runner and VSCode. +**Conversations with your files! Manage and run your AI presets!** + +**与你的文件对话!管理并运行你的 AI 预设!** -This extension helps you manage AI presets and drive conversations with code using AI, thereby significantly boosting your development efficiency. [![GPT-Runner Intro](https://raw.githubusercontent.com/2214962083/2214962083/main/gpt-runner-vscode-intro.gif)](https://user-images.githubusercontent.com/35005637/252378643-f0d053ac-88db-4b92-966a-75a411a1ce6c.mp4 "GPT-Runner Intro") diff --git a/packages/gpt-runner-vscode/README_CN.md b/packages/gpt-runner-vscode/README_CN.md index 427da18..cc04d6c 100644 --- a/packages/gpt-runner-vscode/README_CN.md +++ b/packages/gpt-runner-vscode/README_CN.md @@ -9,10 +9,7 @@ [![VSCode](https://img.shields.io/badge/VSCode-Extension-blue?logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner) [![License](https://img.shields.io/github/license/nicepkg/gpt-runner)](https://github.com/nicepkg/gpt-runner/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/nicepkg/gpt-runner?style=social)](https://github.com/nicepkg/gpt-runner) -GPT-Runner VSCode 扩展是 GPT-Runner 跟 VSCode 深度结合的结果。 - -可帮助您管理 AI 预设并与代码进行 AI 驱动的对话,从而显着提高您的开发效率。 - +**与你的文件对话!管理并运行你的 AI 预设!** [![GPT-Runner Intro](https://raw.githubusercontent.com/2214962083/2214962083/main/gpt-runner-vscode-intro.gif)](https://user-images.githubusercontent.com/35005637/252378643-f0d053ac-88db-4b92-966a-75a411a1ce6c.mp4 "GPT-Runner Intro") diff --git a/packages/gpt-runner-vscode/package.json b/packages/gpt-runner-vscode/package.json index 1913b35..79990ae 100644 --- a/packages/gpt-runner-vscode/package.json +++ b/packages/gpt-runner-vscode/package.json @@ -4,7 +4,7 @@ "displayName": "GPT Runner", "version": "0.6.7", "private": true, - "description": "Use GPT-Runner to manage your AI presets, engage in AI-powered conversations with your code, and significantly boost the development efficiency of both you and your team!", + "description": "Conversations with your files! Manage your AI presets!", "license": "MIT", "funding": "https://github.com/sponsors/2214962083", "homepage": "https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-vscode#readme",