1.5
Stable releaseCurrent stable2026-05-26Daisy can now start automatically when you log in to your Mac. One command sets it up; she'll run quietly in the background, restart herself if she crashes, and stay out of your way. The setup script is cleaner, there's a proper changelog file (this one), and the API has a "are you alive?" check so other tools can watch Daisy.
Technical details
tools/launchd_setup.py—install/uninstall/statuscommands- Writes
~/Library/LaunchAgents/com.daisy.assistant.plist,KeepAlive=true, 10s throttle, logs to~/.daisy/logs/ setup.shrewritten — Python version check, Keychain hints, permissions snapshot, default-config writerGET /api/health—{"status":"ok","version":"1.5","ts":...}GET /api/version-history— full 0.5 → 1.5 list- 9 new tests (launchd plist generator + health/version endpoints)
- 198/198 tests passing