• v0.4.7 1d46159340

    Ghost released this 2026-03-22 07:46:44 +00:00 | 121 commits to dev since this release

    DispatchInput now accepts Pipeline []PipelineStep for follow-up steps.
    On agent completion, the next step auto-dispatches with {{.Findings}}
    replaced by the previous agent's output. Enables:

    dispatch(review) → auto(fix with findings) → auto(verify)

    WorkspaceStatus stores NextSteps for the completion handler.

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

    Downloads