about summary refs log tree commit diff
path: root/src/state/messages/__tests__/convo.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* [🐴] Clean up after deleting message (#3950)Eric Bailey2024-05-101-0/+2
| | | | | * Clean up after removal * Remove console
* [Clipclops] All my clops gone (#3850)Eric Bailey2024-05-061-6/+10
| | | | | | | | | * Handle two common errors, provide more clarity around error states * Handle failed polling * Remove unused error type * format
* [Clipclops] External store, suspend/resume (#3829)Eric Bailey2024-05-021-0/+4
| | | | | | | | | | | | | * Initial working external store * Clean up WIP, explore suspend/resume * Clean up state, bindings, snapshots, add some logs * Reduce snapshots, add better logic check * Bump interval a smidge * Remove unused type
* Retry clops (#3800)Eric Bailey2024-05-011-0/+57
* Add convo retries, sketch out tests * Only append nextMessage to messages * Remove debug code