File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929## 🚀 Installation
3030
31- ### 1. Add the plugin to OpenCode
31+ ### 1. Install the plugin
3232
33- Edit ` ~/.opencode/package.json ` :
34-
35- ``` json
36- {
37- "dependencies" : {
38- "opencode-qwencode-auth" : " github:gustavodiasdev/opencode-qwencode-auth"
39- }
40- }
33+ ``` bash
34+ cd ~ /.opencode && npm install opencode-qwencode-auth
4135```
4236
37+ ### 2. Enable the plugin
38+
4339Edit ` ~/.opencode/opencode.jsonc ` :
4440
4541``` json
@@ -48,12 +44,6 @@ Edit `~/.opencode/opencode.jsonc`:
4844}
4945```
5046
51- ### 2. Install dependencies
52-
53- ``` bash
54- cd ~ /.opencode && npm install
55- ```
56-
5747## 🔑 Usage
5848
5949### 1. Login
Original file line number Diff line number Diff line change 2828
2929## 🚀 Instalação
3030
31- ### 1. Adicione o plugin ao OpenCode
31+ ### 1. Instale o plugin
3232
33- Edite ` ~/.opencode/package.json ` :
34-
35- ``` json
36- {
37- "dependencies" : {
38- "opencode-qwencode-auth" : " github:gustavodiasdev/opencode-qwencode-auth"
39- }
40- }
33+ ``` bash
34+ cd ~ /.opencode && npm install opencode-qwencode-auth
4135```
4236
37+ ### 2. Habilite o plugin
38+
4339Edite ` ~/.opencode/opencode.jsonc ` :
4440
4541``` json
@@ -48,12 +44,6 @@ Edite `~/.opencode/opencode.jsonc`:
4844}
4945```
5046
51- ### 2. Instale as dependências
52-
53- ``` bash
54- cd ~ /.opencode && npm install
55- ```
56-
5747## 🔑 Uso
5848
5949### 1. Login
Original file line number Diff line number Diff line change 11{
22 "name" : " opencode-qwencode-auth" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Qwen OAuth authentication plugin for OpenCode - Access Qwen3-Coder models with your qwen.ai account" ,
55 "module" : " index.ts" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments