@dingtalk-real-ai/dingtalk-connector 0.8.14 → 0.8.15
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/CHANGELOG.md +1 -1
- package/README.en.md +1 -1
- package/README.md +1 -1
- package/bin/dingtalk-connector.js +1 -1
- package/docs/RELEASE_NOTES_V0.8.14.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [0.8.
|
|
8
|
+
## [0.8.15] - 2026-04-15
|
|
9
9
|
|
|
10
10
|
### 新增 / Added
|
|
11
11
|
- ✨ **一键扫码安装** - 新增 `npx -y @dingtalk-real-ai/dingtalk-connector install` 命令,通过钉钉扫码一键完成机器人创建、凭证获取、插件安装和配置写入,零手动配置
|
package/README.en.md
CHANGED
|
@@ -73,7 +73,7 @@ Before you start, make sure you have:
|
|
|
73
73
|
### One-Click Install + QR Auth (Recommended)
|
|
74
74
|
|
|
75
75
|
```bash
|
|
76
|
-
npx -y @dingtalk-real-ai/dingtalk-connector
|
|
76
|
+
npx -y @dingtalk-real-ai/dingtalk-connector install
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
During installation, the terminal will display a DingTalk authorization QR code. Scan it with the **DingTalk mobile app** and tap "Create Bot" to complete authorization.
|
package/README.md
CHANGED
|
@@ -363,7 +363,7 @@ Options:
|
|
|
363
363
|
console.log(red('⚠ Plugin was not installed.') + ' Credentials saved for later.\n');
|
|
364
364
|
console.log('Please install the plugin, then re-run to apply config (no QR needed):\n');
|
|
365
365
|
console.log(cyan(' openclaw plugins install ' + getInstallSpec()));
|
|
366
|
-
console.log(cyan(' npx -y ' + PKG_NAME + '
|
|
366
|
+
console.log(cyan(' npx -y ' + PKG_NAME + ' install') + '\n');
|
|
367
367
|
} else {
|
|
368
368
|
console.log(cyan('Please restart the gateway to apply changes:') + '\n');
|
|
369
369
|
console.log(cyan(' openclaw gateway restart') + '\n');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Release Notes - v0.8.
|
|
1
|
+
# Release Notes - v0.8.15
|
|
2
2
|
|
|
3
3
|
## 🎉 新版本亮点 / Highlights
|
|
4
4
|
|
|
@@ -82,5 +82,5 @@ openclaw plugins install https://github.com/DingTalk-Real-AI/dingtalk-openclaw-c
|
|
|
82
82
|
---
|
|
83
83
|
|
|
84
84
|
**发布日期 / Release Date**:2026-04-15
|
|
85
|
-
**版本号 / Version**:v0.8.
|
|
85
|
+
**版本号 / Version**:v0.8.15
|
|
86
86
|
**兼容性 / Compatibility**:OpenClaw ≥ 2026.4.9
|