• v0.4.4 4329bd7f27

    Ghost released this 2026-03-22 02:32:17 +00:00 | 184 commits to dev since this release

    writeStatus("running") was after cmd.Start(), so rapid sequential
    dispatches all saw 0 running. Now writes status immediately after
    the concurrency check passes, before spawning. Updates with PID
    after start. Reverts to "failed" if spawn fails.

    Co-Authored-By: Virgil virgil@lethean.io

    Downloads