opencode-gitlab-dap 1.1.0 → 1.1.1
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 +6 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,20 +13,18 @@ native agents into the opencode agent picker.
|
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
```bash
|
|
17
|
+
opencode plugin opencode-gitlab-dap
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Or add to your `~/.config/opencode/opencode.json`:
|
|
17
21
|
|
|
18
22
|
```json
|
|
19
23
|
{
|
|
20
|
-
"plugin": ["
|
|
24
|
+
"plugin": ["opencode-gitlab-dap"]
|
|
21
25
|
}
|
|
22
26
|
```
|
|
23
27
|
|
|
24
|
-
Or once published to npm:
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
opencode plugin opencode-gitlab-dap
|
|
28
|
-
```
|
|
29
|
-
|
|
30
28
|
No further configuration needed. The plugin reads GitLab auth and model cache automatically.
|
|
31
29
|
|
|
32
30
|
## How it works
|