Bug: Gateway re-delivers old messages after lane contention (#58443)
Running 2026.4.15 (latest). Seeing old assistant messages being re-delivered into Telegram group chats as if they're new — hours after they were originally sent.
What happens:
• Session runs with multiple subagents (parallel analysis work)
• Gateway logs show "lane wait exceeded" warnings (one subagent lane waited 152s, main lane waited 13s)
• After contention clears, an old assistant response (already delivered hours ago) gets re-sent to the channel
• No stale messages in any queue or pending files on disk — appears to be in-memory during lane drain
Impact: Old analysis documents (~15,000 words) suddenly appear in group chat as if freshly generated. User has to manually flag them as stale. Agent has no way to distinguish re-delivered messages from fresh ones.
Environment: Linux, Node v22.22.0, Telegram group chat, Anthropic claude-opus-4-6
Already added reproduction details + version confirmation to GitHub issue #58443. Anyone else seeing this on 2026.4.15?