OpenClaw v2026.5.7:WhatsApp 路由修复、Telegram 白名单与 Cron 可见性增强

May 8, 2026
OpenClaw v2026.5.7 包含 30+ 项精准修复:WhatsApp LID 路由恢复、Telegram accessGroup 白名单全面执行、Cron JSON 状态字段、openai/chat-latest 支持及智能体压缩 Token 安全保障。

OpenClaw v2026.5.7:WhatsApp 路由修复、Telegram 白名单与 Cron 可见性增强

OpenClaw v2026.5.7 带来超过 30 项精准修复,覆盖 WhatsApp 线索路由、Telegram 发件人白名单、Cron 定时任务可见性、OpenAI 模型路由及智能体记忆压缩等核心场景。本次为纯稳定性版本,无破坏性变更,无需迁移。

一键安装或升级:

curl -fsSL https://raw.githubusercontent.com/iPythoning/b2b-sdr-agent-template/main/install.sh | bash

v2026.5.7 核心变更

30+ 项修复分布于 8 个子系统:WhatsApp、Telegram、Cron、Discord、Gateway、插件、模型提供商及智能体记忆。所有变更均向后兼容。

B2B SDR 部署的关键修复

WhatsApp:LID 路由与带字幕媒体消息

Baileys LID 前向映射路由修复(#74925)修正了多设备 WhatsApp 会话中的静默丢包问题。当联系人通过 LID(关联设备 ID)前向映射时——常见于多 SIM 卡或多号码场景——消息会被静默丢弃而非路由送达。对于跨多个号码管理大量 WhatsApp 线索的 B2B SDR 智能体,本次修复无需任何配置变更即可恢复受影响联系人的消息投递。

单条带字幕媒体自动回复(#78770)修复了消息拆分问题:当自动回复包含一张带字幕的图片或视频时,原来会拆分为一条纯文本字幕消息加一条无字幕媒体消息。产品手册推送和视频演示自动回复现在以单条组合消息形式送达。

Telegram:发件人白名单与授权

accessGroup:* 发件人白名单(#78660)现在对 Telegram 私信、群组消息和原生命令均正确执行。此前通配符模式在部分入站路径中执行不一致,可能允许未授权发件人触发技能调度。本次补丁覆盖全部 Telegram 消息类型。

原生命令的所有者权限校验(#78864):Telegram 原生命令现在在执行前验证所有者权限。对于向特定运营人员开放 /qualify/book/skip 等命令的 SDR 团队,本次修复关闭了一个权限漏洞。

Cron:JSON 状态字段,实现可脚本化监控

cron list --jsoncron show --json 现在包含计算后的 status 字段(#78701)。此前状态仅在人类可读输出中展示。运行定时外联序列、时区调整的潜在客户触达任务或每日线索摘要任务的团队,现在可直接通过 JSON 以编程方式监控 Cron 状态,无需解析人类可读输出。

openclaw cron list --json | jq '.[] | select(.status == "failed")'

OpenAI:chat-latest 模型支持

openai/chat-latest 现在是有效的 API 密钥模型标识符,路由到 ChatGPT Instant,并自动跟踪最新可用的 ChatGPT 模型。使用 OpenAI API 密钥认证的团队可以停止固定版本号字符串,直接使用 chat-latest 始终访问最新模型。

活跃记忆:管理员权限强制执行

全局记忆开关现在需要管理员权限(#78863)。在多租户 SDR 部署中,非管理员用户此前可以启用或禁用全局记忆,影响所有智能体的共享上下文。现在在开关处理器层面强制执行管理员权限。

智能体压缩:长对话安全保障

压缩摘要保留 Token 数现在以每个模型的输出上限为界(#54392)。智能体压缩通过总结旧对话历史来将上下文保持在模型限制内。此前,非常长的定性序列可能产生超过模型最大输出 Token 数的压缩摘要,导致静默截断或失败。现在按模型逐一限制,使压缩在长多轮 SDR 对话中可靠运行。

修复一览

子系统 修复内容
WhatsApp LID 前向路由恢复(#74925)
WhatsApp 单条带字幕媒体消息(#78770)
Telegram accessGroup:* 白名单执行(#78660)
Telegram 原生命令所有者权限(#78864)
Cron/CLI --json 输出包含 status 字段(#78701)
Channels/CLI 新增 --all 标志显示捆绑频道(#78456)
OpenAI 接受 chat-latest 模型标识符
活跃记忆 全局开关需管理员权限(#78863)
自动回复 授权钩子控制技能调度(#78517)
智能体/上下文 历史变更时清除缓存上下文(#78163)
智能体/压缩 保留 Token 按模型上限限制(#54392)
Gateway/会话 会话轮转时生成新转录文件(#78607)
插件 ClawHub 安装失败重试逻辑
Discord 提供商前缀目标解析(#78572)
Telegram 轮询 绑定 getUpdates 活性的看门狗(#78422)
Cron/Doctor 修复无效 payload.model 任务(#78549)

常见问题

v2026.5.7 升级对生产 SDR 智能体安全吗? 安全。所有变更均为孤立的 Bug 修复,无 API 或配置变更。通过一键命令升级即可。

WhatsApp LID 修复需要重新关联设备吗? 不需要。修复位于路由层,现有会话和联系人立即生效。

openai/chat-latest 路由到什么模型? 路由到 ChatGPT Instant,即通过标准 OpenAI API 密钥认证可用的最新 ChatGPT 模型。

管理员权限记忆变更会影响哪些人? 仅影响非管理员用户此前正在管理全局记忆开关的部署。管理员用户不受影响。

在 PulseAgent 上运行 B2B SDR 智能体

PulseAgent 托管由 OpenClaw 驱动的 SDR 智能体,无需维护服务器、处理升级或调试基础设施。支持 WhatsApp、Telegram、微信、LINE、邮件和语音——全部在一个托管平台上。

探索使用场景:

Related Posts

Product Updates — 2026-08-02
Public
Aug 2, 2026

Product Updates — 2026-08-02

A major Inbox upgrade: auto-translation, full conversation management, and intent ratings — plus smarter automated follow-ups and a daily business briefing.

Public
Jul 27, 2026

Product Updates — 2026-07-27

Auto-switch interface and content language based on tenant’s onboarded language, improving experience for multilingual teams

Public
Jul 23, 2026

90-Day Burnout Cost Analysis: Why Human SDRs Cost 3x More Than PulseAgent for B2B Export Sales

Human SDRs cost $48,000+ in 90 days vs. PulseAgent AI at $299/month. 70% RFQ failure, 15% error rates, 60% outdated contacts—see the data.

Public
Jul 22, 2026

Real-Time FOB/CIF Pricing with Validity Dates for Exporters

Real-time FOB/CIF pricing with validity dates helps cross-border exporters avoid costly errors by automatically annotating quotes with a clear expiration, reducing negotiation friction and building buyer trust.

Public
Jul 22, 2026

WhatsApp & Email Follow-Up Agent for B2B Traders

WhatsApp & Email follow‑up agent automates lead capture after hours, reduces response friction, and increases conversion rates for B2B vehicle traders sourcing from China.

Public
Jul 22, 2026

Trade Document Pre-Validation: Stop Costly Export Errors

Trade document pre-validation prevents costly export failures by catching HS code errors on EUR1 and B/L before quoting, saving exporters up to 40% rework time.

Public
Jul 13, 2026

Real-Time FOB/CIF Pricing with Expiry Dates for B2B Traders

Get real-time FOB/CIF pricing with expiry dates for B2B machinery traders; avoid outdated quotes that erode margins. AutoGlobalAI updates prices live from steel and freight indices.

Public
Jul 13, 2026

WhatsApp & Email Follow-Up Agent for B2B Sales

WhatsApp and email follow-up agent for B2B sales teams automates replies within 24 hours, reduces manual chasing, and re-engages cold leads from Excel pipelines. See 80% less follow-up time.

Public
Jul 13, 2026

Trade-Document Pre-Validation: Stop Quote Rework Before It Starts

Trade-document pre-validation catches certificate, EUR.1, and bill of lading errors before quoting, reducing rework by 40% for export sales teams.

Public
Jul 9, 2026

WhatsApp + Email Follow-Up Agent for Cross-Border B2B Sellers

Cross-border B2B sellers use a WhatsApp and email follow-up agent to reply within 24 hours on the buyer’s preferred channel, increasing conversion by 35%.