惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: clarify tool-only Discord replies · openclaw/opencl...
steipete · 2026-05-04 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -252,6 +252,8 @@ Once DMs are working, you can set up your Discord server as a full workspace whe

252252
253253

In guild channels, normal assistant final replies stay private by default. Visible Discord output must be sent explicitly with the `message` tool, so the agent can lurk by default and only post when it decides a channel reply is useful.

254254
255+

This means the selected model must reliably call tools. If Discord shows typing and the logs show token usage but no posted message, check the session log for assistant text with `didSendViaMessagingTool: false`. That means the model produced a private final answer instead of calling `message(action=send)`. Switch to a stronger tool-calling model, or use the config below to restore legacy automatic final replies.

256+
255257

<Tabs>

256258

<Tab title="Ask your agent">

257259

> "Allow my agent to respond on this server without having to be @mentioned"

Original file line numberDiff line numberDiff line change

@@ -44,6 +44,14 @@ For group/channel rooms, OpenClaw defaults to `messages.groupChat.visibleReplies

4444

`openclaw doctor --fix` writes this default into configured-channel configs that omit it.

4545

That means the agent still processes the turn and can update memory/session state, but its normal final answer is not automatically posted back into the room. To speak visibly, the agent uses `message(action=send)`.

4646
47+

This default depends on a model/runtime that reliably calls tools. If logs show

48+

assistant text but `didSendViaMessagingTool: false`, the model answered

49+

privately instead of calling the message tool. That is not a

50+

Discord/Slack/Telegram send failure. Use a tool-call-reliable model for

51+

group/channel sessions, or set

52+

`messages.groupChat.visibleReplies: "automatic"` to restore legacy visible

53+

final replies.

54+
4755

If the message tool is unavailable under the active tool policy, OpenClaw falls

4856

back to automatic visible replies instead of silently suppressing the response.

4957

`openclaw doctor` warns about this mismatch.

Original file line numberDiff line numberDiff line change

@@ -60,11 +60,12 @@ Full troubleshooting: [Telegram troubleshooting](/channels/telegram#troubleshoot

6060
6161

### Discord failure signatures

6262
63-

| Symptom | Fastest check | Fix |

64-

| ------------------------------- | ----------------------------------- | --------------------------------------------------------- |

65-

| Bot online but no guild replies | `openclaw channels status --probe` | Allow guild/channel and verify message content intent. |

66-

| Group messages ignored | Check logs for mention gating drops | Mention bot or set guild/channel `requireMention: false`. |

67-

| DM replies missing | `openclaw pairing list discord` | Approve DM pairing or adjust DM policy. |

63+

| Symptom | Fastest check | Fix |

64+

| ----------------------------------------- | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

65+

| Bot online but no guild replies | `openclaw channels status --probe` | Allow guild/channel and verify message content intent. |

66+

| Group messages ignored | Check logs for mention gating drops | Mention bot or set guild/channel `requireMention: false`. |

67+

| Typing/token usage but no Discord message | Session log shows assistant text with `didSendViaMessagingTool: false` | The model answered privately instead of calling the message tool. Use a tool-call-reliable model, or set `messages.groupChat.visibleReplies: "automatic"` to auto-post. |

68+

| DM replies missing | `openclaw pairing list discord` | Approve DM pairing or adjust DM policy. |

6869
6970

Full troubleshooting: [Discord troubleshooting](/channels/discord#troubleshooting)

7071
Original file line numberDiff line numberDiff line change

@@ -777,6 +777,13 @@ Group messages default to **require mention** (metadata mention or safe regex pa

777777
778778

Visible replies are controlled separately. Group/channel rooms default to `messages.groupChat.visibleReplies: "message_tool"`: OpenClaw still processes the turn, but normal final replies stay private and visible room output requires `message(action=send)`. Set `"automatic"` only when you want the legacy behavior where normal replies are posted back to the room. To apply the same tool-only visible-reply behavior to direct chats too, set `messages.visibleReplies: "message_tool"`; the Codex harness also uses that tool-only behavior as its unset direct-chat default.

779779
780+

Tool-only visible replies require a model/runtime that reliably calls tools. If

781+

the session log shows assistant text with `didSendViaMessagingTool: false`, the

782+

model produced a private final answer instead of calling the message tool.

783+

Switch to a stronger tool-calling model for that channel, or set

784+

`messages.groupChat.visibleReplies: "automatic"` to restore legacy visible final

785+

replies.

786+
780787

If the message tool is unavailable under the active tool policy, OpenClaw falls back to automatic visible replies instead of silently suppressing the response. `openclaw doctor` warns about this mismatch.

781788
782789

The gateway hot-reloads `messages` config after the file is saved. Restart only when file watching or config reload is disabled in the deployment.