@telefonica/ai-sdlc-opencode-plugin-v1-dev 0.1.0-snapshot.35857476361 → 1.0.0

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 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,21 +4,16 @@ CDO.AI gateway plugin for OpenCode 1.x.
4
4
 
5
5
  ## Install
6
6
 
7
- Add the package to both OpenCode configuration files:
7
+ ```bash
8
+ opencode plugin -g @telefonica/ai-sdlc-opencode-plugin-v1
9
+ ```
8
10
 
9
- - `~/.config/opencode/opencode.jsonc`
10
- - `~/.config/opencode/tui.jsonc`
11
+ For the development gateway:
11
12
 
12
- ```jsonc
13
- {
14
- "$schema": "https://opencode.ai/config.json",
15
- "plugin": ["@telefonica/ai-sdlc-opencode-plugin-v1"]
16
- }
13
+ ```bash
14
+ opencode plugin -g @telefonica/ai-sdlc-opencode-plugin-v1-dev
17
15
  ```
18
16
 
19
- For the development gateway, use
20
- `@telefonica/ai-sdlc-opencode-plugin-v1-dev` in both files.
21
-
22
17
  Restart OpenCode, run `/connect`, choose **CDO.AI**, and enter the gateway URL
23
18
  and API key. Restart OpenCode once more after connecting so the model list loads.
24
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telefonica/ai-sdlc-opencode-plugin-v1-dev",
3
- "version": "0.1.0-snapshot.35857476361",
3
+ "version": "1.0.0",
4
4
  "description": "OpenCode 1.x plugin (dev environment): CDO.AI provider registration, model discovery, and budget panel",
5
5
  "type": "module",
6
6
  "exports": {