You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-extension/CHANGELOG.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,50 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## [Unreleased]
8
8
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
0 commit comments