v2026.3.13-1
发布于 2026-03-14 · 翻译于
🎯 一句话总结:本版本为标签恢复版,包含 Android 界面重构、Docker 时区支持及多项代理稳定性修复。
📋 更新要点(中文翻译)
1Android 聊天设置界面重新设计,交互体验更友好。
2Docker 部署支持通过 OPENCLAW_TZ 环境变量设置时区。
3Android 端初始化二维码扫描集成 Google Code Scanner。
4会话重置时保留最后的账户 ID 和线程 ID,方便恢复。
5优化代理会话重置提示词,避免触发 Azure 内容过滤。
6恢复运行时配置中的 web fetch firecrawl 功能支持。
7Telegram 集成修复媒体传输策略相关的 SSRF 安全问题。
8Discord 集成增强网关元数据获取失败时的处理能力。
9代理功能现在尊重用户对非原生 OpenAI 的兼容性覆盖。
10修复配置验证架构,补充 agents.list 缺失的 params 字段。
▶查看英文原文(Release Notes)
This recovery release uses `v2026.3.13-1` because GitHub immutable releases do not allow reusing `v2026.3.13` after publication.
Important:
- This release exists to recover the broken `v2026.3.13` tag/release path.
- The corresponding npm version is still `2026.3.13`, not `2026.3.13-1`.
- The `-1` suffix is for the Git tag and GitHub Release only.
## What's Changed
* fix(compaction): use full-session token count for post-compaction sanity check by @efe-arv in https://github.com/openclaw/openclaw/pull/28347
* fix(telegram): thread media transport policy into SSRF by @obviyus in https://github.com/openclaw/openclaw/pull/44639
* fix: handle Discord gateway metadata fetch failures by @jalehman in https://github.com/openclaw/openclaw/pull/44397
* docs: move post-release changelog entries to Unreleased by @jalehman in https://github.com/openclaw/openclaw/pull/44691
* fix(session): preserve `lastAccountId ` and `lastThreadId` on session reset by @Lanfei in https://github.com/openclaw/openclaw/pull/44773
* Updated default model from openai-codex/gpt-5.3-codex to openai-codex/gpt-5.4 in tests. by @jrrcdev in https://github.com/openclaw/openclaw/pull/44367
* fix: address delivery dedupe review follow-ups by @frankekn in https://github.com/openclaw/openclaw/pull/44666
* CLI: align xhigh thinking help text by @frankekn in https://github.com/openclaw/openclaw/pull/44819
* docs: fix changelog credit for xhigh help by @frankekn in https://github.com/openclaw/openclaw/pull/44874
* fix(agents): drop Anthropic thinking blocks on replay by @frankekn in https://github.com/openclaw/openclaw/pull/44843
* docs: fix session key :dm: → :direct: by @Lanfei in https://github.com/openclaw/openclaw/pull/26506
* feat(android): redesign chat settings UI by @obviyus in https://github.com/openclaw/openclaw/pull/44894
* fix(agents): avoid injecting memory file twice on case-insensitive mounts by @Lanfei in https://github.com/openclaw/openclaw/pull/26054
* Docker: add OPENCLA