clawdbot-dingtalk 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/README.md +3 -3
- package/clawdbot.plugin.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
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
|
|
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": ["
|
|
21
|
+
"extensions": ["clawdbot-dingtalk"],
|
|
22
22
|
"channels": {
|
|
23
23
|
"dingtalk": {
|
|
24
24
|
"enabled": true,
|
package/clawdbot.plugin.json
CHANGED
package/package.json
CHANGED