Merge pull request #3042 from YuchenLiang00/fix/context-command-detail-missing

fix(cli): add 'detail' subcommand to /context command
This commit is contained in:
pomelo 2026-04-10 12:12:07 +08:00 committed by GitHub
commit cf81ac47ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -34,6 +34,7 @@ Commands for adjusting interface appearance and work environment.
| ------------ | ---------------------------------------- | ----------------------------- |
| `/clear` | Clear terminal screen content | `/clear` (shortcut: `Ctrl+L`) |
| `/context` | Show context window usage breakdown | `/context` |
| → `detail` | Show per-item context usage breakdown | `/context detail` |
| `/theme` | Change Qwen Code visual theme | `/theme` |
| `/vim` | Turn input area Vim editing mode on/off | `/vim` |
| `/directory` | Manage multi-directory support workspace | `/dir add ./src,./tests` |