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.
Files changed (2) hide show
  1. package/README.md +6 -8
  2. 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
- Add to your `~/.config/opencode/opencode.json`:
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": ["/path/to/opencode-gitlab-dap"]
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-gitlab-dap",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "OpenCode plugin that injects GitLab AI Catalog agents as native opencode agents",
5
5
  "license": "MIT",
6
6
  "type": "module",