Skip to content

Commit 6afdcf0

Browse files
Copilotrajbos
andauthored
Add AI Engineering Fluency logos to extension packages and READMEs (#525)
* Initial plan * feat: add AI Engineering Fluency logos to extension and READMEs Agent-Logs-Url: https://github.com/rajbos/github-copilot-token-usage/sessions/b57406a5-194b-4128-960e-ebb066e8b510 Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> Co-authored-by: Rob Bos <rajbos@users.noreply.github.com>
1 parent 169bccc commit 6afdcf0

File tree

8 files changed

+13
-0
lines changed

8 files changed

+13
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# GitHub Copilot Token Tracker
22

3+
![AI Engineering Fluency](assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
4+
35
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.
46

57
[![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)

cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copilot Token Tracker CLI
22

3+
![AI Engineering Fluency](../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
4+
35
> For user-facing documentation and command examples, see [docs/cli/README.md](../docs/cli/README.md).
46
57
## Development

docs/cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copilot Token Tracker — CLI
22

3+
![AI Engineering Fluency](../../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
4+
35
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.
46

57
## Quick Start

docs/visual-studio/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copilot Token Tracker — Visual Studio Extension
22

3+
![AI Engineering Fluency](../../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
4+
35
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.
46

57
> **Status**: Early access / active development. Core tracking is functional; some features available in the VS Code extension are still in progress.

docs/vscode-extension/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AI Engineering Fluency — VS Code Extension
22

3+
![AI Engineering Fluency](../../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
4+
35
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.
46

57
## Install

vscode-extension/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AI Engineering Fluency — VS Code Extension
22

3+
![AI Engineering Fluency](../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
4+
35
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.
46

57
## Install

vscode-extension/assets/logo.png

117 KB
Loading

vscode-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and productivity insights in VS Code.",
55
"version": "0.0.24",
66
"publisher": "RobBos",
7+
"icon": "assets/logo.png",
78
"engines": {
89
"vscode": "^1.110.0"
910
},

0 commit comments

Comments
 (0)