Skip to content

v0.8.2 - SSE Reliability & Message Sync

Latest

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 27 Jan 14:52
· 3 commits to main since this release

v0.8.2 - SSE Reliability & Message Sync

Bug Fixes

  • Cloudflare 524 Timeout Fix: Added SSE heartbeat (60s interval) to prevent proxy timeouts on idle connections
  • Message Desync Fix: Switched to synchronous /message endpoint for reliable message delivery during sub-agent tasks
  • Optimistic Update Race Conditions: Properly cancel pending queries before applying optimistic updates
  • Network Error Handling: No longer clears optimistic messages on network failures

Technical Improvements

  • SSE heartbeat listener in frontend to acknowledge keep-alive signals
  • Invalidate message queries on cache miss instead of setting empty data

Upgrading

If you're using Docker, pull the latest image:

docker pull ghcr.io/chriswritescode-dev/opencode-manager:latest

Full changelog: v0.8.1...v0.8.2