What’s Changed
Resizable sidebars
The file-tree panel and the comments panel both have drag handles on their inner edge. Widths persist across runs (consolidated into a single crit-settings cookie alongside the other UI prefs).
- feat: resizable file-tree and comments-panel sidebars by @tomasz-tomczyk in #422 — Thanks @hbogaeus for suggesting!
General
- feat: print “Next round” command on review exit + restructure agent prompts by @tomasz-tomczyk in #421
- feat: consolidate settings cookies, restore update dismiss by @tomasz-tomczyk in #418
- docs: add SECURITY.md by @tomasz-tomczyk in #420
- fix: confirm before discarding non-empty comment draft on Escape by @tomasz-tomczyk in #415
- fix: prevent review comment form re-opening pre-populated after submit by @tomasz-tomczyk in #419
- fix: skip stack autodetect in file mode; remove CRIT_NO_AUTODETECT by @tomasz-tomczyk in #423
- fix: route crit comment –json bulk to alt review file by reply ID by @tomasz-tomczyk in #424
Internal refactors
- chore(deps-dev): bump eslint from 10.2.1 to 10.3.0 by @dependabot in #416
- chore(deps-dev): bump stylelint from 17.9.0 to 17.9.1 by @dependabot in #417
Full Changelog: https://github.com/tomasz-tomczyk/crit/compare/v0.10.3…v0.10.4
Contributors