Skip to content

Commit 4154739

Browse files
committed
release 0.0.5
1 parent 021d758 commit 4154739

File tree

3 files changed

+9
-25
lines changed

3 files changed

+9
-25
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_
123123

124124
注意:不同的模型运行环境可以在插件中进行配置。对于[CodeShell-7B-Chat-int4](https://huggingface.co/WisdomShell/CodeShell-7B-Chat-int4)模型,您可以在`Code Shell: Run Env For LLMs`选项中选择`CPU with llama.cpp`选项。而对于[CodeShell-7B](https://huggingface.co/WisdomShell/CodeShell-7B)[CodeShell-7B-Chat](https://huggingface.co/WisdomShell/CodeShell-7B-Chat)模型,应选择`GPU with TGI toolkit`选项。
125125

126-
<p align="center">
127-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_settings_new.png" width="800"/>
128-
<p>
126+
![插件配置截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_settings_new.png)
129127

130128
## 功能特性
131129

@@ -138,9 +136,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_
138136

139137
当插件提供代码建议时,建议内容以灰色显示在编辑器光标位置,您可以按下Tab键来接受该建议,或者继续输入以忽略该建议。
140138

141-
<p align="center">
142-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_completion.png" width="800"/>
143-
<p>
139+
![代码建议截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_completion.png)
144140

145141
### 2. 代码辅助
146142

@@ -150,9 +146,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_
150146

151147
在vscode侧边栏中打开插件问答界面,在编辑器中选中一段代码,在鼠标右键CodeShell菜单中选择对应的功能项,插件将在问答界面中给出相应的答复。
152148

153-
<p align="center">
154-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_assistants.png" width="800"/>
155-
<p>
149+
![代码辅助截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_assistants.png)
156150

157151
### 3. 智能问答
158152

@@ -163,9 +157,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_
163157
- 对任一问题,可重新获取回答
164158
- 在回答过程中,可以打断
165159

166-
<p align="center">
167-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_chat.png" width="800"/>
168-
<p>
160+
![智能问答截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_chat.png)
169161

170162
在问答界面的代码块中,可以点击复制按钮复制该代码块,也可点击插入按钮将该代码块内容插入到编辑器光标处。
171163

README_EN.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ For a more detailed explanation of the parameters, please refer to the [text-gen
117117

118118
Note: Different model runtime environments can be configured within the plugin. For the [CodeShell-7B-Chat-int4](https://huggingface.co/WisdomShell/CodeShell-7B-Chat-int4) model, you can choose the `CPU with llama.cpp"`option in the `Code Shell: Run Env For LLMs` menu. However, for the [CodeShell-7B](https://huggingface.co/WisdomShell/CodeShell-7B) and [CodeShell-7B-Chat](https://huggingface.co/WisdomShell/CodeShell-7B-Chat) models, you should select the `GPU with TGI toolkit` option.
119119

120-
<p align="center">
121-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_settings_new.png" width="800"/>
122-
<p>
120+
![插件配置截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_settings_new.png)
123121

124122
## Features
125123

@@ -132,9 +130,7 @@ During the coding process, code completion suggestions can automatically trigger
132130

133131
When the plugin provides code suggestions, the suggested content appears in gray at the editor's cursor position. You can press the Tab key to accept the suggestion or continue typing to ignore it.
134132

135-
<p align="center">
136-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_completion.png" width="800"/>
137-
<p>
133+
![代码建议截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_completion.png)
138134

139135
### 2. Code Assistance
140136

@@ -144,9 +140,7 @@ When the plugin provides code suggestions, the suggested content appears in gray
144140

145141
In the VSCode sidebar, open the plugin's Q&A interface. Select a portion of code in the editor, right-click to access the CodeShell menu, and choose the corresponding function. The plugin will provide relevant responses in the Q&A interface.
146142

147-
<p align="center">
148-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_assistants.png" width="800"/>
149-
<p>
143+
![代码辅助截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_assistants.png)
150144

151145
### 3. Code Q&A
152146

@@ -157,9 +151,7 @@ In the VSCode sidebar, open the plugin's Q&A interface. Select a portion of code
157151
- Request Fresh Responses for Any Question
158152
- Interrupt During the Answering Process
159153

160-
<p align="center">
161-
<img src="https://resource.zsmarter.cn/appdata/codeshell-vscode/screenshots/docs_chat.png" width="800"/>
162-
<p>
154+
![智能问答截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_chat.png)
163155

164156
Within the Q&A interface's code block, you can click the copy button to copy the code block or use the insert button to insert the code block's content at the editor's cursor location.
165157

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "CodeShell VSCode Extension",
44
"description": "Coding with CodeShell LLM",
55
"publisher": "WisdomShell",
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"icon": "assets/logo.png",
88
"keywords": [
99
"code-suggestion",

0 commit comments

Comments
 (0)