opencode-claude-auth 0.5.2 → 0.5.3

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 CHANGED
@@ -28,7 +28,7 @@ Fetch https://raw.githubusercontent.com/griffinmartin/opencode-claude-auth/main/
28
28
  ### Manual install
29
29
 
30
30
  ```bash
31
- npm install -g opencode-claude-auth
31
+ npm install opencode-claude-auth
32
32
  ```
33
33
 
34
34
  Then add to the `plugin` array in your `opencode.json`:
package/installation.md CHANGED
@@ -45,7 +45,7 @@ This will prompt you to log in and store credentials in Keychain (macOS) or `~/.
45
45
  ### Step 1: Install the package
46
46
 
47
47
  ```bash
48
- npm install -g opencode-claude-auth
48
+ npm install opencode-claude-auth
49
49
  ```
50
50
 
51
51
  ### Step 2: Add to OpenCode configuration
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "opencode-claude-auth",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "OpenCode plugin that uses your Claude Code credentials — no separate login needed.",
5
- "preferGlobal": true,
6
5
  "main": "dist/index.js",
7
6
  "module": "dist/index.js",
8
7
  "types": "dist/index.d.ts",