diff --git a/docs/users/features/_meta.ts b/docs/users/features/_meta.ts index 4c793f589..ecac0f934 100644 --- a/docs/users/features/_meta.ts +++ b/docs/users/features/_meta.ts @@ -1,5 +1,6 @@ export default { commands: 'Commands', + 'code-review': 'Code Review', 'followup-suggestions': 'Followup Suggestions', 'sub-agents': 'SubAgents', arena: 'Agent Arena', diff --git a/docs/users/features/commands.md b/docs/users/features/commands.md index f50644f31..8d286a6c9 100644 --- a/docs/users/features/commands.md +++ b/docs/users/features/commands.md @@ -151,7 +151,7 @@ The `/btw` command allows you to ask quick side questions without interrupting o > > Use `/btw` when you need a quick answer without derailing your main task. It's especially useful for clarifying concepts, checking facts, or getting quick explanations while staying focused on your primary workflow. -### 1.6 Information, Settings, and Help +### 1.7 Information, Settings, and Help Commands for obtaining information and performing system settings. @@ -166,7 +166,7 @@ Commands for obtaining information and performing system settings. | `/copy` | Copy last output content to clipboard | `/copy` | | `/quit` | Exit Qwen Code immediately | `/quit` or `/exit` | -### 1.7 Common Shortcuts +### 1.8 Common Shortcuts | Shortcut | Function | Note | | ------------------ | ----------------------- | ---------------------- | @@ -176,7 +176,7 @@ Commands for obtaining information and performing system settings. | `Ctrl/cmd+Z` | Undo input | Text editing | | `Ctrl/cmd+Shift+Z` | Redo input | Text editing | -### 1.8 CLI Auth Subcommands +### 1.9 CLI Auth Subcommands In addition to the in-session `/auth` slash command, Qwen Code provides standalone CLI subcommands for managing authentication directly from the terminal: diff --git a/packages/core/src/skills/bundled/review/SKILL.md b/packages/core/src/skills/bundled/review/SKILL.md index c9f7b157a..3915f6104 100644 --- a/packages/core/src/skills/bundled/review/SKILL.md +++ b/packages/core/src/skills/bundled/review/SKILL.md @@ -249,7 +249,7 @@ After verification, identify **confirmed** findings that describe the **same typ All confirmed findings (aggregated or standalone) proceed to Step 2.6. -### Reverse audit +## Step 2.6: Reverse audit After aggregation, launch a **single reverse audit agent** to find issues that all previous agents missed. This agent receives: