Skip to content

v0.6.61

Choose a tag to compare

@github-actions github-actions released this 31 Jul 02:31
test: interactive ssh now fires pivot event, update assertions

v0.6.60 changed detectPivot('ssh user@host') from null → interactive
pivot event, but the old assertion still expected null and broke CI.
Replaced with (a) a genuine flag-only null case (`ssh -V`, `ssh -Q`)
and (b) an explicit interactive-ssh test that pins subtype='interactive'
and via=hostname.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>