Replies: 1 comment
Enhancement: Market & Feasibility Deep-DiveUrgent: Gemini Code Assist Consumer Sunset (July 17, 2026)The free (consumer) version of Gemini Code Assist on GitHub shuts down July 17, 2026 — effectively now. New installations were already blocked since June 18, 2026. Only the enterprise version continues, at $19/seat/month (Standard) or $45/seat/month (Enterprise). This invalidates option 2 from the proposed direction ("Verify Gemini Code Assist is Developer-Connect-linked across all org repos"). Even if it were linked, the free tier ceases to function. Additionally, Gemini Code Assist was never installed as a GitHub App in Net effect: Gemini Code Assist is no longer a viable free option. Remove it from the free-stack ledger. Sources: Google deprecation notice, Google Cloud pricing page Prior Art: PR-Agent Community Fork Has MaturedSince this Discussion was written, PR-Agent has undergone significant changes:
The community fork is actively maintained (v0.39.0 released July 5, 2025; LiteLLM bumped to v1.84.0). Key differentiator vs. the dev-lead: PR-Agent's Sources: PR-Agent releases, Community governance announcement, PR-Agent docs Updated Options Table
Sources: CodeRabbit pricing (free tier: 200 private reviews/month), Bugbot pricing, AI code review comparison Risk: Multi-Bot Comment FatigueIndustry experience shows that running 2+ AI review bots on the same PR creates "comment fatigue" — developers mute bots entirely, and legitimate findings get buried alongside false positives. One team's retrospective: "We ran 11 AI PR bots and kept 1" (Indie Hackers). The current stack (dev-lead + CodeRabbit + SonarCloud) already has three reviewers. Adding PR-Agent would be a fourth. Mitigation if trialing Option B: Configure PR-Agent with Answering the Open Question
Probably not for The only testable delta is Suggested Next Steps
Success Metrics for Trial (if pursued)
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Idea: trial Qodo Merge / PR-Agent (open source) as a self-hosted PR reviewer on our Claude key
Surfaced while evaluating Cursor Bugbot (dead end — not available on Free plan). The genuinely-new option worth considering is PR-Agent, the open-source engine behind Qodo Merge. It's a different harness from anything we currently run, so it's the only candidate here that isn't already in our advisory-bot stack.
Why it's different from what we already run
Not a monolithic "one bot comments" reviewer. PR-Agent is a command/tool-based pipeline — discrete agent tools invoked per-PR:
/review— bug / security / quality findings (the Bugbot-equivalent)/improve— concrete code-change suggestions/describe— auto-writes the PR description/ask <question>— Q&A against the diff/add_docs,/update_changelog,/testLayered architecture (UI adapters → orchestration → tools → platform abstraction for GitHub/GitLab/Bitbucket/Azure). Runs as a GitHub Action, webhook server, or CLI (enables local
/reviewpre-push). Key trick: a PR-compression strategy that ranks/trims large diffs to fit context — handles big PRs that naive tools choke on.Models — fully model-agnostic via LiteLLM
Routes through a
LiteLLMAIHandler: OpenAI, Anthropic/Claude, Gemini, DeepSeek, Azure, Bedrock, Vertex, local models. Setconfig.model+ drop in the key.claude-opus-4-8/claude-sonnet-5.Cost
Free software (OSS, self-host). Real cost = Anthropic API tokens per review — same cost model as our existing dev-lead pr-review-agent. No SaaS/per-seat fee, no dependency on a paid Cursor/Qodo plan.
Proposed trial
Stand up PR-Agent as a GitHub Action on Claude in one repo and compare its
/reviewoutput head-to-head against dev-lead pr-review-agent. The likely delta worth measuring: polished/improveand/describetools out of the box vs. maintaining our own.Open question
Is there enough delta between PR-Agent's
/review+/improveand our existing dev-lead reviewer to justify maintaining another bot in the fleet — or is this a source of ideas (the/improve,/describe, PR-compression patterns) to fold into dev-lead rather than a bot to adopt?All reactions