Skip to content

Commit 3458a04

Browse files
authored
Merge pull request #586 from rajbos/release/prep-2026-04-11
chore: bump versions for release (CLI npm package 0.0.8)
2 parents 95d41fc + ba3ddd2 commit 3458a04

3 files changed

Lines changed: 32 additions & 4 deletions

File tree

cli/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.8] - 2026-04-11
10+
11+
### ✨ Features & Improvements
12+
- Added Claude Desktop Cowork session support as a usage analysis data source (#572)
13+
- Added thinking effort (reasoning effort) tracking for sessions that use reasoning models
14+
- Added missing friendly display names for 14 tools (#584)
15+
16+
### 🐛 Bug Fixes
17+
- Fixed token usage tracking from sub-agent calls in Copilot agent mode (#567, #573)
18+
- Fixed Copilot CLI sessions falling back to first user message as title when no explicit title is set
19+
- Fixed 0-interaction sessions being shown in diagnostics view; documented CLI session format
20+
- Fixed potential client-side cross-site scripting vulnerability in usage webview (#579)
21+
22+
## [0.0.7] - 2026-04-08
23+
24+
### ✨ Features & Improvements
25+
- Added npmjs package link to CLI documentation (#536)
26+
27+
### 🔧 Maintenance
28+
- Bumped esbuild from 0.27.4 → 0.28.0
29+
- Bumped @types/node from 25.5.0 → 25.5.2
30+
31+
## [0.0.6] - 2026-04-01
32+
33+
### ✨ Features & Improvements
34+
- Automatic tools are now annotated and excluded from fluency scoring (#529)
35+
- Parallelized session discovery and file processing for improved performance
36+
937
## [0.0.5] - 2026-03-28
1038

1139
### ✨ Features & Improvements
@@ -17,4 +45,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1745

1846
### ✨ Features & Improvements
1947
- Added Continue.dev as a usage analysis data source
20-
- Updated tsconfig module resolution to `bundler` for improved ESM compatibility
48+
- Updated tsconfig module resolution to `bundler` for improved ESM compatibility

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.7",
3+
"version": "0.0.8",
44
"description": "AI Engineering Fluency - CLI tool to analyze GitHub Copilot token usage from local session files",
55
"license": "MIT",
66
"author": "RobBos",

0 commit comments

Comments
 (0)