update: installation instruction
This commit is contained in:
parent
df5c4e8079
commit
b8e2852f96
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ curl -qL https://www.npmjs.com/install.sh | sh
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g @qwen-code/qwen-code
|
npm install -g @qwen-code/qwen-code@latest
|
||||||
qwen --version
|
qwen --version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -540,7 +540,7 @@ export const useSlashCommandProcessor = (
|
||||||
// Filter out MCP tools by checking if they have a serverName property
|
// Filter out MCP tools by checking if they have a serverName property
|
||||||
const geminiTools = tools.filter((tool) => !('serverName' in tool));
|
const geminiTools = tools.filter((tool) => !('serverName' in tool));
|
||||||
|
|
||||||
let message = 'Available Gemini CLI tools:\n\n';
|
let message = 'Available Qwen Code tools:\n\n';
|
||||||
|
|
||||||
if (geminiTools.length > 0) {
|
if (geminiTools.length > 0) {
|
||||||
geminiTools.forEach((tool) => {
|
geminiTools.forEach((tool) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue