v1.22.1
Fixed
-
Pass
--add-dirtoagyso 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--jobswhere 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--jobsrun no longer leaves
leftover branches behind.