v0.6.3
openclaw/wacliv0.6.3Oct 9, 2024by MightyMoud
AI Summary
Fixes an idempotency issue in `sidekick init` that previously prevented safe re-initialization, now allowing users to run the command multiple times or switch servers with a confirmation prompt.
Key Highlights
- Fixed Idempotency issue
- Can now run sidekick init multiple times
- Prompt for overriding server setup on new address
- Added -y flag to skip prompt
New Features
- Idempotent initialization
- Confirmation prompt for server override
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