@@ -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
0 commit comments