mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-01 03:05:55 +00:00
- Move SupportGroupData/SupportContactData from shared Haskell library to bot's own types.ts — library stays generic - Rename grok-specific fields to neutral: agentLocalGroupId, type "agent" - Add lastProcessedItemId for crash recovery instead of tracking all forwarded items - Remove forwardedItems/lastTeamItemByGroup/newItems ephemeral maps - Remove WebSocket ChatClient references — bot uses native ChatApi only - Remove _state.json migration section - Fix state diagram layout (flowchart TD), API signatures, guard ordering