chore(llama-cpp): leave release notes to release flow

This commit is contained in:
Vincent Koc
2026-08-04 21:51:35 +08:00
parent b8eebb07e4
commit b04131670a
-1
View File
@@ -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.