Commit 414a145
feat: add Qwen OAuth integration and provider support
- Add Qwen OAuth authentication support via /onboard-qwen command
- Implement Qwen provider configuration in provider manager UI
- Add Qwen-specific API client handling with proper headers and token refresh
- Include Qwen in model configuration and provider detection logic
- Add Qwen credentials management and storage at ~/.qwen/oauth_creds.json
- Support Qwen model (qwen3-coder-plus) with portal.qwen.ai endpoint
Co-authored-by: Claude Opus 4.6 <noreply@openclaude.dev>1 parent f6a4455 commit 414a145
24 files changed
Lines changed: 2548 additions & 23 deletions
File tree
- src
- commands
- onboard-qwen
- provider
- components
- services
- api
- qwen
- utils
- model
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
0 commit comments