bolt.diy/app/components/chat/chatExportAndImport
Siddharth V 4fd5040355
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
feat: enhance chat import with multi-format support (#936)
* feat: enhance chat import with multi-format support

- Add support for importing chats from different formats:
  - Standard Bolt format
  - Chrome extension format
  - History array format
  - Bolt export format
- Add Import Chats button to Data Management
- Add proper error handling and logging
- Update README with backup/restore feature

* refactor: simplify chat import formats

- Remove multi-format support from DataTab
- Keep only standard Bolt export formats
- Simplify ImportButtons to handle standard format only
2025-01-07 16:46:42 +02:00
..
ExportChatButton.tsx Small-cleanup-of-base-chat-component 2024-11-25 09:43:34 +02:00
ImportButtons.tsx feat: enhance chat import with multi-format support (#936) 2025-01-07 16:46:42 +02:00