v2026.4.29-beta.3
发布于 2026-04-30 · 翻译于
🎯 一句话总结:本版本聚焦消息自动化、记忆知识库升级与多平台兼容优化,全面提升稳定性与安全性。
📋 更新要点(中文翻译)
1消息与自动化默认启用主动引导,支持可见回复强制与子代理路由。
2记忆系统升级为人员感知型知识库,支持来源追踪与对话级过滤。
3新增 NVIDIA 模型接入,提升 Bedrock Opus 4.7 推理一致性。
4网关与插件可靠性增强,优化慢速主机启动与过期会话恢复。
5全面修复 Slack、Telegram、Discord 等主流渠道的兼容性问题。
6新增可选自动跟进承诺功能,支持心跳提醒与每日次数限制。
7安全工具权限收紧,受限配置需手动授权特定工具。
8消息队列默认切换为主动引导模式,优化处理延迟与防抖。
▶查看英文原文(Release Notes)
## 2026.4.29
### Highlights
- Messaging and automation get active-run steering by default, visible-reply enforcement, spawned subagent routing metadata, and opt-in follow-up commitments for heartbeat-delivered reminders. Thanks @vincentkoc, @scoootscooob, @samzong, and @vignesh07.
- Memory grows into a people-aware wiki with provenance views, per-conversation Active Memory filters, partial recall on timeout, and bounded REM preview diagnostics. Thanks @vincentkoc, @quengh, @joeykrug, and @samzong.
- Provider/model coverage expands with NVIDIA onboarding/catalogs plus faster manifest-backed model/auth paths, Bedrock Opus 4.7 thinking parity, and safer Codex/OpenAI-compatible replay and streaming behavior. Thanks @eleqtrizit, @shakkernerd, @prasad-yashdeep, @woodhouse-bot, and @LyHug.
- Gateway and packaged-plugin reliability focuses on slow-host startup, reusable model catalogs, event-loop readiness diagnostics, runtime-dependency repair, stale-session recovery, and version-scoped update caches. Thanks @lpendeavors, @DerFlash, @vincentkoc, @pashpashpash, and @jhsmith409.
- Channel fixes cluster around Slack Block Kit limits, Telegram proxy/webhook/polling/send resilience, Discord startup/rate-limit handling, WhatsApp delivery/liveness, and Microsoft Teams/Matrix/Feishu edge cases. Thanks @slackapi, @SymbolStar, @djgeorg3, @TinyTb, @dseravalli, @nklock, and @alex-xuweilong.
- Security and operations add OpenGrep scanning, sharper GHSA triage policy, safer exec/pairing/owner-scope handling, Docker/onboarding automation, and web-fetch IPv6 ULA opt-in for trusted proxy stacks. Thanks @jesse-merhi, @pgondhi987, @mmaps, @jinjimz, and @jeffrey701.
### Changes
- Security/tools: configured tool sections (`tools.exec`, `tools.fs`) no longer implicitly widen restrictive profiles (`messaging`, `minimal`). Users who need those tools under a restricted profile must add explicit `alsoAllow` entries; a startup warning identifies affected configs. Fixes #47487. Thanks @amknight.