From 964509f58736f97382b9053201f4971e9b370249 Mon Sep 17 00:00:00 2001 From: mahone3297 <329730566@qq.com> Date: Sun, 10 Aug 2025 21:54:26 +0800 Subject: [PATCH] Fix README.md: Replace /status command with /stats command in documentation Co-authored-by: Qwen-Coder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5768fb7..5790f693 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Create or edit `.qwen/settings.json` in your home directory: - **`/compress`** - Compress conversation history to continue within token limits - **`/clear`** - Clear all conversation history and start fresh -- **`/status`** - Check current token usage and limits +- **`/stats`** - Check current token usage and limits > 📝 **Note**: Session token limit applies to a single conversation, not cumulative API calls. @@ -310,7 +310,7 @@ qwen - `/help` - Display available commands - `/clear` - Clear conversation history - `/compress` - Compress history to save tokens -- `/status` - Show current session information +- `/stats` - Show current session information - `/exit` or `/quit` - Exit Qwen Code ### Keyboard Shortcuts