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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
罗磊的独立博客
月光博客
月光博客
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
美团技术团队
Y
Y Combinator Blog
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
B
Blog RSS Feed
V
Visual Studio Blog
MyScale Blog
MyScale Blog

Graphite blog

Introducing Code Tours: a new way to review 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
Graphite changelog [3/13/2024] 🚁
Stephen Pink · 2024-03-13 · via Graphite blog

Here's everything new in Graphite in the last two weeks! If you haven't already, chat with our team in our Slack community and sign up for a Graphite account today.

⚙️ Fixes and improvements

  • CLI release 1.2.8 (full changelog + highlights below)

  • Let AI write your PR titles & descriptions using gt create --ai [BETA]

  •  gt create will now replace slashes in commit messages when inferring branch names, and will convert uppercase letters to lowercase (configurable)

  • New --edit-title and --edit-description flags to gt submit to allow for editing the PR title and body. --no-edit-title and --no-edit-description can be used to skip the prompts for each. 

  • Fixed an issue resulting in certain commands failing when using a YubiKey-protected SSH key.

  • Fixed gt demo on Windows

  • Better dashboard performance when working with very tall stacks

🗓️ RSVP to live session with Graphite CTO & cofounder (March 20)

Join Graphite's cofounder, Greg Foster, and Graphite's CLI creator, Jacob Gold, for an hour dedicated to teaching the core Graphite workflow, showcasing upcoming features, and Q&A.

Whether you're new to stacking or looking to sharpen your skills, this session is tailored for you. RSVP here!

🚥 Quicker review actions on the pull request page 

We've updated the Review Bar on the pull request page to make the actions you can take as a reviewer more clear. Try it out! 

🔁 Re-run only failed CI with one click 

A hotly-requested feature, easily re-run only the failed jobs when CI is failing on a PR (instead of all jobs). This is especially helpful if you have a few flaky tests you need to run a few times before they pass -- it'll save you a few clicks and plenty of time waiting on CI.

This is rolling out to users gradually over the coming week 🔜

🥞 Reorganized & improved stack visualization 

We've reorganized the information shown at the top of each PR to improve your experience reviewing code. The PR title, description, and stack information are now capped to a max width and centered for better readability on wide screens.

And the PR's stack is now front and center, giving you immediate context about how the current PR you're viewing fits in with the rest of the stacked changes.  Check it out on the PR page!

😎 See when CI is failing downstack

When CI fails on a PR in a stack, it can affect the status of all the changes above it ("upstack"). And now when you're reviewing one of those relevant PRs, you'll see an indicator if CI failures are a result of issues in a PR lower in the stack! Try it out on the PR page.

🏎️ Speed up your merge queue with parallel CI (BETA) 

We know how frustrating it can be waiting for CI to pass so that your PR can merge. The Graphite merge queue now supports running CI for multiple PRs in parallel. This substantively speeds up time to merge and makes it so your users get your features faster.

Currently rolling out in beta; if you want access, and haven't already, please fill out this form to be a part of the beta. 


New to Graphite or creating smaller, stacked pull requests? Sign up today!

Related articles