diff --git a/README.md b/README.md index cf12d951..6ce83394 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/cli/README.md b/cli/README.md index 60ddf555..b77e1197 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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 diff --git a/docs/cli/README.md b/docs/cli/README.md index 600ce8c0..cac80a72 100644 --- a/docs/cli/README.md +++ b/docs/cli/README.md @@ -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 diff --git a/docs/visual-studio/README.md b/docs/visual-studio/README.md index 9e3cd096..dd4cca91 100644 --- a/docs/visual-studio/README.md +++ b/docs/visual-studio/README.md @@ -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. diff --git a/docs/vscode-extension/README.md b/docs/vscode-extension/README.md index 988b1851..406430ef 100644 --- a/docs/vscode-extension/README.md +++ b/docs/vscode-extension/README.md @@ -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 diff --git a/vscode-extension/README.md b/vscode-extension/README.md index 94b54cc8..83dfa943 100644 --- a/vscode-extension/README.md +++ b/vscode-extension/README.md @@ -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 diff --git a/vscode-extension/assets/logo.png b/vscode-extension/assets/logo.png new file mode 100644 index 00000000..11bde88d Binary files /dev/null and b/vscode-extension/assets/logo.png differ diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 586bd27a..173210b3 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -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" },