v0.50.1 hotfix
Release v0.50.1
Mar 30, 2026
Agent service startup fix for macOS and Linux, plus Hyper-V migration stability.
Improved
- Windows service restart now uses the native Service Control Manager instead of shell commands for more reliable restarts.
Fixed
- Fixed agent failing to start on macOS and Linux when launched as a system service (launchd/systemd) — the agent now correctly runs in service mode on all platforms.
- Fixed monitoring auto-restart triggering repeatedly for services that couldn't be found — restarts now only happen when a service actually stops.
- Fixed a database migration error during Hyper-V setup when the table already existed.
Agents running on macOS (via launchd) or Linux (via systemd) could fail to start due to a missing service mode implementation. This update fixes that and also prevents monitoring restart spam when a watched service name doesn’t match an installed service.