mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
This update expands the migration functionality in the SettingsService to include the entire data directory, rather than just specific files. The migration now handles all files and directories, including settings.json, credentials.json, sessions-metadata.json, and conversation histories. Additionally, logging has been improved to reflect the migration of all items and to provide clearer information on the migration process. Key changes: - Updated migration logic to recursively copy all contents from the legacy directory. - Enhanced logging for migration status and errors. - Added a new private method, `copyDirectoryContents`, to facilitate the recursive copying of files and directories.