v2026.5.31-beta.3
发布于 2026-05-31 · 翻译于
🎯 一句话总结:本版本聚焦通道稳定性与移动端体验,推出技能工坊与官方插件,全面强化智能体协同编排能力。
📋 更新要点(中文翻译)
1优化中断工具调用与会话恢复机制,提升运行稳定性。
2全面增强多平台消息通道与移动端推送的稳定性。
3新增网关服务绑定与通知设置,优化代理添加流程。
4限制插件请求超时与重试逻辑,防止任务长时间卡死。
5改进技能与插件加载策略,避免失效配置引发异常。
6推出技能工坊功能,支持提案审核、版本管理与文件托管。
7官方发布 Tokenjuice 与 GitHub Copilot 独立插件包。
8增强 iOS 端推送中继与实时语音播放,提升移动端体验。
9工作板新增智能体协同编排组件,强化任务调度能力。
▶查看英文原文(Release Notes)
## 2026.5.31
### Highlights
- Agents and CLI-backed runtimes recover more cleanly from interrupted tool calls, stale session bindings, compaction handoffs, and media delivery retries. (#88129, #88136, #88141, #88162, #88182)
- Channels and mobile delivery are steadier across Telegram, WhatsApp, iMessage, Slack, Discord, Microsoft Teams, Google Chat, Google Meet, and iOS realtime Talk. (#88096, #88105, #88183, #88231)
- Gateway and channel setup add Tailscale Serve service-name binding, Communication notification settings, safer `agents add`, and more reliable progress drafts across Discord, Telegram, Slack, Matrix, and Teams. (#74715, #83115, #88314, #88749) Thanks @VladyslavLevchuk and @zhangguiping-xydt.
- Provider and plugin requests now bound more timers, retries, OAuth/device-code lifetimes, media downloads, local service probes, and generated-content polling paths before they can hang a run.
- Skills, session metadata, gateway runtime state, plugin metadata, and store writes do less repeated work on hot paths while keeping config and dispatch behavior stable.
- Skills and plugin loading now handle stale disabled snapshots and loader failures more clearly, so channel turns avoid disabled SecretRefs and operators get better recovery guidance. (#79072, #79173) Thanks @zeus1959.
- Workboard, SecretRef plugin manifests, hosted iOS push relay, and external Copilot/Tokenjuice packaging add broader orchestration, integration, and plugin delivery surfaces. (#82326, #87469, #87796, #88107, #88117)
- Release, CI, Docker, E2E, and diagnostics lanes now cap more logs, response bodies, readiness probes, artifact checks, and status polling so failures report bounded proof instead of stalling.
### Changes
- Docs: add a dedicated Skill Workshop guide covering governed skill creation, reviewable proposals, CLI, Gateway, agent tool behavior, approval policy, support files, and recovery. Thanks @shakkernerd.
- Skills: let the `skill_workshop` agent tool apply, reject, and qua