Skip to content

Commit 40a7b92

Browse files
docs: update vscode-extension/CHANGELOG.md for v0.0.25
1 parent 9610c18 commit 40a7b92

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

vscode-extension/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.25]
10+
11+
<!-- Release notes generated using configuration in .github/release.yml at main -->
12+
13+
## What's Changed
14+
### Changes
15+
* Add friendly display names for 4 missing tools by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/501
16+
* Add friendly display names for 4 missing tools by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/503
17+
* Fix CCA setup by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/505
18+
* fix cli refs by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/506
19+
* Adding formatting options by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/507
20+
* Add README.md to vscode-extension for VS Code Marketplace display by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/509
21+
* feat(vs-extension): Load all views with a single CLI call instead of one per view by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/500
22+
* Add missing friendly names for container-tools and github-pull-request tools by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/512
23+
* Claude Code support by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/513
24+
* version bump by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/514
25+
* address workflow failures by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/517
26+
* feat: limit model usage table to top 10 with collapsible "Other" group by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/516
27+
* fix vs extension release error by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/518
28+
* release process improvement by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/519
29+
* fix release issue by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/520
30+
* fix release issue by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/521
31+
* add logos to the assets folder by @kasuken in https://github.com/rajbos/github-copilot-token-usage/pull/524
32+
* Add AI Engineering Fluency logos to extension packages and READMEs by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/525
33+
* feat(vs-extension): add AI Engineering Fluency icon to VSIX manifest by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/526
34+
* fix: convert sync I/O to async in session discovery to prevent VS Code UI freeze by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/527
35+
* fix config setup by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/528
36+
* feat: annotate automatic tools and exclude from fluency scoring by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/529
37+
* VS extension: batch all CLI calls into a single `all --json` invocation by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/530
38+
* Fix model pricing: correct $0 prices for GPT-5.4 and Claude Sonnet 4.6 by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/531
39+
* Fix null safety in response array loops and OpenCode method reference by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/532
40+
* team dashboard by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/510
41+
* Parallelize session discovery and file-processing loops by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/533
42+
* fix warning by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/534
43+
* release by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/535
44+
### 📦 GitHub Actions Dependencies
45+
* github-actions(deps): bump actions/download-artifact from 2.1.1 to 8.0.1 by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/523
46+
* github-actions(deps): bump github/codeql-action from 4.34.1 to 4.35.1 in the minor-and-patch-updates group by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/522
47+
48+
## New Contributors
49+
* @kasuken made their first contribution in https://github.com/rajbos/github-copilot-token-usage/pull/524
50+
51+
**Full Changelog**: https://github.com/rajbos/github-copilot-token-usage/compare/vscode/v0.0.23...vscode/v0.0.25
52+
953
## [0.0.24] - 2026-03-28
1054

1155
### ✨ Features & Improvements

0 commit comments

Comments
 (0)