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.1.3]
10
+
11
+
<!-- Release notes generated using configuration in .github/release.yml at main -->
12
+
13
+
## What's Changed
14
+
### Changes
15
+
* chore: bump Visual Studio extension version to 1.0.5 by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/590
16
+
* feat: add Product Owner agent with rubber-duck multi-model reviews by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/591
17
+
* Fix Open VSX badge rendering by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/592
18
+
* feat: add token count column to diagnostics session files tab by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/593
19
+
* feat: add Day/Week/Month period toggle to chart view by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/594
20
+
* feat(chart): persist period selection and compact period picker UI by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/595
21
+
* chore: bump versions for release (vscode-extension) by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/596
22
+
* fix(workflows): consolidate VS extension release into release.yml by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/597
23
+
* test(maturity-scoring): add unit tests for Fluency Score logic by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/598
24
+
* test(workspace-helpers): add unit tests + fix off-by-one in extractCustomAgentName by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/599
25
+
* test(usage-analysis): add unit tests for mergeUsageAnalysis, analyzeContextReferences, deriveConversationPatterns by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/600
26
+
* Add test coverage to CI step summary by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/601
27
+
* ci: update workflows to Node.js 24 by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/603
28
+
* feat(tests): add Stryker mutation testing to VS Code extension by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/602
29
+
* fix: compute mutation score from counts instead of r.mutationScore by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/605
30
+
* test: improve mutation score from 29% to 40%+ with 89 targeted tests by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/608
31
+
* feat: cache-aware cost estimation for Claude and OpenCode sessions by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/607
32
+
* Add missing friendly names for click_element, mcp_github_pull_request_read, mcp_microsoftdocs_microsoft_docs_search, type_in_page by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/614
33
+
* fix: skip VS filesystem scan on macOS/Linux to prevent extension hang (#611) by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/615
34
+
* docs: add Windsurf/Open VSX install badges and Windsurf details by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/617
35
+
* feat: display CO2 in kg when ≥ 1 000 g for readability by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/618
36
+
* Add sync-automatic-tools prompt by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/621
37
+
* Add missing friendly names for capitalized tool variants and cowork/workspace MCP tools by @Copilot in https://github.com/rajbos/github-copilot-token-usage/pull/620
38
+
* ci: skip mutation tests on PRs with no TS source changes by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/622
39
+
* Fix case-insensitive tool name lookup and remove duplicate entries by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/623
40
+
* Add repository statistics calculation script by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/624
41
+
* chore: bump versions for release (vscode-extension, cli, visualstudio-extension) by @rajbos in https://github.com/rajbos/github-copilot-token-usage/pull/626
42
+
### 📦 GitHub Actions Dependencies
43
+
* github-actions(deps): bump the minor-and-patch-updates group with 3 updates by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/606
44
+
### 📦 Other Dependencies
45
+
* chore(deps): bump basic-ftp from 5.2.2 to 5.3.0 in /.github/scripts in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/612
46
+
* chore(deps): bump dompurify from 3.3.2 to 3.4.0 in /vscode-extension in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/610
47
+
* chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 in /cli by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/616
48
+
* chore(deps): bump puppeteer from 24.40.0 to 24.41.0 in /.github/scripts by @dependabot[bot] in https://github.com/rajbos/github-copilot-token-usage/pull/609
0 commit comments