From 415473911d785ba1d02fee0ac108b24efa74b5e2 Mon Sep 17 00:00:00 2001 From: 0ut0fm1nd Date: Fri, 10 Nov 2023 18:24:29 +0800 Subject: [PATCH] release 0.0.5 --- README.md | 16 ++++------------ README_EN.md | 16 ++++------------ package.json | 2 +- 3 files changed, 9 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 3a6e514..904851d 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_ 注意:不同的模型运行环境可以在插件中进行配置。对于[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`选项。 -

- -

+![插件配置截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_settings_new.png) ## 功能特性 @@ -138,9 +136,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_ 当插件提供代码建议时,建议内容以灰色显示在编辑器光标位置,您可以按下Tab键来接受该建议,或者继续输入以忽略该建议。 -

- -

+![代码建议截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_completion.png) ### 2. 代码辅助 @@ -150,9 +146,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_ 在vscode侧边栏中打开插件问答界面,在编辑器中选中一段代码,在鼠标右键CodeShell菜单中选择对应的功能项,插件将在问答界面中给出相应的答复。 -

- -

+![代码辅助截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_assistants.png) ### 3. 智能问答 @@ -163,9 +157,7 @@ VSCode中执行`Install from VSIX...`命令,选择`codeshell-vscode-${VERSION_ - 对任一问题,可重新获取回答 - 在回答过程中,可以打断 -

- -

+![智能问答截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_chat.png) 在问答界面的代码块中,可以点击复制按钮复制该代码块,也可点击插入按钮将该代码块内容插入到编辑器光标处。 diff --git a/README_EN.md b/README_EN.md index abd601c..a8b59ba 100644 --- a/README_EN.md +++ b/README_EN.md @@ -117,9 +117,7 @@ For a more detailed explanation of the parameters, please refer to the [text-gen 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. -

- -

+![插件配置截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_settings_new.png) ## Features @@ -132,9 +130,7 @@ During the coding process, code completion suggestions can automatically trigger 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. -

- -

+![代码建议截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_completion.png) ### 2. Code Assistance @@ -144,9 +140,7 @@ When the plugin provides code suggestions, the suggested content appears in gray 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. -

- -

+![代码辅助截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_assistants.png) ### 3. Code Q&A @@ -157,9 +151,7 @@ In the VSCode sidebar, open the plugin's Q&A interface. Select a portion of code - Request Fresh Responses for Any Question - Interrupt During the Answering Process -

- -

+![智能问答截图](https://raw.githubusercontent.com/WisdomShell/codeshell-vscode/main/assets/readme/docs_chat.png) 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. diff --git a/package.json b/package.json index 4d8e61a..2672839 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "CodeShell VSCode Extension", "description": "Coding with CodeShell LLM", "publisher": "WisdomShell", - "version": "0.0.4", + "version": "0.0.5", "icon": "assets/logo.png", "keywords": [ "code-suggestion",