Skip to content

Commit bc3a649

Browse files
authored
chore: update changelogs and version numbers for CLI, Visual Studio, and VS Code extensions (#498)
1 parent 884d4cc commit bc3a649

File tree

6 files changed

+31
-3
lines changed

6 files changed

+31
-3
lines changed

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ All notable changes to the CLI (`@rajbos/ai-engineering-fluency`) will be docume
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
8+
9+
## [0.0.4] - 2026-03-26
10+
11+
### ✨ Features & Improvements
12+
- Added Continue.dev as a usage analysis data source
13+
- Updated tsconfig module resolution to `bundler` for improved ESM compatibility

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rajbos/ai-engineering-fluency",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "AI Engineering Fluency - CLI tool to analyze GitHub Copilot token usage from local session files",
55
"license": "MIT",
66
"author": "RobBos",

visualstudio-extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ All notable changes to the Visual Studio extension will be documented in this fi
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
8+
9+
## [1.0.1] - 2026-03-26
10+
11+
### 🎉 Initial Release
12+
- First release of the **AI Engineering Fluency** extension for Visual Studio 2022
13+
- Tracks GitHub Copilot token usage directly inside Visual Studio
14+
- WebView2-powered panels: Details, Chart, Usage Analysis, and Diagnostics
15+
- Shows today's and last-30-days token usage with per-model breakdowns
16+
- Detailed session log viewer for individual Copilot Chat interactions
17+
- Supports Visual Studio 2022 Community, Professional, and Enterprise

visualstudio-extension/src/CopilotTokenTracker/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
55
<Metadata>
66
<Identity Id="AIEngineeringFluency.VS.RobBos"
7-
Version="1.0.0"
7+
Version="1.0.1"
88
Language="en-US"
99
Publisher="Rob Bos" />
1010
<DisplayName>AI Engineering Fluency</DisplayName>

vscode-extension/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ All notable changes to the VS Code extension will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
8+
9+
## [0.0.23] - 2026-03-26
10+
11+
### ✨ Features & Improvements
12+
- Renamed extension to **AI Engineering Fluency** (was "Copilot Token Tracker")
13+
- Added friendly display names for CMakeTools and misc non-MCP tools
14+
- Added friendly display names for Python and Pylance MCP tools
15+
- Improved maturity scoring view with updated labels and layout
16+
- Improved fluency level viewer with updated labels
17+
- Updated details and diagnostics webview panel titles
18+
- Added Visual Studio session file support (shared data layer)
19+
- Added LICENSE file to extension package

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "copilot-token-tracker",
33
"displayName": "AI Engineering Fluency",
44
"description": "Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and productivity insights in VS Code.",
5-
"version": "0.0.22",
5+
"version": "0.0.23",
66
"publisher": "RobBos",
77
"engines": {
88
"vscode": "^1.110.0"

0 commit comments

Comments
 (0)