Skip to content

Releases: created-by-varun/gyst

Release v0.1.2

01 Mar 16:25
2a2623d

Choose a tag to compare

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

23 Feb 13:22

Choose a tag to compare

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