What's Changed
Live mode: Chrome DevTools cookies
crit live can pull upstream session cookies from a local Chrome debugging endpoint (--cdp-url or live_cdp_url in config). Manual --cookie values still win when names collide.
- feat: reuse Chrome DevTools cookies in crit live (#706) by @tomasz-tomczyk in #706
Range mode: working changes and stack orientation
- feat: add virtual working changes entry in commit picker (#708) by @tomasz-tomczyk in #708 - Thank you @omry for suggesting!
- feat: add stack popover orientation cues for issue 537 (#710) by @tomasz-tomczyk in #710 - Thank you @omry for suggesting!
General
- fix: route bare GitHub PR URLs to range mode (#705) by @tomasz-tomczyk in #705 - Thank you @hitochan777 for reporting!
- fix(claude-code): restore trigger clause in crit skill description (#711) by @prateek in #711 - Thank you!
- chore: align printHelp output (#707) by @pqppq in #707 - Thank you!
- fix: block share/fetch/unpublish CLI when proxy_auth is enabled (#712) by @tomasz-tomczyk in #712 - Thank you @jbrooksbartlett for raising!
- fix: sync session memory after UI comment pull (#713) by @tomasz-tomczyk in #713 - Thank you @jbrooksbartlett for raising!
- fix: address v0.17.0 post-release audit findings (#714) by @tomasz-tomczyk in #714
- fix: dedupe review comments to prevent duplicate edit forms (#717) by @tomasz-tomczyk in #717
- fix: filter virtual compare target and bump claude-code plugin version (#716) by @tomasz-tomczyk in #716
- docs: clarify cleanup_on_approve default and /crit usage (#709) by @tomasz-tomczyk in #709
Internal refactors
- chore: pin golangci-lint in mise and auto-enable git hooks in worktrees (#715) by @tomasz-tomczyk in #715
New Contributors
Full Changelog: v0.17.0...v0.17.1