Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(chat): surface a failed-turn bubble with Retry instead of swallowing chat errors

open#2804CedarCopilot

CedarCopilot wants to merge 1 commit into staging from fix/chat-failed-message-retry

5 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • addedapps/mail/modules/cedar-os/__tests__/chatComponents/FailedMessageRenderer.test.tsx+65-0
  • addedapps/mail/modules/cedar-os/__tests__/store/agentConnection/agentConnectionSlice.failedMessage.test.tsx+182-0
  • modifiedapps/mail/modules/cedar-os/src/store/agentConnection/agentConnectionSlice.ts+119-9
  • addedapps/mail/modules/cedar-os/src/store/messages/renderers/FailedMessageRenderer.tsx+60-0
  • modifiedapps/mail/modules/cedar-os/src/store/messages/renderers/initializeMessageRendererRegistry.tsx+2-0