Frontend AI triage insights - #1608
Merged
Merged
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Mar 14, 2026
Collaborator
Author
This was referenced Mar 14, 2026
prathmeshpatel
force-pushed
the
evals-ux-improves-3
branch
from
March 14, 2026 21:56
51dae70 to
81e95d2
Compare
prathmeshpatel
force-pushed
the
evals-ux-improves-2
branch
2 times, most recently
from
March 14, 2026 22:24
07b02d3 to
a531920
Compare
prathmeshpatel
force-pushed
the
evals-ux-improves-3
branch
from
March 14, 2026 22:24
81e95d2 to
757cd3e
Compare
prathmeshpatel
force-pushed
the
evals-ux-improves-3
branch
from
March 16, 2026 06:27
757cd3e to
b92cecb
Compare
prathmeshpatel
force-pushed
the
evals-ux-improves-2
branch
from
March 16, 2026 06:27
a531920 to
47fcb94
Compare
prathmeshpatel
marked this pull request as ready for review
March 16, 2026 08:47
prathmeshpatel
force-pushed
the
evals-ux-improves-3
branch
from
March 16, 2026 08:49
b92cecb to
d2323a1
Compare
graphite-app
Bot
changed the base branch from
evals-ux-improves-2
to
graphite-base/1608
March 16, 2026 09:04
prathmeshpatel
force-pushed
the
graphite-base/1608
branch
from
March 16, 2026 09:09
0a6a0f2 to
837c993
Compare
prathmeshpatel
force-pushed
the
evals-ux-improves-3
branch
from
March 16, 2026 09:09
d2323a1 to
c5330a7
Compare
prathmeshpatel
force-pushed
the
graphite-base/1608
branch
from
March 16, 2026 09:10
837c993 to
0d2b831
Compare
prathmeshpatel
force-pushed
the
evals-ux-improves-3
branch
from
March 16, 2026 09:10
c5330a7 to
4d72793
Compare
prathmeshpatel
force-pushed
the
evals-ux-improves-3
branch
from
March 16, 2026 09:10
4d72793 to
e9ecd6b
Compare
Merge activity
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

TL;DR
Added AI-powered failure analysis to CI evaluation runs with automatic classification of failures as regressions, flaky tests, or new failures, plus intelligent triage summaries.
What changed?
ai-insights.tsmodule that classifies test failures by analyzing historical run data across commits to identify regressions (previously passing, now failing), flaky tests (alternating pass/fail patterns), and new failures