Skip to content
| Marketplace
Sign in
Visual Studio>Tools>AI Contribution Tracker
AI Contribution Tracker

AI Contribution Tracker

David Exterman

|
6 installs
| (0) | Free
Tracks AI-generated code contributions by detecting agentic AI edits and tagging commits with "Impacted by AI" markers using global git hooks. Uses a 14-signal confidence scoring system to detect AI-assisted code changes.
Download
AI Contribution Tracker

AI Contribution Tracker

Track and measure your AI coding assistant usage with precision

Visual Studio Marketplace License GitHub Stars Issues

📦 Install · 📖 Documentation · 🐛 Report Bug · 💡 Request Feature · 📊 Platform Dashboard


A Visual Studio extension that automatically detects and tracks AI-generated code contributions. The extension tags commits with AI markers, enabling accurate measurement of AI coding assistant usage across repositories.

📊 Looking for analytics? Check out the AI Contribution Tracker Platform - a complete analytics suite with dashboards, GitHub sync, and team insights.

Core Team

AI Contribution Tracker is a collaboration project by:

Author Author Contributor

@YoavLax

GitHub
LinkedIn

@davidexterman

GitHub
LinkedIn

@GitHub‑Copilot

GitHub
LinkedIn

How It Works

The extension automatically detects when you accept AI-generated code. It supports both Inline Suggestions (ghost text) with deterministic detection, and Agentic AI interactions (Copilot Chat, Inline Chat, Agent Mode) with confidence-based detection.

When an AI suggestion is confirmed:

  1. Detection: For inline suggestions, the extension intercepts the Tab key. For agentic AI, it uses a multi-signal confidence scoring system.
  2. Tracking: It sets a temporary flag in your local git repository.
  3. Git Integration: A custom commit-msg hook is automatically installed in your repository. When you commit your changes, this hook checks for the flag and appends an "Impacted by AI" footer to your commit message.

Features

  • Inline Suggestion Tracking: Deterministic, zero false positives. Tracks Tab, Ctrl+Right (word), and Ctrl+Shift+Right (line) acceptances.
  • Agentic AI Detection: Confidence-based scoring system detects Agent Mode, Chat Apply, and autonomous code insertions.
  • Configurable Threshold: Adjust the confidence threshold (50-100%) to balance detection vs false positives.
  • Marker Consolidation: When both inline and agentic AI are used before a commit, the message shows "Impacted by AI (Inline + Agentic)".
  • Git Integration: Automatically tags commits that contain AI-generated code with an "Impacted by AI" trailer.
  • Privacy Focused: No code is sent to external servers. All processing happens locally within VS Code and your Git hooks.

Extension Settings

This extension contributes the following settings:

  • copilotInsightTracker.agenticConfidenceThreshold: Minimum confidence percentage (50-100) to mark as agentic (default: 70).

Agentic Detection Signals

The confidence scoring system uses 14 signals to detect AI-generated code.

Changes are only marked when confidence exceeds the threshold (default: 70%).

Commit Message Examples

After accepting inline AI suggestions:

feat: add user authentication

Impacted by AI

After Agent Mode changes (with confidence score):

fix: resolve memory leak

Impacted by AI (Agentic - 85% confidence)

After using both inline and agentic in the same session:

refactor: improve performance

Impacted by AI (Inline + Agentic)

Threshold Guidelines

  • 50%: More detections, higher false positive risk
  • 70% (default): Balanced detection, recommended for most users
  • 85%+: Conservative, only marks high-confidence changes

Requirements

  • Visual Studio 2022 (17.0 or later)
  • .NET Framework 4.8
  • Git installed and repository initialized
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft