@laceletho/plugin-openclaw 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @opencode-ai/plugin-openclaw
1
+ # @laceletho/plugin-openclaw
2
2
 
3
3
  OpenCode plugin for asynchronous task execution with OpenClaw callback support.
4
4
 
@@ -41,7 +41,7 @@ OpenCode plugin for asynchronous task execution with OpenClaw callback support.
41
41
  ## Installation
42
42
 
43
43
  ```bash
44
- npm install @opencode-ai/plugin-openclaw
44
+ npm install @laceletho/plugin-openclaw
45
45
  ```
46
46
 
47
47
  ## Configuration
@@ -52,7 +52,7 @@ Add to your `opencode.json`:
52
52
 
53
53
  ```json
54
54
  {
55
- "plugins": ["@opencode-ai/plugin-openclaw"],
55
+ "plugins": ["@laceletho/plugin-openclaw"],
56
56
  "openclaw": {
57
57
  "port": 9090,
58
58
  "openclawWebhookUrl": "http://localhost:18789/hooks/agent",
@@ -272,7 +272,7 @@ curl -X POST http://localhost:18789/hooks/agent \
272
272
 
273
273
  ## Comparison with claude-code-hooks
274
274
 
275
- | Feature | claude-code-hooks | @opencode-ai/plugin-openclaw |
275
+ | Feature | claude-code-hooks | @laceletho/plugin-openclaw |
276
276
  |---------|------------------|------------------------------|
277
277
  | Trigger | Stop/SessionEnd hooks | Webhook HTTP endpoint |
278
278
  | Integration | Shell scripts | TypeScript plugin |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laceletho/plugin-openclaw",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "OpenCode plugin for async task execution with OpenClaw callback",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,4 +26,4 @@
26
26
  "typescript": "^5.3.0",
27
27
  "@types/node": "^20.0.0"
28
28
  }
29
- }
29
+ }