Skip to content

Commit

Permalink
feat: update aide to aide-pro for vscode marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 2, 2024
1 parent c17160b commit c0746f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{ ".": "0.9.0" }
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Convert selected files to AI prompts with one click, enabling custom AI commands

一键将选定文件复制为 AI 提示,支持自定义 AI 命令以针对这些文件发起聊天。🚀

[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/nicepkg.aide)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)
[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![License](https://img.shields.io/github/license/nicepkg/aide)](https://github.com/nicepkg/aide/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/nicepkg/aide)](https://github.com/nicepkg/aide)

Expand Down Expand Up @@ -42,7 +42,7 @@ Whether you're a seasoned developer or a coding novice, Aide can be your powerfu

1. Open Visual Studio Code
2. Go to Extensions (Ctrl+Shift+X)
3. Search for "[Aide](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)"
3. Search for "[Aide](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)"
4. Click Install

## Usage 🛠
Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

一键将选定文件复制为 AI 提示, 支持自定义 AI 命令以针对这些文件发起聊天。🚀

[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/nicepkg.aide)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)
[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![License](https://img.shields.io/github/license/nicepkg/aide)](https://github.com/nicepkg/aide/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/nicepkg/aide)](https://github.com/nicepkg/aide)

Expand Down Expand Up @@ -40,7 +40,7 @@

1. 打开 Visual Studio Code
2. 进入扩展 (Ctrl+Shift+X)
3. 搜索 “[Aide](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide)
3. 搜索 “[Aide](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
4. 点击安装

## 使用方法 🛠
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"publisher": "nicepkg",
"name": "aide",
"name": "aide-pro",
"displayName": "Aide",
"description": "Convert selected files to AI prompts with one click, enabling custom AI commands to initiate inquiries about these files. 🚀",
"version": "0.2.0",
Expand Down

0 comments on commit c0746f0

Please sign in to comment.