Summary
"Exec completed" system message causes duplicate user message processing, resulting in duplicate replies to users.
Steps to reproduce
- Configure Feishu or Telegram channel
- Send a message via the chat platform
- Agent starts a background exec process to handle the request
- Exec process completes, triggers "Exec completed" system message
- System message contains original user message content and re-triggers agent
- Agent processes the same message twice and sends two identical replies
Expected behavior
Agent processes each user message only once and sends a single reply.
Actual behavior
Agent sends two identical replies to the same user message.
OpenClaw version
2026.2.23 (or latest)
Operating system
Ubuntu 24.04
Install method
No response
Logs, screenshots, and evidence
Impact and severity
Who is affected: All users of channels (Feishu, Telegram, etc.)
Severity: Medium - causes user confusion and wastes API tokens
Frequency: Every time an exec process completes during message handling
Additional information
"Exec completed" system event should not carry user message content to re-trigger the conversation, or should be clearly marked as a system event rather than a user message.
Summary
"Exec completed" system message causes duplicate user message processing, resulting in duplicate replies to users.
Steps to reproduce
Expected behavior
Agent processes each user message only once and sends a single reply.
Actual behavior
Agent sends two identical replies to the same user message.
OpenClaw version
2026.2.23 (or latest)
Operating system
Ubuntu 24.04
Install method
No response
Logs, screenshots, and evidence
Impact and severity
Who is affected: All users of channels (Feishu, Telegram, etc.)
Severity: Medium - causes user confusion and wastes API tokens
Frequency: Every time an exec process completes during message handling
Additional information
"Exec completed" system event should not carry user message content to re-trigger the conversation, or should be clearly marked as a system event rather than a user message.