@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 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.14] - 2026-04-15
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@beta install
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
@@ -73,7 +73,7 @@
73
73
  ### 一键安装 + 扫码授权(推荐)
74
74
 
75
75
  ```bash
76
- npx -y @dingtalk-real-ai/dingtalk-connector@beta install
76
+ npx -y @dingtalk-real-ai/dingtalk-connector install
77
77
  ```
78
78
 
79
79
  安装过程中终端会显示钉钉授权二维码,使用**钉钉手机 App** 扫码,点击「一键创建新机器人」即可完成授权。
@@ -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 + '@beta install') + '\n');
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.14
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.14
85
+ **版本号 / Version**:v0.8.15
86
86
  **兼容性 / Compatibility**:OpenClaw ≥ 2026.4.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dingtalk-real-ai/dingtalk-connector",
3
- "version": "0.8.14",
3
+ "version": "0.8.15",
4
4
  "description": "Official OpenClaw DingTalk channel plugin | 钉钉官方 OpenClaw 插件",
5
5
  "main": "index.ts",
6
6
  "type": "module",