You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queued message workflow — per-session FIFO queue with edit/save/delete controls in the composer so you can line up multiple drafts while a run is in progress.
Pending message IPC hooks — renderer now subscribes to queue updates via subscribePendingSessionMessages/getPendingSessionMessages, keeping UI state and persisted drafts in sync across restarts.
Changed
Composer history navigation — arrow-key history now integrates with the queued drafts, restoring text, attachments, and metadata exactly as saved.
Auto-dispatch after runs — the next queued draft is automatically sent as soon as the active agent loop finishes, reducing manual resend steps in multi-stage workflows.
Fixed
Draft/attachment desync — queue + history state now share a single source of truth, preventing stale attachments or mismatched drafts when editing/sending messages rapidly.