fix login preflight & sync with npm version - #55
Merged
Conversation
Contributor
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x' artifact from the main CI run. |
ranpox
pushed a commit
that referenced
this pull request
Aug 1, 2025
* Starting to move a lot of code into packages/server * More of the massive refactor, builds and runs, some issues though. * Fixing outstanding issue with double messages. * Fixing a minor UI issue. * Fixing the build post-merge. * Running formatting. * Addressing comments.
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
* Starting to move a lot of code into packages/server * More of the massive refactor, builds and runs, some issues though. * Fixing outstanding issue with double messages. * Fixing a minor UI issue. * Fixing the build post-merge. * Running formatting. * Addressing comments.
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 28, 2026
- QwenLM#51: only update replyMsgId when isAtBot (prevent non-@ overwrite) - QwenLM#52: truncate senderName to 64 chars (prompt injection defense) - QwenLM#53: heartbeatTimer .unref() (prevent process hang) - QwenLM#55: token retry max 10 attempts with FATAL log - QwenLM#56: evict chatTypeMap/groupActiveMsgEnabled alongside replyMsgId - QwenLM#57: saveQQState atomic write (tmp+rename for crash safety) - QwenLM#58: send.test.ts TS2322/TS4111 type fix - QwenLM#59: send.test.ts TS2749 type fix
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 29, 2026
- QwenLM#51: only update replyMsgId when isAtBot (prevent non-@ overwrite) - QwenLM#52: truncate senderName to 64 chars (prompt injection defense) - QwenLM#53: heartbeatTimer .unref() (prevent process hang) - QwenLM#55: token retry max 10 attempts with FATAL log - QwenLM#56: evict chatTypeMap/groupActiveMsgEnabled alongside replyMsgId - QwenLM#57: saveQQState atomic write (tmp+rename for crash safety) - QwenLM#58: send.test.ts TS2322/TS4111 type fix - QwenLM#59: send.test.ts TS2749 type fix
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 29, 2026
- QwenLM#51: only update replyMsgId when isAtBot (prevent non-@ overwrite) - QwenLM#52: truncate senderName to 64 chars (prompt injection defense) - QwenLM#53: heartbeatTimer .unref() (prevent process hang) - QwenLM#55: token retry max 10 attempts with FATAL log - QwenLM#56: evict chatTypeMap/groupActiveMsgEnabled alongside replyMsgId - QwenLM#57: saveQQState atomic write (tmp+rename for crash safety) - QwenLM#58: send.test.ts TS2322/TS4111 type fix - QwenLM#59: send.test.ts TS2749 type fix
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 30, 2026
- QwenLM#51: only update replyMsgId when isAtBot (prevent non-@ overwrite) - QwenLM#52: truncate senderName to 64 chars (prompt injection defense) - QwenLM#53: heartbeatTimer .unref() (prevent process hang) - QwenLM#55: token retry max 10 attempts with FATAL log - QwenLM#56: evict chatTypeMap/groupActiveMsgEnabled alongside replyMsgId - QwenLM#57: saveQQState atomic write (tmp+rename for crash safety) - QwenLM#58: send.test.ts TS2322/TS4111 type fix - QwenLM#59: send.test.ts TS2749 type fix
Eric-GoodBoy-Tech
added a commit
to Eric-GoodBoy-Tech/qwen-code
that referenced
this pull request
Jun 30, 2026
- QwenLM#51: only update replyMsgId when isAtBot (prevent non-@ overwrite) - QwenLM#52: truncate senderName to 64 chars (prompt injection defense) - QwenLM#53: heartbeatTimer .unref() (prevent process hang) - QwenLM#55: token retry max 10 attempts with FATAL log - QwenLM#56: evict chatTypeMap/groupActiveMsgEnabled alongside replyMsgId - QwenLM#57: saveQQState atomic write (tmp+rename for crash safety) - QwenLM#58: send.test.ts TS2322/TS4111 type fix - QwenLM#59: send.test.ts TS2749 type fix
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.
TLDR
Dive Deeper
Reviewer Test Plan
Testing Matrix
Linked issues / bugs