Skip to content

Commit e2afa8d

Browse files
rajbosCopilot
andauthored
chore: bump versions for release 0.0.27 / 1.0.4 / 0.0.7 (#557)
- VS Code extension: 0.0.26 → 0.0.27 - Visual Studio extension: 1.0.3 → 1.0.4 - CLI npm package: 0.0.6 → 0.0.7 - Updated CHANGELOG with new tool display names and date for [0.0.26] Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 26c5217 commit e2afa8d

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6",
3+
"version": "0.0.7",
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/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.3"
7+
Version="1.0.4"
88
Language="en-US"
99
Publisher="Rob Bos" />
1010
<DisplayName>AI Engineering Fluency</DisplayName>

vscode-extension/CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [0.0.26]
9+
## [0.0.27] - 2026-04-07
10+
11+
### ✨ Features & Improvements
12+
- Added friendly display names for `mcp_gitkraken_git_log_or_diff`, `copilot_runInTerminal`, `mcp_laravel-boost_tinker`, and Power BI MCP tools (#553, #554, #555)
13+
14+
### 🐛 Bug Fixes
15+
- Fixed integration test activation timing (#548)
16+
17+
## [0.0.26] - 2026-04-04
1018

1119
### ✨ Features & Improvements
1220
- Split usage analysis view into 3 tabs for better navigation (#540)

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 AI fluency insights in VS Code.",
5-
"version": "0.0.26",
5+
"version": "0.0.27",
66
"publisher": "RobBos",
77
"icon": "assets/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)