@melodyoftears/opencode-qwen-auth 1.3.5 → 1.3.6
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 +3 -3
- package/README.zh-CN.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# OpenCode Qwen Auth Plugin
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-

|
|
3
|
+
[](https://www.npmjs.com/package/@melodyoftears/opencode-qwen-auth)
|
|
4
|
+
[](https://www.npmjs.com/package/@melodyoftears/opencode-qwen-auth)
|
|
5
|
+
[](https://github.com/1579364808/opencode-qwen-auth)
|
|
6
6
|
|
|
7
7
|
Authenticate OpenCode CLI with your qwen.ai account using OAuth Device Flow. This plugin enables you to use Qwen AI models (`coder-model` and `vision-model`) with free daily quota - no API key or credit card required.
|
|
8
8
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# OpenCode Qwen Auth 插件
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-

|
|
3
|
+
[](https://www.npmjs.com/package/@melodyoftears/opencode-qwen-auth)
|
|
4
|
+
[](https://www.npmjs.com/package/@melodyoftears/opencode-qwen-auth)
|
|
5
|
+
[](https://github.com/1579364808/opencode-qwen-auth)
|
|
6
6
|
|
|
7
7
|
使用 qwen.ai 账号为 OpenCode CLI 登录。该插件可让你使用 Qwen OAuth 模型(`coder-model` 与 `vision-model`),享受每天免费请求额度,无需 API Key 或信用卡。
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@melodyoftears/opencode-qwen-auth",
|
|
3
|
-
"version": "1.3.
|
|
2
|
+
"name": "@melodyoftears/opencode-qwen-auth",
|
|
3
|
+
"version": "1.3.6",
|
|
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",
|