docs: Add detailed documentation for Qwen Code's approval modes and usage

- Introduced a comprehensive guide on the four permission modes: Plan, Default, Auto-Edit, and YOLO, including their use cases and risk levels.
- Updated the overview and quickstart documentation for clarity and consistency.
- Removed the outdated CLI reference document and integrated relevant content into the updated documentation.
- Improved command creation examples and best practices for custom commands.
This commit is contained in:
joeytoday
2025-12-11 21:12:32 +08:00
parent 4d4e9a7b3d
commit 9fd4f58c16
6 changed files with 460 additions and 518 deletions

View File

@@ -4,7 +4,7 @@
This quickstart guide will have you using AI-powered coding assistance in just a few minutes. By the end, you'll understand how to use Qwen Code for common development tasks.
## 👉 Before you begin
## Before you begin
Make sure you have:
@@ -16,7 +16,7 @@ Make sure you have:
To install Qwen Code, use one of the following methods:
### NPM(recommended)
### NPM (recommended)
Requires [Node.js 20+](https://nodejs.org/download), you can use `node -v` check the version. If it's not installed, use the following command to install it.
@@ -69,7 +69,7 @@ qwen
You'll see the Qwen Code welcome screen with your session information, recent conversations, and latest updates. Type `/help` for available commands.
## 🤖 Chat with Qwen Code
## Chat with Qwen Code
### Ask your first question