opencode-cliproxyapi-sync 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 +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,14 +24,13 @@ npx opencode install opencode-cliproxyapi-sync
|
|
|
24
24
|
|
|
25
25
|
### Option 2: Manual Configuration
|
|
26
26
|
|
|
27
|
-
Add to your
|
|
27
|
+
Add to your `opencode.jsonc` plugin array:
|
|
28
28
|
|
|
29
29
|
```json
|
|
30
30
|
{
|
|
31
31
|
"plugin": [
|
|
32
|
-
"opencode-cliproxyapi-sync",
|
|
33
|
-
"oh-my-opencode@latest"
|
|
34
|
-
"..."
|
|
32
|
+
"opencode-cliproxyapi-sync@latest",
|
|
33
|
+
"oh-my-opencode@latest"
|
|
35
34
|
]
|
|
36
35
|
}
|
|
37
36
|
```
|