Skip to content

v1.22.1

Choose a tag to compare

@github-actions github-actions released this 20 Sep 15:00
· 111 commits to main since this release

Fixed

  • Pass --add-dir to agy so it knows which directory it is reviewing.
    Without it the model received no workspace context and hallucinated paths
    like /home/user/repo, failing every review that tried to list or edit
    files. Especially visible with --jobs where the review runs in a
    worktree the CLI has never seen before.

  • Kill the agent's process group on the normal exit path, not only on
    timeout and cancel. A grandchild that outlived the agent (a background
    task, a language server) no longer survives as an orphaned process.

  • Sweep slash-separated lane branches (gauntlet/<tag>/lane-*) on cancel,
    not only dash-separated ones. A cancelled --jobs run no longer leaves
    leftover branches behind.