Releases: created-by-varun/gyst
Releases · created-by-varun/gyst
Release v0.1.2
What's New in v0.1.2
Server Mode Implementation
- Added server-based architecture for AI operations
- Implemented cloud service at https://gyst-cli.vercel.app
- Added configuration option to toggle between server and direct API modes
- Updated server URL to production endpoint
- No API key required by default - uses server mode out of the box
CLI Enhancements
- Added shorthand alias 'c' for the commit command
- Added push option (-p) to automatically push after committing
- Improved help text with detailed server mode information
- Improved error handling and user feedback
Branch Health Analysis
- Added branch health analysis functionality
- Implemented commands to analyze local and remote branches
- Added metrics for branch age, activity, and status
Documentation
- Updated README with new features and options
- Added detailed API documentation
- Improved command descriptions for clarity
Release v0.1.1
What's Changed
- feat: improve change detection for commit and suggest commands
- Added check for any changes (staged or unstaged) in repository
- Show clear message when no changes are found
- Improved user experience by providing clearer feedback