fix(ui): note agent file refresh in changelog

This commit is contained in:
Gustavo Madeira Santana
2026-02-03 14:15:47 -05:00
parent ddccfd3ec1
commit f52ca0a712

View File

@@ -30,6 +30,7 @@ Docs: https://docs.openclaw.ai
- TUI: block onboarding output while TUI is active and restore terminal state on exit. - TUI: block onboarding output while TUI is active and restore terminal state on exit.
- CLI/Zsh completion: cache scripts in state dir and escape option descriptions to avoid invalid option errors. - CLI/Zsh completion: cache scripts in state dir and escape option descriptions to avoid invalid option errors.
- fix(ui): resolve Control UI asset path correctly. - fix(ui): resolve Control UI asset path correctly.
- fix(ui): refresh agent files after external edits.
- Docs: finish renaming the QMD memory docs to reference the OpenClaw state dir. - Docs: finish renaming the QMD memory docs to reference the OpenClaw state dir.
- Tests: stub SSRF DNS pinning in web auto-reply + Gemini video coverage. (#6619) Thanks @joshp123. - Tests: stub SSRF DNS pinning in web auto-reply + Gemini video coverage. (#6619) Thanks @joshp123.