docs: merge 2026.2.2 changelog into 2026.2.1

This commit is contained in:
Peter Steinberger
2026-02-02 01:31:24 -08:00
parent 4682c2e3e2
commit d5f6caba3f

View File

@@ -2,15 +2,6 @@
Docs: https://docs.openclaw.ai
## 2026.2.2
### Fixes
- Telegram: add download timeouts for file fetches. (#6914) Thanks @hclsys.
- Telegram: enforce thread specs for DM vs forum sends. (#6833) Thanks @obviyus.
- Streaming: avoid stuck typing indicator after streamed BlueBubbles replies.
- Streaming: dedupe fence-split handling and cover maxChars fallback for newline chunking.
## 2026.2.1
### Changes
@@ -25,6 +16,10 @@ Docs: https://docs.openclaw.ai
### Fixes
- Telegram: add download timeouts for file fetches. (#6914) Thanks @hclsys.
- Telegram: enforce thread specs for DM vs forum sends. (#6833) Thanks @obviyus.
- Streaming: avoid stuck typing indicator after streamed BlueBubbles replies.
- Streaming: dedupe fence-split handling and cover maxChars fallback for newline chunking.
- Auto-reply: avoid referencing workspace files in /new greeting prompt. (#5706) Thanks @bravostation.
- Tools: treat `"*"` tool allowlist entries as valid to avoid spurious unknown-entry warnings.
- Slack: harden media fetch limits and Slack file URL validation. (#6639) Thanks @davidiach.