clawdbot-dingtalk 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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @clawdbot/dingtalk
1
+ # clawdbot-dingtalk
2
2
 
3
3
  DingTalk (钉钉) channel plugin for [Clawdbot](https://github.com/anthropics/claude-code) - enables AI agent messaging via DingTalk Stream API.
4
4
 
@@ -9,7 +9,7 @@ DingTalk (钉钉) channel plugin for [Clawdbot](https://github.com/anthropics/cl
9
9
  npm install -g clawdbot
10
10
 
11
11
  # Install DingTalk plugin
12
- npm install -g @clawdbot/dingtalk
12
+ npm install -g clawdbot-dingtalk
13
13
  ```
14
14
 
15
15
  ## Configuration
@@ -18,7 +18,7 @@ Edit `~/.clawdbot/clawdbot.json`:
18
18
 
19
19
  ```json
20
20
  {
21
- "extensions": ["@clawdbot/dingtalk"],
21
+ "extensions": ["clawdbot-dingtalk"],
22
22
  "channels": {
23
23
  "dingtalk": {
24
24
  "enabled": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawdbot-dingtalk",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "DingTalk (钉钉) channel plugin for Clawdbot - enables AI agent messaging via DingTalk Stream API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",