Merge remote-tracking branch 'origin/main' into feat/review-skill-improvements

This commit is contained in:
wenshao 2026-04-09 08:52:01 +08:00
commit 6de5c9e530
20 changed files with 705 additions and 48 deletions

View file

@ -12,7 +12,7 @@ After Qwen Code finishes responding, a suggestion appears as dimmed text in the
> run the tests
```
The suggestion is generated by sending the conversation history to the model, which predicts what you would naturally type next.
The suggestion is generated by sending the conversation history to the model, which predicts what you would naturally type next. If the response contains an explicit tip (e.g., `Tip: type post comments to publish findings`), the suggested action is extracted automatically.
## Accepting Suggestions