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
feat(cli): unify image and text attachments into PendingAttachment type
- Create unified PendingAttachment discriminated union with kind: image | text
- Replace separate pendingImages/pendingTextAttachments with single pendingAttachments array
- Add capturePendingAttachments() unified capture function
- Update message queue to use attachments: PendingAttachment[]
- Fix text attachment sending bug where attachments were not sent with messages
- Fix /init edge case where text attachments were dropped during streaming
- Consolidate chat-store methods to have compat APIs delegate to canonical functions
- Remove unused PendingImagesBanner and PendingTextBanner components
- Remove deprecated capturePendingImages and capturePendingTextAttachments functions
- Inline preservePendingAttachments helper in chat.tsx
- Add missing type guard for text attachment filter in PendingAttachmentsBanner
- Rename add-pending-image.ts to pending-attachments.ts
- Create shared AttachmentCard base component for consistent card styling
0 commit comments