diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd4777fec09..389f26d66c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,7 +64,6 @@ Docs: https://docs.openclaw.ai ### Fixes -- **llama.cpp runtime cleanup:** dispose in-process GGUF contexts, models, and native runtimes when the provider plugin stops or reloads so replaced registrations do not retain model memory. Fixes #119144. - **Guided onboarding skip-UI routing:** keep `openclaw onboard --skip-ui` and `openclaw setup --skip-ui` on guided onboarding while skipping both browser and terminal handoffs, instead of silently switching to the classic wizard. Thanks @shakkernerd. - **Telegram durable ingress:** preserve pre-identity control-lane ownership during replay and attempt each drain snapshot row only once per pass, preventing targeted commands from spinning the spool and blocking polling shutdown. - **Control UI operator session permissions:** honor Gateway-advertised operator scopes for new-thread creation, thread management, checkpoints, and sharing controls while preserving read-only navigation and legacy Gateway compatibility. Fixes #117786. Thanks @shakkernerd.