@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.
- package/README.md +6 -11
- 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
|
-
|
|
7
|
+
```bash
|
|
8
|
+
opencode plugin -g @telefonica/ai-sdlc-opencode-plugin-v1
|
|
9
|
+
```
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
- `~/.config/opencode/tui.jsonc`
|
|
11
|
+
For the development gateway:
|
|
11
12
|
|
|
12
|
-
```
|
|
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": "
|
|
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": {
|