v2026.5.30-beta.1
发布于 2026-05-31 · 翻译于
🎯 一句话总结:本版本聚焦系统稳定性与多平台体验升级,全面引入技能工坊与外部插件生态,优化智能体协同与运行效率。
📋 更新要点(中文翻译)
1智能体与CLI中断恢复能力大幅增强,运行更稳定。
2全面优化多平台消息通道与移动端推送的稳定性。
3新增技能工坊系统,支持技能提案、审核与版本管理。
4官方推出Tokenjuice与GitHub Copilot独立插件包。
5工作看板新增多智能体协同规划与运行追踪功能。
6控制界面新增梦境标签页智能体选择器及状态同步。
7核心路径减少重复计算,显著提升系统运行效率。
8插件请求增加超时与重试限制,彻底杜绝运行卡死。
▶查看英文原文(Release Notes)
### 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)
- 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.
- 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
- Skills: let the `skill_research` agent tool apply, reject, and quarantine explicit Skill Workshop proposals through the guarded proposal lifecycle. Thanks @shakkernerd.
- Skills: let Skill Workshop proposals carry approved support files under standard skill folders, with scanner, hash, and rollback safeguards. Thanks @shakkernerd.
- Skills: let pending Skill Workshop proposals be revised in place with versioned, dated proposal frontmatter before approval. Thanks @shakkernerd.
- Skills: add Skill Workshop proposals with pending `PROPOSAL.md` drafts, CLI/Gateway review actions, rollback metadata, and the `skill_research` agent tool. Thanks @shakkernerd.
- Plugins: externalize Tokenjuice as the official `@openclaw/tokenjuice` plugin with npm and ClawHub publish metadata.
- Plugins: externa