opencode-claude-auth 0.5.1 → 0.5.2
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 +1 -1
- package/installation.md +1 -1
- package/package.json +2 -1
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 opencode-claude-auth
|
|
31
|
+
npm install -g opencode-claude-auth
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
Then add to the `plugin` array in your `opencode.json`:
|
package/installation.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-claude-auth",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "OpenCode plugin that uses your Claude Code credentials — no separate login needed.",
|
|
5
|
+
"preferGlobal": true,
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"module": "dist/index.js",
|
|
7
8
|
"types": "dist/index.d.ts",
|