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
fix: revert to processing one queued message at a time
Backend should process messages one at a time, allowing each message to trigger a full task cycle with LLM interaction. The UI fix (checking messageQueue.length > 0) prevents race conditions by ensuring new messages queue during drain.
0 commit comments