Skip to content

v0.4.1

Choose a tag to compare

@karlkfi karlkfi released this 24 Jul 16:56

What's changed

  • fix(stop-hook): stop treating pr-link records as PR ownership (#22). The Stop hook treated every pr-link transcript record as a PR the session opened, so a session that merely viewed or commented on someone else's PR was repeatedly blocked with a demand to launch a watcher for it. Ownership is now derived from a gh pr create correlated with the PR URL in its own output, plus any PR the session launched a watcher for — pr-link records are ignored. Sessions that only touch foreign PRs are no longer falsely blocked, while the backstop for resumed sessions with an unwatched own PR still works.

Full changelog: v0.4.0...v0.4.1