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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. 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 `~/.config/opencode/opencode.json` plugins array:
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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-cliproxyapi-sync",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Auto-sync OpenCode configs from CLIProxyAPI Dashboard",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",