Skip to main contentv2.2.0Mar 12, 2026
Added
-
Split and unified diff views
- Review changes in either split or unified mode on the canvas
Split diff view on the canvas
- Collapse unchanged lines and choose how many context lines stay visible around each change
Collapsed unchanged lines with context controls
- LSP analysis now works correctly in both split and unified diff modes, including function highlights and symbol connections
LSP analysis with function highlights and connections
- Dependency edges account for collapsed unchanged lines and continue pointing to the correct location in the file
-
Pull request viewing
- Open pull requests and preview PR changes on the canvas in context
Pull request changes preview on the canvas
- Clicking a PR temporarily replaces the displayed local changes with that PR's changes, and closing the PR restores the local changes view
v2.1.0Mar 04, 2026
Initial Release
- Load and visualize repos from GitHub or local directories
- Codebase visualization — files, folders, and dependencies on the canvas
- Expand and collapse folders on the canvas to see dependencies across all files in the module
- Layout algorithm with customization options
- Highlight backwards dependency edges to spot circular or misplaced imports
- See local file changes in real time