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: address PR review feedback for queued messages
- Export `enqueue` from `createChatRunService`
- Provide empty metadata block to runs created via legacy `/api/chat` to populate `conversationId`
- Mark `nextRun.status = 'starting'` before invoking async preflight in `maybeStartNext` to prevent a race condition
- Update `ChatComposer.tsx` to not short-circuit submit when streaming
- Add `chat.queue` to `Dict` and all locales for the Queue button text
0 commit comments