type: fix - #39
Closed
htoooth wants to merge 1 commit into
Closed
Conversation
change Gemini to Qwen Code
nasa1024
approved these changes
Jul 23, 2025
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 28, 2026
Round 2 (4 items): - QwenLM#35: add [atMention=true] prefix to handleGroup/handleC2C - QwenLM#36: sanitize senderName (strip [ ]) in all handlers - QwenLM#37: remove redundant [可选回复] prefix - QwenLM#38: add C2C scoping guard to system instructions Round 3 (9 items): - QwenLM#39: add GROUP_MESSAGE intent (bit 26) to types + IDENTIFY - QwenLM#40: fix msgSeqMap.delete key (msgId not groupId) - QwenLM#41: truncate token error body to prevent appSecret leak - QwenLM#42: add group_openid null guard to toggle handlers - QwenLM#44: remove dead hasMarkdownSyntax/hasLinkSyntax - QwenLM#45: validate gateway URL protocol (wss:/ws:) - QwenLM#46: add error logging to restore* catch blocks - QwenLM#47: add disposed check in connect() retry loop - QwenLM#43: already fixed in round 1 (isDuplicate at top)
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 29, 2026
Round 2 (4 items): - QwenLM#35: add [atMention=true] prefix to handleGroup/handleC2C - QwenLM#36: sanitize senderName (strip [ ]) in all handlers - QwenLM#37: remove redundant [可选回复] prefix - QwenLM#38: add C2C scoping guard to system instructions Round 3 (9 items): - QwenLM#39: add GROUP_MESSAGE intent (bit 26) to types + IDENTIFY - QwenLM#40: fix msgSeqMap.delete key (msgId not groupId) - QwenLM#41: truncate token error body to prevent appSecret leak - QwenLM#42: add group_openid null guard to toggle handlers - QwenLM#44: remove dead hasMarkdownSyntax/hasLinkSyntax - QwenLM#45: validate gateway URL protocol (wss:/ws:) - QwenLM#46: add error logging to restore* catch blocks - QwenLM#47: add disposed check in connect() retry loop - QwenLM#43: already fixed in round 1 (isDuplicate at top)
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 29, 2026
Round 2 (4 items): - QwenLM#35: add [atMention=true] prefix to handleGroup/handleC2C - QwenLM#36: sanitize senderName (strip [ ]) in all handlers - QwenLM#37: remove redundant [可选回复] prefix - QwenLM#38: add C2C scoping guard to system instructions Round 3 (9 items): - QwenLM#39: add GROUP_MESSAGE intent (bit 26) to types + IDENTIFY - QwenLM#40: fix msgSeqMap.delete key (msgId not groupId) - QwenLM#41: truncate token error body to prevent appSecret leak - QwenLM#42: add group_openid null guard to toggle handlers - QwenLM#44: remove dead hasMarkdownSyntax/hasLinkSyntax - QwenLM#45: validate gateway URL protocol (wss:/ws:) - QwenLM#46: add error logging to restore* catch blocks - QwenLM#47: add disposed check in connect() retry loop - QwenLM#43: already fixed in round 1 (isDuplicate at top)
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 30, 2026
Round 2 (4 items): - QwenLM#35: add [atMention=true] prefix to handleGroup/handleC2C - QwenLM#36: sanitize senderName (strip [ ]) in all handlers - QwenLM#37: remove redundant [可选回复] prefix - QwenLM#38: add C2C scoping guard to system instructions Round 3 (9 items): - QwenLM#39: add GROUP_MESSAGE intent (bit 26) to types + IDENTIFY - QwenLM#40: fix msgSeqMap.delete key (msgId not groupId) - QwenLM#41: truncate token error body to prevent appSecret leak - QwenLM#42: add group_openid null guard to toggle handlers - QwenLM#44: remove dead hasMarkdownSyntax/hasLinkSyntax - QwenLM#45: validate gateway URL protocol (wss:/ws:) - QwenLM#46: add error logging to restore* catch blocks - QwenLM#47: add disposed check in connect() retry loop - QwenLM#43: already fixed in round 1 (isDuplicate at top)
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 30, 2026
Round 2 (4 items): - QwenLM#35: add [atMention=true] prefix to handleGroup/handleC2C - QwenLM#36: sanitize senderName (strip [ ]) in all handlers - QwenLM#37: remove redundant [可选回复] prefix - QwenLM#38: add C2C scoping guard to system instructions Round 3 (9 items): - QwenLM#39: add GROUP_MESSAGE intent (bit 26) to types + IDENTIFY - QwenLM#40: fix msgSeqMap.delete key (msgId not groupId) - QwenLM#41: truncate token error body to prevent appSecret leak - QwenLM#42: add group_openid null guard to toggle handlers - QwenLM#44: remove dead hasMarkdownSyntax/hasLinkSyntax - QwenLM#45: validate gateway URL protocol (wss:/ws:) - QwenLM#46: add error logging to restore* catch blocks - QwenLM#47: add disposed check in connect() retry loop - QwenLM#43: already fixed in round 1 (isDuplicate at top)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
change Gemini to Qwen Code
TLDR
In About page change Gemini to Qwen Code
Dive Deeper
Reviewer Test Plan
Testing Matrix
Linked issues / bugs