@@ -471,7 +471,7 @@ Keep copy short and lightweight (e.g. `🤔 正在思考…`). On WS, pushed via
471471| ------------| --------------| --------------| -------------|
472472| ` thinkingText ` | thinking | 🤔 正在思考… | Agent started reasoning |
473473| ` receivedText ` | received | 📩 已收到… | WS: after policy pass, before Agent starts |
474- | ` toolStatusText ` | tool | 🔧 Running {toolName}… | Tool call in progress (` {toolName} ` optional) |
474+ | ` toolStatusText ` | tool | 🧩 正在调用 {toolName}… | Tool call in progress (` {toolName} ` optional) |
475475| ` readingText ` | reading | 📎 正在阅读附件… | Reading inbound attachment |
476476| ` generatingText ` | generating | ✍️ 正在输入… | Answer block streaming |
477477| ` compactionText ` | compaction | 📦 正在压缩… | Context compaction |
@@ -532,7 +532,7 @@ JSON does not allow comments. Keys are ordered by role: **welcome & stream proto
532532 "streamPlaceholderText" : " 1" ,
533533 "thinkingText" : " 🤔 Thinking…" ,
534534 "receivedText" : " 📩 Got it…" ,
535- "toolStatusText" : " 🔧 Running {toolName}…" ,
535+ "toolStatusText" : " 🧩 正在调用 {toolName}…" ,
536536 "readingText" : " 📎 Reading attachment…" ,
537537 "generatingText" : " ✍️ Writing reply…" ,
538538 "compactionText" : " 📦 Compacting…" ,
@@ -574,7 +574,7 @@ openclaw config set channels.wecom.streamPlaceholderText "1"
574574# typing — status line during finish=false
575575openclaw config set channels.wecom.thinkingText " 🤔 正在思考…"
576576openclaw config set channels.wecom.receivedText " 📩 已收到…"
577- openclaw config set channels.wecom.toolStatusText " 🔧 正在调用 {toolName}…"
577+ openclaw config set channels.wecom.toolStatusText " 🧩 正在调用 {toolName}…"
578578openclaw config set channels.wecom.readingText " 📎 正在阅读附件…"
579579openclaw config set channels.wecom.generatingText " ✍️ 正在输入…"
580580openclaw config set channels.wecom.compactionText " 📦 正在压缩…"
@@ -1022,7 +1022,7 @@ Dynamic Agents create isolated sessions by user or group. Use them when differen
10221022openclaw config set channels.wecom.welcomeText " Hello, I am your WeCom assistant."
10231023openclaw config set channels.wecom.agent.welcomeText " Welcome to the self-built app."
10241024openclaw config set channels.wecom.thinkingText " Thinking…"
1025- openclaw config set channels.wecom.toolStatusText " 🔧 Running {toolName}…"
1025+ openclaw config set channels.wecom.toolStatusText " 🧩 正在调用 {toolName}…"
10261026openclaw config set channels.wecom.finishFooterText " ⏱ {elapsed}s · Done"
10271027openclaw gateway restart
10281028```
0 commit comments