It’s a native macOS AI chat client. I started it last year and didn’t think much about data synchronization. I didn’t want to store user’s data server side for better user privacy. So I decided to store all chats in a local SQLite database.
It works well but unfortunately without a sync engine, users won’t be able to continue the chat from a different machine.
Hey. I've released the fix for this (v1.25.2). You can enable or disable it by using the chat textfield's context-menu (Right-click on the textfield, read more below)
It’s a native macOS AI chat client. I started it last year and didn’t think much about data synchronization. I didn’t want to store user’s data server side for better user privacy. So I decided to store all chats in a local SQLite database.
It works well but unfortunately without a sync engine, users won’t be able to continue the chat from a different machine.
I’m working on supporting cloud sync now.