@melodyoftears/opencode-qwen-auth 1.3.3 → 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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # OpenCode Qwen Auth Plugin
2
2
 
3
+ ![npm version](https://img.shields.io/npm/v/@melodyoftears/opencode-qwen-auth)
4
+ ![npm downloads](https://img.shields.io/npm/dm/@melodyoftears/opencode-qwen-auth)
5
+ ![GitHub stars](https://img.shields.io/github/stars/1579364808/opencode-qwen-auth)
6
+
3
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.
4
8
 
5
9
  [中文文档](./README.zh-CN.md)
@@ -167,6 +171,11 @@ src/
167
171
  - [qwen-code](https://github.com/QwenLM/qwen-code) - Official Qwen coding CLI
168
172
  - [OpenCode](https://opencode.ai) - AI-powered CLI for development
169
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
+
170
179
  ## Support
171
180
 
172
181
  If this project helps you, you can buy me a coffee:
package/README.zh-CN.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # OpenCode Qwen Auth 插件
2
2
 
3
+ ![npm version](https://img.shields.io/npm/v/@melodyoftears/opencode-qwen-auth)
4
+ ![npm downloads](https://img.shields.io/npm/dm/@melodyoftears/opencode-qwen-auth)
5
+ ![GitHub stars](https://img.shields.io/github/stars/1579364808/opencode-qwen-auth)
6
+
3
7
  使用 qwen.ai 账号为 OpenCode CLI 登录。该插件可让你使用 Qwen OAuth 模型(`coder-model` 与 `vision-model`),享受每天免费请求额度,无需 API Key 或信用卡。
4
8
 
5
9
  [English](./README.md)
@@ -167,6 +171,11 @@ src/
167
171
  - [qwen-code](https://github.com/QwenLM/qwen-code) - Qwen 官方 CLI
168
172
  - [OpenCode](https://opencode.ai) - AI 驱动的开发 CLI
169
173
 
174
+ ## 链接
175
+
176
+ - [npm 包](https://www.npmjs.com/package/@melodyoftears/opencode-qwen-auth)
177
+ - [GitHub 仓库](https://github.com/1579364808/opencode-qwen-auth)
178
+
170
179
  ## 支持
171
180
 
172
181
  如果这个项目帮助到你,可以请我喝杯咖啡:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melodyoftears/opencode-qwen-auth",
3
- "version": "1.3.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",