From 3c4f67141dc02d7b532f1004c51b72fe03db2307 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 3 May 2026 23:08:47 -0700 Subject: [PATCH] docs(changelog): credit @davemorin for TUI stale-response notice fix #77120 added user-facing TUI copy that replaces the stale-response watchdog notice with plain language, but the entry landed without contributor attribution. Add the merging PR ref and credit the human contributor @davemorin per CLAUDE.md changelog-attribution rules. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48edeca2a94..51594fb51a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -390,7 +390,7 @@ Docs: https://docs.openclaw.ai - Plugins/update: keep externalized bundled npm bridge updates on the normal plugin security scanner path instead of granting source-linked official trust without artifact provenance. (#76765) Thanks @Lucenx9. - Agents/reply context: label replied-to messages as the current user message target in model-visible metadata, so short replies are grounded to their explicit reply target instead of nearby chat history. (#76817) Thanks @obviyus. - Doctor/plugins: install configured missing official plugins such as Discord and Brave during doctor/update repair, auto-enable repaired provider plugins, preserve config when a download fails, and stop auto-enable from inventing plugin entries when no manifest declares a configured channel. Fixes #76872. Thanks @jack-stormentswe. -- TUI: replace the stale-response watchdog notice with plain user-facing copy so stalled replies no longer surface backend or streaming internals. +- TUI: replace the stale-response watchdog notice with plain user-facing copy so stalled replies no longer surface backend or streaming internals. (#77120) Thanks @davemorin. ## 2026.5.2