opencode-qwen-auth 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/LICENSE +203 -0
  2. package/README.md +252 -0
  3. package/dist/index.d.ts +5 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +3 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/src/constants.d.ts +7 -0
  8. package/dist/src/constants.d.ts.map +1 -0
  9. package/dist/src/constants.js +12 -0
  10. package/dist/src/constants.js.map +1 -0
  11. package/dist/src/plugin/account.d.ts +40 -0
  12. package/dist/src/plugin/account.d.ts.map +1 -0
  13. package/dist/src/plugin/account.js +237 -0
  14. package/dist/src/plugin/account.js.map +1 -0
  15. package/dist/src/plugin/auth.d.ts +5 -0
  16. package/dist/src/plugin/auth.d.ts.map +1 -0
  17. package/dist/src/plugin/auth.js +16 -0
  18. package/dist/src/plugin/auth.js.map +1 -0
  19. package/dist/src/plugin/config/index.d.ts +4 -0
  20. package/dist/src/plugin/config/index.d.ts.map +1 -0
  21. package/dist/src/plugin/config/index.js +3 -0
  22. package/dist/src/plugin/config/index.js.map +1 -0
  23. package/dist/src/plugin/config/loader.d.ts +3 -0
  24. package/dist/src/plugin/config/loader.d.ts.map +1 -0
  25. package/dist/src/plugin/config/loader.js +69 -0
  26. package/dist/src/plugin/config/loader.js.map +1 -0
  27. package/dist/src/plugin/config/schema.d.ts +31 -0
  28. package/dist/src/plugin/config/schema.d.ts.map +1 -0
  29. package/dist/src/plugin/config/schema.js +15 -0
  30. package/dist/src/plugin/config/schema.js.map +1 -0
  31. package/dist/src/plugin/logger.d.ts +12 -0
  32. package/dist/src/plugin/logger.d.ts.map +1 -0
  33. package/dist/src/plugin/logger.js +74 -0
  34. package/dist/src/plugin/logger.js.map +1 -0
  35. package/dist/src/plugin/token.d.ts +8 -0
  36. package/dist/src/plugin/token.d.ts.map +1 -0
  37. package/dist/src/plugin/token.js +29 -0
  38. package/dist/src/plugin/token.js.map +1 -0
  39. package/dist/src/plugin/types.d.ts +96 -0
  40. package/dist/src/plugin/types.d.ts.map +1 -0
  41. package/dist/src/plugin/types.js +2 -0
  42. package/dist/src/plugin/types.js.map +1 -0
  43. package/dist/src/plugin.d.ts +11 -0
  44. package/dist/src/plugin.d.ts.map +1 -0
  45. package/dist/src/plugin.js +439 -0
  46. package/dist/src/plugin.js.map +1 -0
  47. package/dist/src/qwen/oauth.d.ts +29 -0
  48. package/dist/src/qwen/oauth.d.ts.map +1 -0
  49. package/dist/src/qwen/oauth.js +151 -0
  50. package/dist/src/qwen/oauth.js.map +1 -0
  51. package/dist/src/transform/index.d.ts +4 -0
  52. package/dist/src/transform/index.d.ts.map +1 -0
  53. package/dist/src/transform/index.js +4 -0
  54. package/dist/src/transform/index.js.map +1 -0
  55. package/dist/src/transform/request.d.ts +4 -0
  56. package/dist/src/transform/request.d.ts.map +1 -0
  57. package/dist/src/transform/request.js +106 -0
  58. package/dist/src/transform/request.js.map +1 -0
  59. package/dist/src/transform/response.d.ts +10 -0
  60. package/dist/src/transform/response.d.ts.map +1 -0
  61. package/dist/src/transform/response.js +52 -0
  62. package/dist/src/transform/response.js.map +1 -0
  63. package/dist/src/transform/sse.d.ts +10 -0
  64. package/dist/src/transform/sse.d.ts.map +1 -0
  65. package/dist/src/transform/sse.js +230 -0
  66. package/dist/src/transform/sse.js.map +1 -0
  67. package/package.json +78 -0
package/LICENSE ADDED
@@ -0,0 +1,203 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2025 Google LLC
191
+ Copyright 2025 Qwen
192
+
193
+ Licensed under the Apache License, Version 2.0 (the "License");
194
+ you may not use this file except in compliance with the License.
195
+ You may obtain a copy of the License at
196
+
197
+ http://www.apache.org/licenses/LICENSE-2.0
198
+
199
+ Unless required by applicable law or agreed to in writing, software
200
+ distributed under the License is distributed on an "AS IS" BASIS,
201
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
202
+ See the License for the specific language governing permissions and
203
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,252 @@
1
+ # OpenCode Qwen Auth Plugin
2
+
3
+ [![npm version](https://img.shields.io/npm/v/opencode-qwen-auth.svg)](https://www.npmjs.com/package/opencode-qwen-auth)
4
+ [![npm downloads](https://img.shields.io/npm/dm/opencode-qwen-auth.svg)](https://www.npmjs.com/package/opencode-qwen-auth)
5
+ [![CI](https://github.com/anthropics/opencode-qwen-auth/actions/workflows/ci.yml/badge.svg)](https://github.com/anthropics/opencode-qwen-auth/actions)
6
+ [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
7
+ [![Built with Bun](https://img.shields.io/badge/Built%20with-Bun-black?logo=bun)](https://bun.sh)
8
+
9
+ Qwen OAuth authentication plugin for [OpenCode](https://opencode.ai) with multi-account rotation, proactive token refresh, and automatic API translation.
10
+
11
+ ## Features
12
+
13
+ - **Device Flow OAuth** - PKCE-secured authentication, works in headless/CI environments
14
+ - **Multi-Account Support** - Store and rotate between multiple Qwen accounts
15
+ - **Proactive Token Refresh** - Automatically refresh tokens before expiry
16
+ - **Rate Limit Handling** - Detects 429 responses, rotates accounts, respects retry-after
17
+ - **API Translation** - Bridges OpenAI Responses API ↔ Chat Completions API
18
+ - **Streaming Support** - Full SSE transformation for real-time responses
19
+
20
+ ## Installation
21
+
22
+ ```bash
23
+ # Using Bun (recommended)
24
+ bun add opencode-qwen-auth
25
+
26
+ # Using npm
27
+ npm install opencode-qwen-auth
28
+ ```
29
+
30
+ Add to your `opencode.json`:
31
+
32
+ ```json
33
+ {
34
+ "$schema": "https://opencode.ai/config.json",
35
+ "plugin": ["opencode-qwen-auth"],
36
+ "provider": {
37
+ "qwen": {
38
+ "npm": "@ai-sdk/openai",
39
+ "options": {
40
+ "baseURL": "https://portal.qwen.ai/v1",
41
+ "compatibility": "strict"
42
+ },
43
+ "models": {
44
+ "qwen3-coder-plus": { "contextWindow": 1048576 },
45
+ "qwen3-vl-plus": { "contextWindow": 262144, "attachment": true }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ ```
51
+
52
+ ## Quick Start
53
+
54
+ 1. Start OpenCode in your project directory:
55
+
56
+ ```bash
57
+ opencode
58
+ ```
59
+
60
+ 2. Authenticate with Qwen:
61
+
62
+ ```
63
+ /auth
64
+ ```
65
+
66
+ Select **Qwen OAuth** and follow the device flow instructions.
67
+
68
+ 3. Start coding with Qwen models:
69
+ ```
70
+ /model qwen/qwen3-coder-plus
71
+ ```
72
+
73
+ ## Configuration
74
+
75
+ Create `.opencode/qwen.json` in your project or `~/.config/opencode/qwen.json` for user-level config:
76
+
77
+ ```json
78
+ {
79
+ "base_url": "https://portal.qwen.ai/v1",
80
+ "client_id": "f0304373b74a44d2b584a3fb70ca9e56",
81
+ "oauth_base_url": "https://chat.qwen.ai",
82
+ "rotation_strategy": "round-robin",
83
+ "proactive_refresh": true,
84
+ "refresh_window_seconds": 300,
85
+ "max_rate_limit_wait_seconds": 300,
86
+ "quiet_mode": false
87
+ }
88
+ ```
89
+
90
+ ### Configuration Options
91
+
92
+ | Option | Default | Description |
93
+ | ----------------------------- | --------------------------- | ----------------------------------------------- |
94
+ | `base_url` | `https://portal.qwen.ai/v1` | API endpoint for Qwen requests |
95
+ | `client_id` | (built-in) | OAuth client ID |
96
+ | `oauth_base_url` | `https://chat.qwen.ai` | OAuth server URL |
97
+ | `rotation_strategy` | `round-robin` | Account rotation: `round-robin` or `sequential` |
98
+ | `proactive_refresh` | `true` | Refresh tokens before expiry |
99
+ | `refresh_window_seconds` | `300` | Seconds before expiry to trigger refresh |
100
+ | `max_rate_limit_wait_seconds` | `300` | Maximum wait time when rate limited |
101
+ | `quiet_mode` | `false` | Suppress informational messages |
102
+
103
+ ### Environment Variables
104
+
105
+ All options can be overridden via environment variables:
106
+
107
+ - `QWEN_API_BASE_URL`
108
+ - `QWEN_OAUTH_CLIENT_ID`
109
+ - `QWEN_OAUTH_BASE_URL`
110
+ - `QWEN_ROTATION_STRATEGY`
111
+ - `QWEN_PROACTIVE_REFRESH`
112
+ - `QWEN_REFRESH_WINDOW_SECONDS`
113
+ - `QWEN_MAX_RATE_LIMIT_WAIT_SECONDS`
114
+ - `QWEN_QUIET_MODE`
115
+
116
+ ## Models
117
+
118
+ ### Available via OAuth
119
+
120
+ | Model | Context Window | Features |
121
+ | ------------------ | -------------- | ---------------------------- |
122
+ | `qwen3-coder-plus` | 1M tokens | Optimized for coding tasks |
123
+ | `qwen3-vl-plus` | 256K tokens | Vision + language multimodal |
124
+
125
+ ## Multi-Account Rotation
126
+
127
+ Add multiple accounts for higher throughput:
128
+
129
+ 1. Run `/auth` and complete the first login
130
+ 2. Run `/auth` again to add additional accounts
131
+ 3. The plugin automatically rotates between accounts
132
+
133
+ ### Rotation Strategies
134
+
135
+ - **round-robin**: Cycles through accounts on each request
136
+ - **sequential**: Uses one account until rate limited, then switches
137
+
138
+ ## How It Works
139
+
140
+ This plugin bridges OpenCode's Responses API format with Qwen's Chat Completions API:
141
+
142
+ ```
143
+ OpenCode → [Responses API] → Plugin → [Chat Completions] → Qwen
144
+
145
+ OpenCode ← [Responses API] ← Plugin ← [Chat Completions] ← Qwen
146
+ ```
147
+
148
+ ### Request Transformation
149
+
150
+ | Responses API | Chat Completions API |
151
+ | ------------------- | ------------------------ |
152
+ | `input` | `messages` |
153
+ | `input_text` | `text` content type |
154
+ | `input_image` | `image_url` content type |
155
+ | `instructions` | System message |
156
+ | `max_output_tokens` | `max_tokens` |
157
+
158
+ ### Response Transformation (Streaming)
159
+
160
+ Converts SSE events from Chat Completions to Responses API format:
161
+
162
+ - `response.created`
163
+ - `response.output_item.added`
164
+ - `response.content_part.added`
165
+ - `response.output_text.delta`
166
+ - `response.completed`
167
+
168
+ ## Storage Locations
169
+
170
+ | Data | Location |
171
+ | -------------- | -------------------------------------------- |
172
+ | User config | `~/.config/opencode/qwen.json` |
173
+ | Project config | `.opencode/qwen.json` |
174
+ | Account tokens | `~/.config/opencode/qwen-auth-accounts.json` |
175
+
176
+ **Security Note**: Tokens are stored with restricted permissions (0600). Ensure appropriate filesystem security.
177
+
178
+ ## Troubleshooting
179
+
180
+ ### Authentication Issues
181
+
182
+ **"invalid_grant" error**
183
+
184
+ - Your refresh token has expired. Run `/auth` to re-authenticate.
185
+
186
+ **Device code expired**
187
+
188
+ - Complete the browser login within 5 minutes of starting `/auth`.
189
+
190
+ ### Rate Limiting
191
+
192
+ **Frequent 429 errors**
193
+
194
+ - Add more accounts with `/auth`
195
+ - Increase `max_rate_limit_wait_seconds` in config
196
+
197
+ ### Reset Plugin State
198
+
199
+ To start fresh, delete the accounts file:
200
+
201
+ ```bash
202
+ rm ~/.config/opencode/qwen-auth-accounts.json
203
+ ```
204
+
205
+ ## Development
206
+
207
+ This project uses [Bun](https://bun.sh) for development.
208
+
209
+ ### Prerequisites
210
+
211
+ - [Bun](https://bun.sh) 1.0+ (recommended)
212
+ - Node.js 20+ (for npm compatibility)
213
+
214
+ ### Getting Started
215
+
216
+ ```bash
217
+ # Install dependencies
218
+ bun install
219
+
220
+ # Build
221
+ bun run build
222
+
223
+ # Run tests
224
+ bun test
225
+
226
+ # Run tests in watch mode
227
+ bun test --watch
228
+
229
+ # Run e2e test (requires authenticated Qwen account)
230
+ bun run test:e2e
231
+
232
+ # Link for local testing
233
+ bun link
234
+ ```
235
+
236
+ ### Using npm
237
+
238
+ The project also works with npm:
239
+
240
+ ```bash
241
+ npm install
242
+ npm run build
243
+ npm test
244
+ ```
245
+
246
+ ## Known Limitations
247
+
248
+ - Audio input (`input_audio`) is not supported by Qwen and is converted to placeholder text
249
+
250
+ ## License
251
+
252
+ Apache-2.0
@@ -0,0 +1,5 @@
1
+ export { createQwenOAuthPlugin, default, QwenCLIOAuthPlugin, QwenOAuthPlugin, } from "./src/plugin";
2
+ export type { QwenPluginConfig } from "./src/plugin/config/schema";
3
+ export type { QwenDeviceAuthorization, QwenTokenResult, } from "./src/qwen/oauth";
4
+ export { authorizeQwenDevice, pollQwenDeviceToken, refreshQwenToken, } from "./src/qwen/oauth";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,OAAO,EACP,kBAAkB,EAClB,eAAe,GAChB,MAAM,cAAc,CAAC;AACtB,YAAY,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACnE,YAAY,EACV,uBAAuB,EACvB,eAAe,GAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,kBAAkB,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export { createQwenOAuthPlugin, default, QwenCLIOAuthPlugin, QwenOAuthPlugin, } from "./src/plugin";
2
+ export { authorizeQwenDevice, pollQwenDeviceToken, refreshQwenToken, } from "./src/qwen/oauth";
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,OAAO,EACP,kBAAkB,EAClB,eAAe,GAChB,MAAM,cAAc,CAAC;AAMtB,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const QWEN_OAUTH_BASE_URL = "https://chat.qwen.ai";
2
+ export declare const QWEN_DEVICE_CODE_ENDPOINT = "/api/v1/oauth2/device/code";
3
+ export declare const QWEN_TOKEN_ENDPOINT = "/api/v1/oauth2/token";
4
+ export declare const QWEN_DEFAULT_CLIENT_ID = "f0304373b74a44d2b584a3fb70ca9e56";
5
+ export declare const QWEN_DEFAULT_SCOPES: string[];
6
+ export declare const QWEN_DEFAULT_API_BASE_URL = "https://portal.qwen.ai/v1";
7
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,yBAAyB,CAAC;AAC1D,eAAO,MAAM,yBAAyB,+BAA+B,CAAC;AACtE,eAAO,MAAM,mBAAmB,yBAAyB,CAAC;AAC1D,eAAO,MAAM,sBAAsB,qCAAqC,CAAC;AACzE,eAAO,MAAM,mBAAmB,UAK/B,CAAC;AACF,eAAO,MAAM,yBAAyB,8BAA8B,CAAC"}
@@ -0,0 +1,12 @@
1
+ export const QWEN_OAUTH_BASE_URL = "https://chat.qwen.ai";
2
+ export const QWEN_DEVICE_CODE_ENDPOINT = "/api/v1/oauth2/device/code";
3
+ export const QWEN_TOKEN_ENDPOINT = "/api/v1/oauth2/token";
4
+ export const QWEN_DEFAULT_CLIENT_ID = "f0304373b74a44d2b584a3fb70ca9e56";
5
+ export const QWEN_DEFAULT_SCOPES = [
6
+ "openid",
7
+ "profile",
8
+ "email",
9
+ "model.completion",
10
+ ];
11
+ export const QWEN_DEFAULT_API_BASE_URL = "https://portal.qwen.ai/v1";
12
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAC1D,MAAM,CAAC,MAAM,yBAAyB,GAAG,4BAA4B,CAAC;AACtE,MAAM,CAAC,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAC1D,MAAM,CAAC,MAAM,sBAAsB,GAAG,kCAAkC,CAAC;AACzE,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,QAAQ;IACR,SAAS;IACT,OAAO;IACP,kBAAkB;CACnB,CAAC;AACF,MAAM,CAAC,MAAM,yBAAyB,GAAG,2BAA2B,CAAC"}
@@ -0,0 +1,40 @@
1
+ export type RotationStrategy = "round-robin" | "sequential";
2
+ export interface AccountHealth {
3
+ successCount: number;
4
+ failureCount: number;
5
+ consecutiveFailures: number;
6
+ lastSuccess?: number;
7
+ lastFailure?: number;
8
+ }
9
+ export interface QwenAccount {
10
+ refreshToken: string;
11
+ accessToken?: string;
12
+ expires?: number;
13
+ resourceUrl?: string;
14
+ addedAt: number;
15
+ lastUsed: number;
16
+ rateLimitResetAt?: number;
17
+ health?: AccountHealth;
18
+ }
19
+ export interface AccountStorage {
20
+ version: 1;
21
+ accounts: QwenAccount[];
22
+ activeIndex: number;
23
+ }
24
+ export declare function getStoragePath(): string;
25
+ export declare function loadAccounts(): Promise<AccountStorage | null>;
26
+ export declare function saveAccounts(storage: AccountStorage): Promise<void>;
27
+ export declare function upsertAccount(storage: AccountStorage, account: QwenAccount): AccountStorage;
28
+ export declare function updateAccount(storage: AccountStorage, index: number, update: Partial<QwenAccount>): AccountStorage;
29
+ export declare function selectAccount(storage: AccountStorage, strategy: RotationStrategy, now: number): {
30
+ account: QwenAccount;
31
+ index: number;
32
+ storage: AccountStorage;
33
+ } | null;
34
+ export declare function markRateLimited(storage: AccountStorage, index: number, retryAfterMs: number): AccountStorage;
35
+ export declare function getMinRateLimitWait(storage: AccountStorage, now: number): number | null;
36
+ export declare function calculateHealthScore(account: QwenAccount): number;
37
+ export declare function recordSuccess(storage: AccountStorage, index: number): AccountStorage;
38
+ export declare function recordFailure(storage: AccountStorage, index: number): AccountStorage;
39
+ export declare function isAccountUsable(account: QwenAccount, threshold?: number): boolean;
40
+ //# sourceMappingURL=account.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../src/plugin/account.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAAG,YAAY,CAAC;AAE5D,MAAM,WAAW,aAAa;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,WAAW;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,aAAa,CAAC;CACxB;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,CAAC,CAAC;IACX,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACrB;AAgBD,wBAAgB,cAAc,IAAI,MAAM,CAEvC;AAyED,wBAAsB,YAAY,IAAI,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAoBnE;AAED,wBAAsB,YAAY,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAgBzE;AAED,wBAAgB,aAAa,CAC3B,OAAO,EAAE,cAAc,EACvB,OAAO,EAAE,WAAW,GACnB,cAAc,CAsBhB;AAED,wBAAgB,aAAa,CAC3B,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC,GAC3B,cAAc,CAUhB;AAED,wBAAgB,aAAa,CAC3B,OAAO,EAAE,cAAc,EACvB,QAAQ,EAAE,gBAAgB,EAC1B,GAAG,EAAE,MAAM,GACV;IAAE,OAAO,EAAE,WAAW,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,cAAc,CAAA;CAAE,GAAG,IAAI,CAyBzE;AAED,wBAAgB,eAAe,CAC7B,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,GACnB,cAAc,CAGhB;AAED,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,cAAc,EACvB,GAAG,EAAE,MAAM,GACV,MAAM,GAAG,IAAI,CAWf;AAYD,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM,CASjE;AAED,wBAAgB,aAAa,CAC3B,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,MAAM,GACZ,cAAc,CAahB;AAED,wBAAgB,aAAa,CAC3B,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,MAAM,GACZ,cAAc,CAahB;AAED,wBAAgB,eAAe,CAC7B,OAAO,EAAE,WAAW,EACpB,SAAS,SAAM,GACd,OAAO,CAET"}