mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 06:52:53 +00:00
Deliver same-session channel replies directly while preserving stale-reply guards. The fix bypasses the announce decider only when the requester and target are the same source channel, carries reply baselines into fire-and-forget follow-up delivery, and keeps history reads best-effort so timeout-zero sends still dispatch. It also includes focused regression coverage for delayed same-session replies, stale snapshots, retry timer caps, and the current strict-null/package-boundary blockers fixed while preparing the PR.