mirror of
https://github.com/different-ai/openwork
synced 2026-05-14 19:16:24 +02:00
* fix(session): hide reverted messages immediately Apply session.revert.messageID as a UI visibility boundary and update local session state from revert/unrevert responses so undo/redo takes effect without waiting for SSE. * fix(session): abort before undo/redo Attempt session.abort before revert/unrevert to avoid 'Session is busy' errors when local status is stale.