Skip to main contentv2.3.0Mar 16, 2026
Added
-
CST analysis
- Syntax structure analysis is now enabled by default for all files on the canvas
- New depth filter panel lets you control which syntax node types appear at minimap and ultramap zoom levels
- Visible node counts show how many syntax nodes of each type are currently on screen
-
Workspace search
- Search across your entire codebase with Cmd+F — find files by path or search content across all files
- Matching files and folders are highlighted directly on the canvas
- Navigate between matches with keyboard shortcuts
-
Smooth viewport animations
- Navigating to files, fitting the view, and zooming to the cursor now animate smoothly instead of jumping instantly
- Toggle smooth zoom on or off in the navigation settings
Fixed
-
Destructured import resolution
- Destructured dynamic imports (e.g.,
const { foo } = await import('./bar')) now resolve to named dependency edges instead of anonymous ones
v2.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