v2026.4.29
发布于 2026-04-30 · 翻译于
🎯 一句话总结:本版本聚焦消息引导、记忆升级与模型扩展,全面强化系统稳定性与安全运维能力。
📋 更新要点(中文翻译)
1消息与自动化默认启用主动引导,支持可见回复强制与心跳跟进提醒。
2记忆系统升级为人员感知维基,支持来源追溯、按对话过滤与超时部分召回。
3新增NVIDIA模型接入,支持Bedrock Opus 4.7思维对齐与安全流式回放。
4网关与插件可靠性大幅提升,优化慢主机启动、依赖修复与会话恢复机制。
5全面增强多渠道稳定性,优化Slack、Telegram、Discord等平台的连接与限流。
6安全运维全面升级,新增OpenGrep扫描、严格漏洞分级与安全执行范围控制。
7消息队列默认启用主动引导模式,优化指令优先级与丢弃策略。
▶查看英文原文(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.