v0.6.3
rapidaai/voice-aiv0.6.3Oct 9, 2024by MightyMoud
AI Summary
Fixes idempotency issues in the initialization process, allowing users to safely re-run `sidekick init` on the same server and handle new server addresses with optional non-interactive mode.
Key Highlights
- Fixed idempotency for sidekick init
- Allows re-running init on the same server without errors
- Added prompt to override setup for new server addresses
- Added -y flag to skip confirmation prompts
New Features
- Idempotent initialization
- Non-interactive mode support
- Build-time version control
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