What's Changed
* **Submodule Syncing and File Management Enhancements** by [jahwag](https://github.com/jahwag) in [#50](https://github.com/jahwag/ClaudeSync/pull/50)
- Introduced submodules to improve efficiency when working with Claude.ai by reducing context size.
- Added support for syncing customizable file subsets, including options for all files, source code only, production code, test code, and build configurations.
- Enabled chat creation and message sending within a specific project context.
* **Improved Login Process** by [jahwag](https://github.com/jahwag) in [#51](https://github.com/jahwag/ClaudeSync/pull/51)
- Implemented a retry mechanism to mitigate rate limiting during periods of heavy traffic.
- Enhanced the login prompt user experience and enabled session key reuse for smoother authentication.
* **New Upgrade Command** by [jahwag](https://github.com/jahwag) in [#52](https://github.com/jahwag/ClaudeSync/pull/52)
- Added a command to facilitate easy upgrades.
**Full Changelog**: [v0.5.1...v0.5.2](https://github.com/jahwag/ClaudeSync/compare/v0.5.1...v0.5.2)