Skip to content

Commit 63238de

Browse files
docs: update vscode-extension/CHANGELOG.md for v0.0.26
1 parent bd4e6c9 commit 63238de

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

vscode-extension/CHANGELOG.md

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

99
## [0.0.26]
1010

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+
* Add npmjs package link to CLI docs by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/536
45+
* fix(ci): correct working-directory for extension npm ci step by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/537
46+
* Add missing friendly display names for 5 tools by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/539
47+
* feat(usage): split usage analysis view into 3 tabs by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/540
48+
* fix: prevent loading stalls during session discovery by @saschabuehrle in https://github.com/rajbos/github-copilot-token-usage/pull/545
49+
* chore: bump VS Code extension version to 0.0.26 by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/547
50+
### 📦 GitHub Actions Dependencies
51+
* 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
52+
* 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
53+
### 📦 Other Dependencies
54+
* Bump esbuild from 0.27.4 to 0.27.5 in /cli by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/541
55+
* Bump esbuild from 0.27.5 to 0.28.0 in /cli by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/544
56+
* Bump @types/node from 25.5.0 to 25.5.2 in /cli by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/546
57+
58+
## New Contributors
59+
* @kasuken made their first contribution in https://github.com/rajbos/github-copilot-token-usage/pull/524
60+
* @saschabuehrle made their first contribution in https://github.com/rajbos/github-copilot-token-usage/pull/545
61+
62+
**Full Changelog**: https://github.com/rajbos/github-copilot-token-usage/compare/vscode/v0.0.23...vscode/v0.0.26
63+
64+
## [0.0.26]
65+
1166
### ✨ Features & Improvements
1267
- Split usage analysis view into 3 tabs for better navigation (#540)
1368
- Added missing friendly display names for MCP and VS Code tools (#539)

0 commit comments

Comments
 (0)