Environment
- OpenClaw version: 2026.3.23-1
- OS: macOS (Mac mini M4, Apple Silicon)
- Model: kimi/k2p5 (Moonshot Kimi K2.5)
- Channel: webchat (Control UI) + TUI
- Thinking: high then medium
Bug Summary
After tool calls return successfully, the agent produces no user-visible output. The agent run ends silently. User must send a follow-up message to wake the agent, which then responds immediately with new content (not delayed previous output).
Related Issues
Reproduction Steps
- Send request requiring multiple parallel tool calls
- Agent spawns 3-6 parallel tool calls
- All tool results return successfully
- Agent enters thinking phase
- Agent run ENDS - no user-visible text generated
- User sends follow-up message
- Agent immediately responds with complete analysis
Key Observations
- Frequency increases with context size (above 50% utilization)
- Correlated with parallel tool calls (3-6 concurrent results)
- Thinking mode amplifies the issue (high worse than medium)
- Also occurs without tool calls (pure text replies)
- TUI vs Web UI difference - TUI shows thinking status, Web UI disconnects
Timeline (2026-03-24 UTC+8)
- 11:18-11:24: 6 parallel searches -> silence -> user ping -> immediate response
- 11:37-11:39: 3 kimi_search -> silence -> user ping -> immediate response
- 11:52: Simple question -> silence -> user ping -> immediate response
- 12:42-12:43: No tool calls, text reply -> silence (twice in 1 minute)
Workarounds
- reply-guard plugin (before_prompt_build hook injecting prependContext reminder)
- Reduced thinkingDefault from high to medium
- System prompt size reduction by 26%
Hypothesis
Agent loop state machine transitions to terminal state after thinking phase completes, without verifying user-visible output was generated. Related to #5336 root cause.
Environment
Bug Summary
After tool calls return successfully, the agent produces no user-visible output. The agent run ends silently. User must send a follow-up message to wake the agent, which then responds immediately with new content (not delayed previous output).
Related Issues
Reproduction Steps
Key Observations
Timeline (2026-03-24 UTC+8)
Workarounds
Hypothesis
Agent loop state machine transitions to terminal state after thinking phase completes, without verifying user-visible output was generated. Related to #5336 root cause.