Add OpenRouter authentication support and enhance configuration manag… - #47
Closed
kingkillery wants to merge 1 commit into
Closed
Add OpenRouter authentication support and enhance configuration manag…#47kingkillery wants to merge 1 commit into
kingkillery wants to merge 1 commit into
Conversation
…ement - Introduced OpenRouter as a new authentication method in the CLI. - Updated the AuthDialog component to handle OpenRouter API key input. - Enhanced the content generator to support OpenRouter models. - Updated configuration parsing to prioritize OpenRouter settings. - Added OpenRouterContentGenerator class for handling OpenRouter API interactions. - Expanded error handling for missing API keys and models in the authentication flow. - Updated documentation to reflect new project structure and authentication options.
ranpox
pushed a commit
that referenced
this pull request
Aug 1, 2025
* Bump the character limit to web fetch. * Piped Input Hook. First step in bringing in STDIN piping. * Fix linting errors. * Remove incorrect comment.
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
* Bump the character limit to web fetch. * Piped Input Hook. First step in bringing in STDIN piping. * Fix linting errors. * Remove incorrect comment.
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.
…ement
TLDR
Dive Deeper
Reviewer Test Plan
Testing Matrix
Linked issues / bugs