Changelog
Subscribe to get release notes delivered to your inbox.
- Pull request page redesign: a visual overhaul of the PR page, with a refreshed comments pill and composer and a direct link back to the repository.
- Notification preferences: per-pull-request notification settings and snoozing.
- Paginated PR lists: pull request lists are paginated, with page, filter, and sort state kept in the URL so views are shareable.
- In-app merging: merges are confirmed with an in-app dialog instead of a browser popup, and applying suggestions back to GitHub is more reliable.
- UI preview dependencies: the preview agent declares the npm packages it needs instead of a fixed allowlist, so more component libraries render out of the box.
- Stability fixes: fewer scroll jumps and loading flashes across the review screens, and a banner warns when you’re viewing an outdated version of a review.
- Workspaces: organize your repositories and teammates into shared workspaces, each with an inbox that sorts open pull requests by what needs your attention — review requests, your own PRs, and everything you’re watching.
- Sub-clusters: reviewable units now nest. Large clusters break down into smaller dependency-aware sub-clusters, so even sprawling changes read in bite-sized steps.
- Claude cloud agents: dispatch a Claude agent straight from review comments to make the fix for you.
- Markdown preview diffs: block-level highlights in the rendered Markdown preview show exactly what changed.
- Review performance: faster inbox loading, instant comment resolution, and clearer re-review highlighting for new additions.
- Merge candidates: when a PR’s base branch moves ahead, Assert builds a rebased candidate and resolves conflicts for you in an isolated sandbox, then lets you promote it with one click. No local rebase required. Review only what changed relative to the candidate, with anchored hunks so the new work stands apart from the merge itself.
- Rich file previews: SVG, HTML, Markdown, and JSON files render alongside the diff, with slider, blend, and side-by-side comparison controls.
- Comment polish: refreshed selection, count badges, and resolve/reply controls make working through review comments faster.
- Reviewable units: every pull request is broken into compact, dependency-aware clusters so reviewers move through changes in the order they should be read.
- Inline UI previews: before/after renders of UI changes appear alongside the diff, with comments anchored directly to the rendered output.
- Agent traces: see the prompts and agent sessions that produced each change, so reviewer intent is never a mystery.
- Re-review mode: on updated PRs, view only the lines that changed since your last pass, with prior changes subtly highlighted for context.
- Move detection across files: refactors are linked to their source so you don’t read the same code twice.
- Comment rebasing: in-progress comments survive force-pushes. Assert relocates them to the latest commit automatically.
- Live co-viewing presence: see who else is in the review with you, with avatars in the header.