fix: note prompt composition cache invariants openclaw#49237 thanks @scoootscooob

This commit is contained in:
scoootscooob
2026-03-17 16:36:24 -07:00
parent 8748cd9bd7
commit 978b0cd6c7

View File

@@ -137,6 +137,7 @@ Docs: https://docs.openclaw.ai
- ACP/configured bindings: reinitialize configured ACP sessions that are stuck in `error` state instead of reusing the failed runtime.
- Mattermost/DM send: retry transient direct-channel creation failures for DM deliveries, with configurable backoff and per-request timeout. (#42398) Thanks @JonathanJing.
- Telegram/network: unify API and media fetches under the same sticky IPv4 and pinned-IP fallback chain, and re-validate pinned override addresses against SSRF policy. (#49148) Thanks @obviyus.
- Agents/prompt composition: append bootstrap truncation warnings to the current-turn prompt and add regression coverage for stable system-prompt cache invariants. (#49237) Thanks @scoootscooob.
## 2026.3.13