🦞
MumClaw
养虾不花冤枉钱

v2026.5.10-beta.1

发布于 2026-05-10 · 翻译于

🎯 一句话总结:本版本聚焦语音交互优化与终端体验升级,大幅提升安装效率与系统稳定性。

📋 更新要点(中文翻译)

1新增 Discord 语音实时诊断,精准检测说话人切换、打断与音频截断。
2Talk 模块支持实时追加语音风格指令,兼顾内置代理咨询引导。
3Discord 语音默认采用纯 JS 解码器,免去本地编译,显著加快安装。
4网关技能开放私有 ZIP 包上传安装,需手动开启安全权限开关。
5全面优化 CLI 终端引导流程,智能提示下一步操作,降低上手门槛。
6修复 OpenAI 实时语音协议兼容问题,彻底解决音频与字幕丢失。
7升级 LLM 空闲看门狗机制,有效防止流式响应建立前的静默假死。
查看英文原文(Release Notes)
## 2026.5.10 ### Changes - QA/Mantis: add Telegram live PR evidence automation with Convex-leased credentials, Crabbox transcript capture, motion GIF previews, and inline PR comments. - QA/Mantis: add a Telegram desktop scenario builder that leases Crabbox, installs native Telegram Desktop, configures an OpenClaw Telegram gateway with leased bot credentials, and records VNC screenshot/video artifacts. - Discord/voice: add realtime voice diagnostics for speaker turns, playback resets, barge-in detection, and audio cutoff analysis. - Talk: add `talk.realtime.instructions` so operators can append realtime voice style instructions while preserving OpenClaw's built-in agent-consult guidance. (#79081) Thanks @VACInc. - Discord/voice: default test and source installs to the pure-JS `opusscript` decoder by ignoring optional native `@discordjs/opus` builds, avoiding slow native addon compiles outside dedicated voice-performance lanes. - Gateway/skills: add an opt-in private skill archive upload install path gated by `skills.install.allowUploadedArchives`, so trusted Gateway clients can stage and install zip-backed skills only when operators explicitly enable the code-install surface. (#74430) Thanks @samzong. - Dependencies: refresh workspace pins and patch targets, including ACPX `@agentclientprotocol/claude-agent-acp` `0.33.1`, Codex ACP `0.14.0`, Baileys `7.0.0-rc10`, Google GenAI `2.0.1`, OpenAI `6.37.0`, AWS SDK `3.1045.0`, Kysely `0.29.0`, Tlon skill `0.3.6`, Aimock `1.19.5`, and tsdown `0.22.0`. - Agents/compaction: preserve scoped background exec/process session references across embedded compaction and after-turn runtime contexts without exposing sessions from unrelated scopes. Fixes #79284. (#79307) Thanks @TurboTheTurtle. - CLI/onboarding: improve setup, onboarding, configure, and channel command wayfinding so terminal flows explain the next useful command instead of relying on terse setup labels. - Agents/Codex: remove the configurable Codex dynamic-tools profi
v2026.5.9-beta.1v2026.5.10-beta.2