Features
- Side-by-side (split) diff view — Toggle between unified and split layout in the diff panel. Split view renders base on the left, head on the right with full interactive comment support. Preference persists across sessions. (#41)
- Deterministic diff hunk assignment — Diff hunks are now assigned to slides deterministically from the actual PR patch data instead of being AI-generated, improving accuracy and consistency. (#40)
- Optional review suggestions — Review focus (reviewFocus) is now optional at generation time, allowing slides without review suggestions. (#39)
- Devbox and direnv setup — Added reproducible dev environment via devbox/direnv with setup docs. (#37)
Fixes
- Cap mermaid diagram height in slide view to prevent layout overflow. (#38)