@melodyoftears/opencode-qwen-auth 1.3.4 → 1.3.5
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.
- package/README.md +5 -0
- package/README.zh-CN.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -171,6 +171,11 @@ src/
|
|
|
171
171
|
- [qwen-code](https://github.com/QwenLM/qwen-code) - Official Qwen coding CLI
|
|
172
172
|
- [OpenCode](https://opencode.ai) - AI-powered CLI for development
|
|
173
173
|
|
|
174
|
+
## Links
|
|
175
|
+
|
|
176
|
+
- [npm package](https://www.npmjs.com/package/@melodyoftears/opencode-qwen-auth)
|
|
177
|
+
- [GitHub repository](https://github.com/1579364808/opencode-qwen-auth)
|
|
178
|
+
|
|
174
179
|
## Support
|
|
175
180
|
|
|
176
181
|
If this project helps you, you can buy me a coffee:
|
package/README.zh-CN.md
CHANGED
|
@@ -171,6 +171,11 @@ src/
|
|
|
171
171
|
- [qwen-code](https://github.com/QwenLM/qwen-code) - Qwen 官方 CLI
|
|
172
172
|
- [OpenCode](https://opencode.ai) - AI 驱动的开发 CLI
|
|
173
173
|
|
|
174
|
+
## 链接
|
|
175
|
+
|
|
176
|
+
- [npm 包](https://www.npmjs.com/package/@melodyoftears/opencode-qwen-auth)
|
|
177
|
+
- [GitHub 仓库](https://github.com/1579364808/opencode-qwen-auth)
|
|
178
|
+
|
|
174
179
|
## 支持
|
|
175
180
|
|
|
176
181
|
如果这个项目帮助到你,可以请我喝杯咖啡:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@melodyoftears/opencode-qwen-auth",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "Qwen OAuth authentication plugin for OpenCode - Access Qwen AI models (Coder, Vision) with your qwen.ai account",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|