Skip to content

Commit 99e1ef5

Browse files
authored
Merge pull request #514 from rajbos/touch-ups
version bump
2 parents b16cc74 + f48382a commit 99e1ef5

File tree

7 files changed

+24
-4
lines changed

7 files changed

+24
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: VS Code Extension - Release
1+
name: Extensions - Release
22

33
on:
44
push:

cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.5] - 2026-03-28
10+
11+
### ✨ Features & Improvements
12+
- Added Claude Code session file support as a usage analysis data source
13+
- Added formatting options (number formatting) to stats output
14+
- Fixed CLI output references
15+
916
## [0.0.4] - 2026-03-26
1017

1118
### ✨ Features & Improvements

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.4",
3+
"version": "0.0.5",
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [1.0.2] - 2026-03-28
10+
11+
### ✨ Features & Improvements
12+
- Load all webview panels with a single CLI call instead of one per view (performance improvement)
13+
914
## [1.0.1] - 2026-03-26
1015

1116
### 🎉 Initial Release

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.1"
7+
Version="1.0.2"
88
Language="en-US"
99
Publisher="Rob Bos" />
1010
<DisplayName>AI Engineering Fluency</DisplayName>

vscode-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.24] - 2026-03-28
10+
11+
### ✨ Features & Improvements
12+
- Added Claude Code session file support as a usage analysis data source
13+
- Added formatting options to details and log viewer panels
14+
- Added friendly display names for container-tools and github-pull-request tools
15+
- Added friendly display names for additional missing MCP/VS Code tools
16+
917
## [0.0.23] - 2026-03-26
1018

1119
### ✨ Features & Improvements

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.23",
5+
"version": "0.0.24",
66
"publisher": "RobBos",
77
"engines": {
88
"vscode": "^1.110.0"

0 commit comments

Comments
 (0)