Bug Fixes
- Auto-restart worker on version mismatch (#484): When the plugin updates but the worker was already running on the old version, the worker now automatically restarts instead of failing with 400 errors.
Changes
/api/versionendpoint now returns the built-in version (compiled at build time) instead of reading from diskworker-service startcommand checks for version mismatch and auto-restarts if needed- Downgraded hook version mismatch warning to debug logging (now handled by auto-restart)
Thanks @yungweng for the detailed bug report!