mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Merge remote-tracking branch 'origin/main' into feat/review-skill-improvements
This commit is contained in:
commit
6de5c9e530
20 changed files with 705 additions and 48 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue