You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New AI engine: Replaced MCP server architecture with GitHub Copilot SDK (@github/copilot-sdk). No more Docker containers or separate processes — the SDK runs directly inside the extension.
Smart fallback chain: Copilot SDK → BYOK (bring your own key) → GitHub Models API → local-only analysis. If one tier is unavailable, the next kicks in automatically.
Custom tools via defineTool + Zod: Five purpose-built tools the SDK agent uses to analyze repositories.
Webpack ESM bundling: Solved @github/copilot-sdk being ESM-only with /* webpackIgnore: true */ on dynamic imports.
🤖 Agent & Bot Detection
detectBot(name, email) helper: Identifies bot and agent contributors (Dependabot, Copilot, Renovate, etc.) from commit metadata.
Visual distinction: Bot contributors get gray expertise bars and a 🤖 badge instead of the standard color scheme.
Why it matters: As AI agents commit more code, you need to know which expertise is human and which is automated.