From 0a8779b79014dcdb90a7db9bc002b28507d9ffc8 Mon Sep 17 00:00:00 2001 From: Tao Date: Sun, 1 Mar 2026 06:58:21 +1000 Subject: [PATCH] ui: add Remove binding help text --- openclaw-manager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openclaw-manager.js b/openclaw-manager.js index ec6eada..f95244d 100644 --- a/openclaw-manager.js +++ b/openclaw-manager.js @@ -1932,6 +1932,7 @@ const MAIN_HTML_BODY = String.raw`

Advanced routing rules for agent-channel/group bindings and priority order. Use Agents page for daily add/remove workflows.

+

When to use Remove binding: if you bound the wrong agent/chat, the group was recreated/migrated (new peer id), you have duplicates/conflicts, you want to decommission a project sub-agent, or you need to temporarily disconnect routing for safety.

加载中...
@@ -2396,7 +2397,7 @@ const I18N = { 'tab.agents':'🤖 Agents','tab.channels':'🧭 Routing','tab.models':'🧠 Models & Auth','tab.auth':'🔑 Auth', 'tab.stats':'📊 Stats','tab.cron':'⏰ Cron', 'agents.title':'Agents','agents.new':'+ New Subagent', - 'channels.title':'Routing Bindings','channels.add':'+ Add Binding','channels.hint':'Advanced routing rules for agent-channel/group bindings and priority order. Use Agents page for daily add/remove workflows.', + 'channels.title':'Routing Bindings','channels.add':'+ Add Binding','channels.hint':'Advanced routing rules for agent-channel/group bindings and priority order. Use Agents page for daily add/remove workflows.','channels.removeHint':'When to use Remove binding: wrong agent/chat, group recreated (new id), duplicates/conflicts, decommission a sub-agent, or temporarily disconnect routing for safety.', 'channels.filterLabel':'Agent','channels.filterAll':'All Agents','channels.emptyFiltered':'No bindings for selected agent', 'channels.countSuffix':'bindings','channels.collapse':'Collapse','channels.expand':'Expand', 'models.title':'Model Management','models.primary':'Default Primary Model','models.fallback':'Fallback Chain',