dsh-feishu-bot 0.19.13 → 0.19.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/README.md CHANGED
@@ -61,7 +61,7 @@ dsh --profile dsh-lark # ② 启动
61
61
  - **快速 / 平衡 / 深度模式**:`/mode` 一键选任务强度,下一轮生效且不打断当前任务。
62
62
  - **关键任务先拍板**:`lark_request_plan_approval` 先出完整计划,再批准或附意见继续规划。
63
63
  - **跨会话通知 + @人**:A 群跑完任务主动推送到 B 群 / 私聊并 @ 你。
64
- - **通知转发到常用 IM(纯通知)**:把完成 / 失败 / 审批与突发 / 故障通知,经 `/channels` 配置后单向推送到 Telegram / 企业微信群机器人等;只推送、无入站交互,飞书仍是唯一完整交互平台,未配置时行为不变。
64
+ - **通知转发到常用 IM(纯通知)**:把完成 / 失败 / 审批与突发 / 故障通知,经 `/channels` 配置后单向推送到 Telegram / 企业微信群机器人等;只推送、无入站交互,飞书仍是唯一完整交互平台,未配置时行为不变。**`/channels add --qr <wechat|qq|telegram>` 让用户在飞书会话里收到二维码图片,用对应 IM 扫码即创建并绑定通知渠道。**
65
65
 
66
66
  > 流式过程卡以飞书原生折叠面板实时展示阶段、耗时与工具状态。
67
67
 
@@ -82,7 +82,7 @@ dsh --profile dsh-lark # ② 启动
82
82
  | `/role list\|show\|set\|clear` | 查看 / 绑定角色 |
83
83
  | `/notify <scope\|chatId> <text>` | 跨会话发送通知(管理员) |
84
84
  | `/notifications [show\|off\|on …]` | 配置完成 / 失败 / 审批提醒(`sinks=` 转发到其他 IM 渠道) |
85
- | `/channels [list\|show\|add\|remove\|enable\|disable …]` | 管理出站通知渠道(管理员) |
85
+ | `/channels [list\|show\|add\|accept\|remove\|enable\|disable …]` | 管理出站通知渠道(管理员);`add --qr <wechat\|qq\|telegram>` 扫码即建 |
86
86
  | `/stop` | 终止当前任务 |
87
87
  | `/upgrade` | 自更新(管理员) |
88
88
  | `/doctor` | 生成脱敏诊断包(管理员) |
package/README_EN.md CHANGED
@@ -61,7 +61,7 @@ app → once bound, message the bot directly; groups / threads default to `@bot`
61
61
  - **Quick / balanced / deep mode**: `/mode` picks the strength for the next turn without interrupting the current task.
62
62
  - **Plan gate for key tasks**: `lark_request_plan_approval` sends the full plan first, then approves or revises.
63
63
  - **Cross-session notify + @**: a task finishing in group A can push to group B / DM and @ you.
64
- - **Forward notifications to other IMs (notification-only)**: after `/channels` is configured, completion / failure / approval and urgent/fault notifications can be pushed one-way to Telegram / WeCom group robots and more. Push-only, no inbound interaction; Feishu stays the sole full-interaction platform and the default behavior is unchanged when no channel is configured.
64
+ - **Forward notifications to other IMs (notification-only)**: after `/channels` is configured, completion / failure / approval and urgent/fault notifications can be pushed one-way to Telegram / WeCom group robots and more. Push-only, no inbound interaction; Feishu stays the sole full-interaction platform and the default behavior is unchanged when no channel is configured. **`/channels add --qr <wechat|qq|telegram>` shows a QR code image in the Feishu session — scanning it with the matching IM app creates and binds the notification channel.**
65
65
 
66
66
  > Streaming process cards render in a native Feishu collapsible panel.
67
67
 
@@ -82,7 +82,7 @@ Command help, status, and cards are bilingual; `/help` is the full authoritative
82
82
  | `/role list\|show\|set\|clear` | View / bind roles |
83
83
  | `/notify <scope\|chatId> <text>` | Cross-session notification (admin) |
84
84
  | `/notifications [show\|off\|on …]` | Configure completion / failure / approval / urgent reminders (`sinks=` forwards to other IM channels) |
85
- | `/channels [list\|show\|add\|remove\|enable\|disable …]` | Manage outbound notification channels (admin) |
85
+ | `/channels [list\|show\|add\|accept\|remove\|enable\|disable …]` | Manage outbound notification channels (admin); `add --qr <wechat\|qq\|telegram>` is scan-to-bind |
86
86
  | `/stop` | Stop current tasks |
87
87
  | `/upgrade` | Self-update (admin) |
88
88
  | `/doctor` | Generate a redacted diagnostic bundle (admin) |