mirror of https://github.com/openclaw/openclaw.git
fix: place compaction safeguard changelog entry at section tail
This commit is contained in:
parent
933e8e8dcd
commit
4abdcbc901
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue