Skip to content

Commit e4913af

Browse files
chore: release v1.0.1
- Atualizar instalação para usar npm - Adicionar screenshot
1 parent 26fed3a commit e4913af

3 files changed

Lines changed: 11 additions & 31 deletions

File tree

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,14 @@
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+
4339
Edit `~/.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

README.pt-BR.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,14 @@
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+
4339
Edite `~/.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)