v0.6.3

MightyMoud/sidekickv0.6.3Oct 9, 2024by MightyMoud

AI Summary

Fixed idempotency issue allowing sidekick init to be run multiple times safely, with optional -y flag to bypass confirmation when using a new server address.

Key Highlights

  • Fixed idempotency for sidekick init command
  • Can run init multiple times with same server
  • Added -y flag for new server address confirmation

New Features

  • Idempotent init command - can run multiple times safely
  • Prompt for confirmation when using new server address
  • New -y flag to skip server address confirmation

Full Release Notes

## Summary
- Close https://github.com/MightyMoud/sidekick/issues/20 to fix Idempotency
You can now run `sidekick init` as many time as you want with the same server. If it fails for whatever reason you can try again.
If you try with a new server address you will prompted to accept overriding your server setup. You can skip the prompt by passing a `-y` flag

## Changelog
* 9ba6ed5 Control version at build time
* be9297c fix: Idempotency