Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.7.0] - 2026-05-28

### Features
- Add rolling average toggle for Total Tokens and Est. Cost chart views (#836)
- Add Copilot Cloud Agent sessions view (#835)

## [0.5.2] - 2026-05-09

### Security
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ai-engineering-fluency",
"displayName": "AI Engineering Fluency",
"description": "Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and AI fluency insights in VS Code.",
"version": "0.6.0",
"version": "0.7.0",
"publisher": "RobBos",
"icon": "assets/logo.png",
"engines": {
Expand Down
Loading