惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
B
Blog
J
Java Code Geeks
T
Tailwind CSS Blog
腾讯CDC
A
About on SuperTechFans
GbyAI
GbyAI
H
Help Net Security
IT之家
IT之家
L
LangChain Blog
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
博客园 - 叶小钗
小众软件
小众软件
I
InfoQ
爱范儿
爱范儿
有赞技术团队
有赞技术团队
博客园 - 司徒正美
博客园 - 【当耐特】
Jina AI
Jina AI
D
Docker

Graphite blog

Introducing Cursor Cloud Agents in Graphite Building the future of software development with Cursor Reimagining the PR Page: Designing for speed and focus Graphite changelog [11-20-2025] Graphite changelog [11-04-2025] Graphite changelog [10-16-2025] The future of engineering is collaborative (and already here) Meet Graphite Agent: the next evolution of AI code review Introducing frozen branches: A safer way to build on your teammates’ work Graphite changelog [09-17-2025] How we sped up code search for Graphite Chat Introducing Graphite Chat AI is writing code—here's why it also needs to review that code How I got Claude to write code I could actually ship How we built the first stack-aware merge queue (and why it matters) How we organize our monorepo to ship fast Graphite brings stacking to Tower Code review tooling: Should you build or buy? Making AI code review available to everyone Introducing: The new Graphite + Linear integration Graphite raises $52M and launches Diamond to reimagine code review for the age of AI Why AI will never replace human code review How stacked PRs unblock distributed development teams Graphite is going to Developer Week 2025 Beating the end of year code freeze How Graphite’s eng team ships code remarkably fast Why we chose Anthropic's Claude to power Graphite Reviewer AI code generation will remain fragmented How we redesigned Graphite's landing page in-house Introducing Graphite Reviewer: your AI code review companion
Introducing Code Tours: a new way to review
Peter Stakou · 2026-04-02 · via Graphite blog

Every pull request tells a story. The problem is finding the thread. During reviews, you’re left sifting through PR descriptions, comments, and code changes. This leads to even more scrolling, piecing things together, and, inevitably, losing the plot along the way.

What if there was a continuous path through the work—something closer to having an engineer walk you through their changes, step by step? Now there is. Today, we're excited to introduce Code Tours.

A new way to review code

Code Tours turn a pull request into a guided walkthrough of the proposed code changes. Instead of scrolling between the PR description and a scattered set of changes, you now can move through the code in a clear sequence, with full context in narrative form. 

Graphite makes this work by pulling together everything from the PR—the description, the conversations, the stack, and the code itself—and turning it into a structured readout. Instead of separating explanation from implementation, it brings them together in one artifact. The narrative lives alongside the diff, so you can move through a change without breaking context. The result: faster understanding, with less backtracking.

Code Tours are just getting started. We're shipping a series of fast-follows in the coming weeks to make them even more powerful:

  • Visual artifacts. You'll be able to see the actual visual impact of a change.

  • Test validation. Code Tours will surface the tests that validated the change.

Go deeper without leaving the PR

In addition to Code Tours, we’re also expanding Cursor Agent access to reviewers. Previously, only PR authors could use Cursor Agent to interact with their changes. Now, reviewers can spin up Cursor Agent directly to dig deeper—running scripts, executing tests, and making tool calls—all without leaving their review flow.


Code Tours are a step toward a review experience that keeps up with you—and preserves flow instead of breaking it. Give Code Tours a try on your next PR and let us know what you think.

Related articles