Discord: keep browse-projects picker callbacks alive

This commit is contained in:
huntharo 2026-03-21 10:34:24 -04:00
parent 37ff484bbf
commit 76eb184dbe
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ Docs: https://docs.openclaw.ai
- Gateway/chat.send: persist uploaded image references across reloads and compaction without delaying first-turn dispatch or double-submitting the same image to vision models. (#51324) Thanks @fuller-stack-dev.
- Plugins/runtime state: share plugin-facing infra singleton state across duplicate module graphs and keep session-binding adapter ownership stable until the active owner unregisters. (#50725) thanks @huntharo.
- Agents/compaction safeguard: preserve split-turn context and preserved recent turns when capped retry fallback reuses the last successful summary. (#27727) thanks @Pandadadadazxf.
- Discord/pickers: keep `/codex_resume --browse-projects` picker callbacks alive in Discord by sharing component callback state across duplicate module graphs, preserving callback fallbacks, and acknowledging matched plugin interactions before dispatch. (#51260) Thanks @huntharo.
### Breaking