@dakshgup: introducing t-rex with t-rex enabled, greptile doesn't just review your PR, it runs your branch in a sandbox to find bu…
Summary
Greptile launches T-Rex, a feature that runs your branch in a sandbox to find bugs by mocking API calls, clicking around the UI, and running unit tests, catching ~20% more bugs than base Greptile.
View Cached Full Text
Cached at: 06/15/26, 07:06 PM
introducing t-rex
with t-rex enabled, greptile doesn’t just review your PR, it runs your branch in a sandbox to find bugs.
it mocks api calls, clicks around the UI, and writes + runs unit tests
in our benchmarks, it caught ~20% more bugs than base greptile. most of the new bugs caught could not have been caught with more inference, they required code execution.
t-rex is available in beta to all greptile users
Similar Articles
TREX: An AI code reviewer that runs your code
Greptile introduces TREX, an AI code reviewer that executes code and detects runtime bugs, going beyond static analysis by spinning up parallel agents to investigate issues and generate artifacts like screenshots.
@RayFernando1337: The bugs that cause churn almost never show up in a diff, and you only really catch them when you stop reviewing code a…
A developer shares a workflow using Cursor's Opus 4.8 Max Thinking model with subagent harness, and introduces a GitHub repository with installable skill files for AI coding agents, including a 'running-bug-review-board' skill that performs live QA testing.
@dabit3: This is a native feature of @DevinAI and ships (optionally) with every PR!
Devin AI now natively supports automated end-to-end testing and video recording after creating a PR, sending a recorded screen capture to reviewers for quick verification.
tirth8205/code-review-graph
code-review-graph is a Python tool that builds a structural map of code using Tree-sitter, tracks incremental changes, and provides precise context to AI coding assistants via MCP, significantly reducing token usage during code review tasks.
@gdb: Codex can now perform a security review of every GitHub pull request, leaving findings inline. Part of an overall initi…
OpenAI is introducing Codex Security Review in research preview, which automatically reviews GitHub pull requests for security issues and leaves inline findings, part of an initiative to use AI models to improve code security.