🦞
MumClaw
养虾不花冤枉钱

v2026.5.10-beta.5

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

🎯 一句话总结:本版本重点优化智能体交互与消息控制,增强图像编辑与本地模型支持,并改善界面恢复体验。

📋 更新要点(中文翻译)

1支持 GPT Image 2 等模型的图像编辑,放宽输入限制并支持比例提示。
2控制面板新增空白页恢复面板,提供重试路径与插件排查指引。
3智能体对话轮次上限提升至 20 轮,支持更长的多智能体交互。
4新增智能体独立消息上下文控制,可限制沙盒智能体的消息范围。
5支持为智能体配置仅发送消息工具,增强沙盒环境的权限管控。
6加宽 Discord 工具更新预览,保留更多有用的命令上下文信息。
7新增本地模型服务按需启动功能,支持一键探测并启动本地服务。
8自动清理超时客户端进程,避免智能体复用导致 CPU 占用过高。
查看英文原文(Release Notes)
### Changes - CI: add a non-blocking `plugin-inspector-advisory` artifact to Plugin Prerelease so release runs capture bundled plugin compatibility triage without changing the blocking gate. - Runtime/Fly: detect Fly Machines as container environments from their runtime env vars, so gateway bind and Bonjour defaults match remote container launches. (#80209) Thanks @liorb-mountapps. - Providers/fal: route GPT Image 2 and Nano Banana 2 reference-image edit requests to `/edit` with `image_urls` array, enforce NB2 edit geometry using `aspect_ratio` and `resolution` params, lift Fal edit mode input-image caps to 10 for GPT Image 2 and 14 for Nano Banana 2, and allow aspect-ratio hints in edit mode. (#77295) Thanks @leoge007. - Control UI: show a plain HTML recovery panel when the app module never registers, giving blank dashboard pages a retry path and browser-extension troubleshooting link. Fixes #44107. Thanks @BunsDev. - Build: enable additional low-churn oxlint rules for promise, TypeScript, and runtime footgun checks. - Build: enable stricter Vitest lint rules for focused, disabled, conditional, hook, matcher, and expectation hazards. - Build: pin explicit oxfmt defaults in the shared formatter config to keep formatting behavior stable across upgrades. - TypeScript: enable stricter compiler checks for implicit returns, side-effect imports, overrides, and unused production code. - Logging: add targeted model transport, payload, SSE, and code-mode diagnostics with redacted URL handling. - Agents: allow `session.agentToAgent.maxPingPongTurns` up to 20 while keeping the default at 5 for longer agent-to-agent reply chains. Fixes #52382. (#52400) Thanks @thirumaleshp. - Agents: add per-agent `tools.message.crossContext` overrides so sandboxed/public agents can restrict message sends to the current conversation without changing the global bot policy. - Agents: add per-agent `tools.message.actions.allow` overrides so sandboxed/public agents can expose and enforce send-on
v2026.5.10-beta.4