From b8e2852f967800ed64445f9b59f9a8a4d4478c31 Mon Sep 17 00:00:00 2001 From: "koalazf.99" Date: Wed, 30 Jul 2025 18:21:28 +0800 Subject: [PATCH] update: installation instruction --- README.md | 2 +- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83fc918c..97486c10 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ curl -qL https://www.npmjs.com/install.sh | sh ### Installation ```bash -npm install -g @qwen-code/qwen-code +npm install -g @qwen-code/qwen-code@latest qwen --version ``` diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index e395842e..488cfdab 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -540,7 +540,7 @@ export const useSlashCommandProcessor = ( // Filter out MCP tools by checking if they have a serverName property 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) { geminiTools.forEach((tool) => {