Skip to content →

Changelog

New updates and improvements to Linear.


Linear Diffs

Agents generate large volumes of code, but individuals are still accountable for the changes that merge. This leads to a lot of review work, and the capability and performance of traditional review tools hasn't kept up.

Today, we're releasing Linear Diffs to make reviewing code a fast and fluid experience native to Linear.

You can now review diffs from any issue with a PR, iterate on further changes with agents, and ship code from Linear. All reviews in Linear sync back to GitHub, so the current state of review work is always clear.

main diffs ui showing code changes and a file list

Guided reviews (beta)

Guided reviews help you efficiently review large PRs. When you view a diff in this format, you'll see the core of change first, so you don't have to dig for an entrypoint.

Each section of diffs has an explanation — starting with what the change is, then moving into its consequences. Guided reviews separate out glue code and secondary changes so you can stay focused on what matters. This style of review makes it much easier to move through large changes in a single sitting.

Guided reviews are free during beta and available for Linear customers on Business and Enterprise plans.

guided review with an explanation and file selection on the left, and the diffs on the right

Review Inbox

Staying on top of reviews is easier when review notifications live alongside the rest of your work. Linear notifies your Inbox for work like review requests, your approved PRs, and comment mentions. You can set up additional real-time desktop, Slack, email, or mobile notifications.

We've also added a dedicated Reviews tab in your sidebar so you can see all your review work at once. The default focus ordering sorts reviews by what’s closest to shipping, so the work that needs your attention most rises to the top.

Reviews dedicated tab showing what needs your input

Reviewing code

When a review calls for changes, keep iterating from the diff surface with a background coding agent. Agent changes update the diff in real-time, so you don't need to check out the branch locally for every small tweak.

Diffs is responsive when reviewing even very large PRs. You can view unified or split diffs, enable line wrapping and structural highlighting, and choose custom code themes.

Making changes with agents in a diff

Linear Diffs is available now on all plans. Guided reviews are free during beta and available for Linear customers on Business and Enterprise plans.

Workspace admins can enable Diffs by upgrading Linear's GitHub integration for code access. Then, individual users can choose to review diffs in Linear.

To learn more about why we built Diffs, read Code review should be fast. For more on Diffs functionality, check our documentation.