Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GitHub Copilot Token Tracker

![AI Engineering Fluency](assets/AI%20Engineering%20Fluency%20-%20Transparent.png)

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](https://github.com/rajbos/github-copilot-token-usage/actions/workflows/build.yml/badge.svg)](https://github.com/rajbos/github-copilot-token-usage/actions/workflows/build.yml)
Expand Down
2 changes: 2 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copilot Token Tracker CLI

![AI Engineering Fluency](../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)

> For user-facing documentation and command examples, see [docs/cli/README.md](../docs/cli/README.md).

## Development
Expand Down
2 changes: 2 additions & 0 deletions docs/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copilot Token Tracker — CLI

![AI Engineering Fluency](../../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)

Command-line interface for analyzing GitHub Copilot token usage from local session files. Works anywhere Copilot Chat stores its session data — no VS Code required.

## Quick Start
Expand Down
2 changes: 2 additions & 0 deletions docs/visual-studio/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copilot Token Tracker — Visual Studio Extension

![AI Engineering Fluency](../../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)

Tracks your GitHub Copilot token usage directly inside Visual Studio 2022+. Reads local Copilot Chat session files and displays usage statistics in a dedicated tool window.

> **Status**: Early access / active development. Core tracking is functional; some features available in the VS Code extension are still in progress.
Expand Down
2 changes: 2 additions & 0 deletions docs/vscode-extension/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AI Engineering Fluency — VS Code Extension

![AI Engineering Fluency](../../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)

Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and productivity insights directly inside VS Code. Reads local session logs and displays today's and monthly usage in the status bar, with rich detail views and optional cloud sync.

## Install
Expand Down
2 changes: 2 additions & 0 deletions vscode-extension/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AI Engineering Fluency — VS Code Extension

![AI Engineering Fluency](../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)

Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and productivity insights directly inside VS Code. Reads local session logs and displays today's and monthly usage in the status bar, with rich detail views and optional cloud sync.

## Install
Expand Down
Binary file added vscode-extension/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and productivity insights in VS Code.",
"version": "0.0.24",
"publisher": "RobBos",
"icon": "assets/logo.png",
"engines": {
"vscode": "^1.110.0"
},
Expand Down
Loading