mirror of https://github.com/openclaw/openclaw.git
fix: harden Discord gateway metadata startup handling
This commit is contained in:
parent
0088b1f7b3
commit
edd17c0eff
|
|
@ -87,6 +87,7 @@ Docs: https://docs.openclaw.ai
|
|||
- ACP/client final-message delivery: preserve terminal assistant text snapshots before resolving `end_turn`, so ACP clients no longer drop the last visible reply when the gateway sends the final message body on the terminal chat event. (#17615) Thanks @pjeby.
|
||||
- Telegram/Discord status reactions: show a temporary compacting reaction during auto-compaction pauses and restore thinking afterward so the bot no longer appears frozen while context is being compacted. (#35474) thanks @Cypherm.
|
||||
- Agents/compaction: compare post-compaction token sanity checks against full-session pre-compaction totals and skip the check when token estimation fails, so sessions with large bootstrap context keep real token counts instead of falling back to unknown. (#28347) thanks @efe-arv.
|
||||
- Discord/gateway startup: treat plain-text and transient `/gateway/bot` metadata fetch failures as transient startup errors so Discord gateway boot no longer crashes on unhandled rejections. (#44397) Thanks @jalehman.
|
||||
|
||||
## 2026.3.11
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue