fix: place compaction safeguard changelog entry at section tail

This commit is contained in:
Josh Lehman 2026-03-12 19:06:31 -07:00
parent 933e8e8dcd
commit 4abdcbc901
No known key found for this signature in database
GPG Key ID: D141B425AC7F876B
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ Docs: https://docs.openclaw.ai
- Gateway/hooks: bucket hook auth failures by forwarded client IP behind trusted proxies and warn when `hooks.allowedAgentIds` leaves hook routing unrestricted.
- Agents/compaction: skip the post-compaction `cache-ttl` marker write when a compaction completed in the same attempt, preventing the next turn from immediately triggering a second tiny compaction. (#28548) thanks @MoerAI.
- Native chat/macOS: add `/new`, `/reset`, and `/clear` reset triggers, keep shared main-session aliases aligned, and ignore stale model-selection completions so native chat state stays in sync across reset and fast model changes. (#10898) Thanks @Nachx639.
- Agents/compaction safeguard: route missing-model and missing-API-key cancellation warnings through the shared subsystem logger so they land in structured and file logs. (#9974) Thanks @dinakars777.
## 2026.3.11