@openthread/claude-code-plugin 0.1.0 → 0.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/.claude-plugin/plugin.json +1 -1
- package/README.md +1 -1
- package/package.json +3 -8
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ Environment variables override the default endpoints. Set them in your shell pro
|
|
|
79
79
|
|
|
80
80
|
If you prefer not to use npm:
|
|
81
81
|
|
|
82
|
-
1. Download the latest
|
|
82
|
+
1. Download the latest `.zip` release from [openthread.dev/extensions](https://openthread.dev/extensions).
|
|
83
83
|
2. Extract it to `~/.claude/plugins/openthread-share/`.
|
|
84
84
|
3. Restart Claude Code. The plugin will be detected on next launch.
|
|
85
85
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openthread/claude-code-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Share Claude Code conversations to OpenThread",
|
|
5
5
|
"bin": {
|
|
6
6
|
"openthread-claude": "bin/cli.sh"
|
|
@@ -29,10 +29,5 @@
|
|
|
29
29
|
"share"
|
|
30
30
|
],
|
|
31
31
|
"author": "OpenThread",
|
|
32
|
-
"license": "MIT"
|
|
33
|
-
|
|
34
|
-
"type": "git",
|
|
35
|
-
"url": "https://github.com/nicholasgriffintn/openthread.git",
|
|
36
|
-
"directory": "apps/claude-code-plugin"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
32
|
+
"license": "MIT"
|
|
33
|
+
}
|