Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
QwenLM
/
qwen-code
Public
Notifications
You must be signed in to change notification settings
Fork
3.1k
Star
28.1k
Code
Issues
1.2k
Pull requests
309
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(dashscope): support DASHSCOPE_PROXY_BASE_URL for prompt cache via API gateway
- #3991
#3991
Merged
wenshao
merged 12 commits into
QwenLM:main
QwenLM/qwen-code:main
from
HeZiGang:main
HeZiGang/qwen-code:main
Copy head branch name to clipboard
May 12, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat(dashscope): support DASHSCOPE_PROXY_BASE_URL for prompt cache via API gateway
#3991
wenshao
merged 12 commits into
QwenLM:main
QwenLM/qwen-code:main
from
HeZiGang:main
HeZiGang/qwen-code:main
Copy head branch name to clipboard
Commits
Commits on May 9, 2026
support DASHSCOPE_PROXY_BASE_URL for prompt cache via API gateway
HeZiGang
committed
1724132
View commit details
Copy full SHA for 1724132
Browse repository at this point
Commits on May 11, 2026
fix: normalize proxy URL trailing slash and prevent test env leak
zackkkkkkk
committed
7aa10d4
View commit details
Copy full SHA for 7aa10d4
Browse repository at this point
Apply suggestions from code review
Show description for 68e011e
HeZiGang
and
wenshao
authored
68e011e
View commit details
Copy full SHA for 68e011e
Browse repository at this point
chore: standardize variable usage to avoid confusion。
zackkkkkkk
committed
79cb463
View commit details
Copy full SHA for 79cb463
Browse repository at this point
Commits on May 12, 2026
Remove the function and comments; keep only the const that production code actually uses
zackkkkkkk
committed
8144535
View commit details
Copy full SHA for 8144535
Browse repository at this point
Case-sensitivity inconsistency between origin check and proxy check
zackkkkkkk
committed
7d29bf5
View commit details
Copy full SHA for 7d29bf5
Browse repository at this point
Test mock diverges from production and is fragile
zackkkkkkk
committed
669cd4a
View commit details
Copy full SHA for 669cd4a
Browse repository at this point
Add diagnostic logging when proxy URL doesn't match
zackkkkkkk
committed
68ef1f8
View commit details
Copy full SHA for 68ef1f8
Browse repository at this point
remove the duplicate vi.mock calls for the same '../constants.js' module in the test file
zackkkkkkk
committed
6524671
View commit details
Copy full SHA for 6524671
Browse repository at this point
Update packages/core/src/core/openaiContentGenerator/provider/dashscope.ts
Show description for 4696d34
HeZiGang
and
wenshao
authored
4696d34
View commit details
Copy full SHA for 4696d34
Browse repository at this point
- Renamed variables to adhere to project naming conventions.
Show description for 420694b
zackkkkkkk
committed
420694b
View commit details
Copy full SHA for 420694b
Browse repository at this point
1. Move it to module level for consistency and to avoid unnecessary allocations.
Show description for e5bd8aa
zackkkkkkk
committed
e5bd8aa
View commit details
Copy full SHA for e5bd8aa
Browse repository at this point
You can’t perform that action at this time.