Skip to content

Latest commit

 

History

History
100 lines (63 loc) · 3.8 KB

File metadata and controls

100 lines (63 loc) · 3.8 KB

GitHub Copilot Token Tracker

AI Engineering Fluency

Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Studio, and the command line. All data is read from local session logs — nothing leaves your machine unless you opt in to cloud sync.

Build

Supported AI engineering tools

  • VS Code + GitHub Copilot (Stable, Insiders, Exploration)
  • VSCodium / Cursor
  • GitHub Copilot CLI
  • OpenCode + GitHub Copilot
  • Crush + GitHub Copilot
  • Claude Code (Anthropic)
  • Claude Desktop Cowork (Anthropic)
  • Visual Studio + GitHub Copilot

Pick your tool

🖥️ VS Code Extension (Chromium)

Real-time token usage in the status bar, fluency score dashboard, usage analysis, cloud sync, and more. Works with all Chromium-based VS Code forks — VS Code, Windsurf, Cursor, VSCodium, Trae, Kiro, Void, and more.

Install - VS Code VS Code installs Install - Windsurf (Open VSX) Open VSX installs

# Install from the VS Code Marketplace
ext install RobBos.copilot-token-tracker
📦 Install in other Chromium-based editors (Open VSX)
# VSCodium
codium --install-extension RobBos.copilot-token-tracker

# Code OSS
code --install-extension RobBos.copilot-token-tracker

# Windsurf
windsurf --install-extension RobBos.copilot-token-tracker

# Cursor
cursor --install-extension RobBos.copilot-token-tracker

# Trae (ByteDance)
trae --install-extension RobBos.copilot-token-tracker

# Kiro (AWS)
kiro --install-extension RobBos.copilot-token-tracker

# Void
void --install-extension RobBos.copilot-token-tracker

📖 Full VS Code extension documentation


🏗️ Visual Studio Extension

Token usage tracking inside Visual Studio 2022+, reading Copilot Chat session files directly.

Visual Studio Marketplace Installs

📖 Full Visual Studio extension documentation


⌨️ CLI

Run anywhere with Node.js — no editor required. Get usage stats, fluency scores, and environmental impact from the terminal.

npm downloads

npx @rajbos/ai-engineering-fluency stats

📖 Full CLI documentation


Contributing

Interested in contributing? Check out our Contributing Guide for:

  • 🐳 DevContainer Setup — Isolated development environment
  • 🔧 Build & Debug Instructions — How to run and test locally
  • 📋 Code Guidelines — Project structure and development principles
  • 🚀 Release Process — CI/CD pipelines and automated releases

We welcome contributions of all kinds — bug fixes, new features, documentation improvements, and more!