Skip to content

Commit f45812c

Browse files
authored
Merge pull request #800 from rajbos/vscode-release-prep
chore: release VS Code extension v0.5.0
2 parents 51a691b + a354368 commit f45812c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

vscode-extension/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.0] - 2026-05-06
10+
11+
### Features
12+
- Added Session Efficiency view — scatter chart of sessions by token usage and tool calls, with sortable table, model/PR filters, and async load with spinner
13+
- Added cost-mode toggle (AI credits vs. dollar cost) and explainer to Session Efficiency view
14+
- Added Session Efficiency nav button to all views; removed palette command
15+
- Cost basis toggle moved into Sessions by category panel; chart title updates to reflect active mode
16+
- Added sort indicator to active column header in session table
17+
18+
### Improvements
19+
- Added Mistral AI model pricing and token estimators (#796)
20+
- Added missing friendly names for 17 additional tools (TaskCreate, TaskUpdate, dismiss_deployment_notifications, Claude in Chrome MCP, and 13 others)
21+
- Scatter chart: dark border on dots for readability, crisp rendering, variable circle size restored
22+
- Compact token format in Session Efficiency table; dedup models/PRs; clear filters on click
23+
- Session Efficiency header/buttons match styling of other views
24+
25+
### Bug Fixes
26+
- Fixed duplicate loading sessions appearing in the status bar
27+
- Fixed sort indicator wrapping to new line in session table headers
28+
929
## [0.4.4] - 2026-05-05
1030

1131
### Bug Fixes

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ai-engineering-fluency",
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.4.4",
5+
"version": "0.5.0",
66
"publisher": "RobBos",
77
"icon": "assets/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)