OpenClaw's Latest Challenges: Session Isolation, Channel Reliability, and Performance Bottlenecks
The OpenClaw project continues to evolve rapidly, as evidenced by a concentrated burst of issue activity within a recent six-hour window. This period highlighted several critical areas demanding immediate attention, ranging from fundamental session isolation and channel reliability to persistent performance bottlenecks and the complexities of multi-agent orchestration. The issues underscore the challenges of building robust, scalable AI agent platforms that deliver consistent and predictable experiences across diverse environments and user interactions.
Open Issues
During this window, a significant number of issues were reported or updated, many pointing to core architectural challenges:
- #77292 · [Bug]: Subagent/parent delivery context leaks across users in same Telegram bot DM (regression of #62306): This high-severity bug indicates a regression where
deliveryContextis not properly isolated per Telegramchat_id, leading to cross-chat contamination. It's a direct re-emergence of a previously