Garth / Products / G-IDE
G-IDE G-IDE IDE Extension

Review and fix, in your editor.

G-IDE pulls your pull requests into VS Code. Every review comment lands on the exact line, and you resolve the thread or hand the fix to your AI agent, without ever opening the PR in a browser.

4Providers: GitHub, GitLab, Bitbucket, Azure DevOps
5Agents for Fix with Agent
0Trips to the browser
Pull PRs · Review inline · Resolve threads · Fix with your agent
webhookConsumer.ts prReview.ts QuickPull
40export async function consume(msg) {
41 const data = parse(msg);
421 await handle(data); // no retry
43 ack(msg);
44}
GReview
GReviewguardrail · line 42
Wrap handle() in retry with backoff. Matches your team's resilience standard for consumers.
Resolve Fix with Agent Claude Code

Your PRs, in the editor

Pull requests and merge requests from GitHub, GitLab, Bitbucket, and Azure DevOps, split into yours and everyone else's.

Four providers

Comments on the line

Review threads render as gutter icons and hover cards on the exact lines. Resolve and unresolve without opening the PR.

Right where the code is

Fix with Agent

Hand any comment to Copilot, Claude Code, Codex, Cursor, or Windsurf. Preview the prompt, snapshot safely, get a change summary back.

Comment to fix

The editor you use

Runs in VS Code and the AI-native editors: Cursor, Windsurf, and Antigravity. No new tool to learn.

Where you already work
The switch you skip

Same review. A fraction of the trips.

Acting on one review comment used to span three tools and a browser round-trip. G-IDE keeps the whole loop in the editor.

Without G-IDE3 tools · 6 hops
  1. Open the PR in a browser
  2. Find the file it's about
  3. Jump to the line in your editor
  4. Make the fix
  5. Switch back to the browser
  6. Resolve the thread
With G-IDE1 place · 3 steps
  1. Read it on the line
  2. Fix with Agent
  3. Resolve, right there
3 tools  → 1· 6 hops  → 3· one editor, start to finish
Paired with GReview

GReview's findings, on the line.

GReview governs your pull requests; G-IDE brings that review into the editor. Guardrail flags and review comments land on the exact lines, where you resolve them or hand the fix to your agent, without opening the pull request in a browser.

Explore GReview →
GReview
GReviewcollision risk · line 88
Open PR #479 also edits retryConsumer(). Reconcile before merge to avoid a silent conflict.
Resolve Fix with Agent Cursor

Bring review into your editor.

Pull the PR, read every comment on the line, and fix it with your agent, without leaving VS Code. G-IDE comes with the suite.