Commit graph

5 commits

Author SHA1 Message Date
f7d5e6cca5 chore(deps): update dependency @types/node to v22.19.19 2026-05-22 08:38:44 +00:00
0cce8f957e chore(deps): update dependency tsx to v4.22.3 2026-05-22 08:05:26 +00:00
7173a446a6
feat(wrapper): spawn daemon on Linux when hibernated
On non-darwin platforms, the wrapper now attempts to spawn the daemon
via 'iai-mcp daemon start' (which uses systemctl --user start) when
the daemon socket is unreachable. This allows the daemon to wake from
hibernation automatically instead of only writing wake.signal as a
passive marker.

If spawn fails (binary not found, systemd unavailable), falls back to
writing wake.signal for future daemon boots.
2026-05-14 18:05:05 +02:00
91d67b2e12
refactor: opencode 2026-05-12 16:45:15 +02:00
Areg Noya
f6b876fbe7 Initial release: iai-mcp v0.1.0
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: XNLLLLH <XNLLLLH@users.noreply.github.com>
2026-05-06 01:04:47 -07:00