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
feat: add AI coding tool detection with per-tool metrics and VCP display
Detect which AI coding tools (Claude, Copilot, Cursor, Aider, etc.) are
used in commits via Co-Authored-By trailer parsing. Compute per-tool
breakdowns, collaboration rates, and confidence levels. Display in repo
VCPs, unified dashboard, and public profiles with a settings toggle.
- Add AI_TOOL_REGISTRY (11 tools) and identifyAITool() to core engine
- Add AIToolMetrics type, extractAIToolMetrics(), and cross-repo aggregation
- Add ai_tools_json column to vibe_insights via migration
- Store AI tool metrics in Inngest worker pipeline
- Add VCPAIToolsSection component for repo, unified, and public VCPs
- Add show_ai_tools toggle to public profile settings (default: on)
- Add architecture doc, update PRD, methodology page, and pipeline docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments