mirror of https://github.com/openclaw/openclaw.git
Discord: keep browse-projects picker callbacks alive
This commit is contained in:
parent
37ff484bbf
commit
76eb184dbe
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue