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

推荐订阅源

L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
博客园 - 司徒正美
罗磊的独立博客
D
Docker
Last Week in AI
Last Week in AI
爱范儿
爱范儿
M
MIT News - Artificial intelligence
V
V2EX
Google DeepMind News
Google DeepMind News
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
MyScale Blog
MyScale Blog
V
Visual Studio Blog
博客园 - 叶小钗
B
Blog RSS Feed
A
About on SuperTechFans
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
P
Proofpoint News Feed

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/27/2024] 🤝
Stephen Pink · 2024-03-27 · 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

  • Enable/disable Automations comments when editing the automation

  • Added new protections against slow operations to improve uptime

  • 📋 Full CLI changelog

👀 In case you missed it

🗓️ Webinar: Scaling engineering productivity

Join Graphite CEO and cofounder Merrill Lutsky on April 26, as we discuss how the right tools can enable enterprises to codify best engineering practices across your entire org, boosting company-wide engineering velocity and developer satisfaction. RSVP today!

🤖 Automate workflows based on CI pass/fail

It doesn't always make sense to add all reviewers to your PR until you know it passes CI and you're ready for feedback. Or you might want to send yourself a Slack notification if your PR doesn't build. Or, leave a comment reminding the author to merge when CI passes and their PR is approved. 

All of this is now possible with the new CI triggers for Graphite automations! Set up your first automation.

 🔁 Re-run failed CI with one click 

Now officially released to all users, 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 -- it'll save you a few clicks and plenty of time waiting on CI. Try it out on the PR page!

🪄 Write PR titles & descriptions with AI

Focus on coding, not paperwork. Graphite can now write your PR titles & descriptions for you, both in your browser and from your terminal. Available in beta.

You can also do this in the CLI with gt create --ai and gt submit --ai

 🛣️ Make the Graphite mergeability check required

To avoid reviewing a PR that still needs to be rebased, Graphite now shows when you when the PR author should run gt sync && gt submit.

🤝 Seamlessly collaborate on the same stack [beta]

When you’re working with a teammate on the same stack, Graphite can now seamlessly integrate remote changes so you can both work without blocking each other. Previously both authors had to go through unnecessary merge conflict resolution, which Graphite now automates!

So you can do gt get, make your changes, and gt sync without worry.

Update: this is now available in the general CLI release. See the full changelog.

🏎️ Merge faster with the Graphite merge queue [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 substantially 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