You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prometheus metrics — Built-in HTTP endpoint (GET /metrics) exposing
VM state and USB accessory count. Enable with metrics.enabled: true in
your config. Scrape with Prometheus and feed into Grafana dashboards or
alerting rules. Includes a /health endpoint for liveness checks.
Shell completions — bash, zsh, and fish completions via Homebrew's generate_completions_from_executable. Works out of the box with no
config changes.
Smaller binary — Release binary is ~2.2 MB (was ~4.5 MB). Symbol
tables are stripped before codesigning.
Internal
Bumped swift-metrics and swift-prometheus to latest versions
Removed redundant example config file (README is the canonical reference)