Releases: rajbos/github-copilot-token-usage
Releases · rajbos/github-copilot-token-usage
VS Code Extension v0.1.3
What's Changed
Changes
- chore: bump Visual Studio extension version to 1.0.5 by @rajbos in #590
- feat: add Product Owner agent with rubber-duck multi-model reviews by @rajbos in #591
- Fix Open VSX badge rendering by @rajbos in #592
- feat: add token count column to diagnostics session files tab by @rajbos in #593
- feat: add Day/Week/Month period toggle to chart view by @rajbos in #594
- feat(chart): persist period selection and compact period picker UI by @rajbos in #595
- chore: bump versions for release (vscode-extension) by @rajbos in #596
- fix(workflows): consolidate VS extension release into release.yml by @rajbos in #597
- test(maturity-scoring): add unit tests for Fluency Score logic by @rajbos in #598
- test(workspace-helpers): add unit tests + fix off-by-one in extractCustomAgentName by @rajbos in #599
- test(usage-analysis): add unit tests for mergeUsageAnalysis, analyzeContextReferences, deriveConversationPatterns by @rajbos in #600
- Add test coverage to CI step summary by @rajbos in #601
- ci: update workflows to Node.js 24 by @rajbos in #603
- feat(tests): add Stryker mutation testing to VS Code extension by @rajbos in #602
- fix: compute mutation score from counts instead of r.mutationScore by @rajbos in #605
- test: improve mutation score from 29% to 40%+ with 89 targeted tests by @rajbos in #608
- feat: cache-aware cost estimation for Claude and OpenCode sessions by @rajbos in #607
- Add missing friendly names for click_element, mcp_github_pull_request_read, mcp_microsoftdocs_microsoft_docs_search, type_in_page by @Copilot in #614
- fix: skip VS filesystem scan on macOS/Linux to prevent extension hang (#611) by @rajbos in #615
- docs: add Windsurf/Open VSX install badges and Windsurf details by @rajbos in #617
- feat: display CO2 in kg when ≥ 1 000 g for readability by @rajbos in #618
- Add sync-automatic-tools prompt by @rajbos in #621
- Add missing friendly names for capitalized tool variants and cowork/workspace MCP tools by @Copilot in #620
- ci: skip mutation tests on PRs with no TS source changes by @rajbos in #622
- Fix case-insensitive tool name lookup and remove duplicate entries by @rajbos in #623
- Add repository statistics calculation script by @rajbos in #624
- chore: bump versions for release (vscode-extension, cli, visualstudio-extension) by @rajbos in #626
📦 GitHub Actions Dependencies
- github-actions(deps): bump the minor-and-patch-updates group with 3 updates by @dependabot[bot] in #606
📦 Other Dependencies
- 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 #612
- 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 #610
- chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 in /cli by @dependabot[bot] in #616
- chore(deps): bump puppeteer from 24.40.0 to 24.41.0 in /.github/scripts by @dependabot[bot] in #609
Full Changelog: cli/v0.0.8...vscode/v0.1.3
VS Code Extension v0.1.2
What's Changed
Changes
- chore: bump Visual Studio extension version to 1.0.5 by @rajbos in #590
- feat: add Product Owner agent with rubber-duck multi-model reviews by @rajbos in #591
- Fix Open VSX badge rendering by @rajbos in #592
- feat: add token count column to diagnostics session files tab by @rajbos in #593
- feat: add Day/Week/Month period toggle to chart view by @rajbos in #594
- feat(chart): persist period selection and compact period picker UI by @rajbos in #595
- chore: bump versions for release (vscode-extension) by @rajbos in #596
Full Changelog: cli/v0.0.8...vscode/v0.1.2
CLI v0.0.8
What's Changed
Changes
- Add friendly display names for 4 missing tools by @Copilot in #501
- Add friendly display names for 4 missing tools by @Copilot in #503
- Fix CCA setup by @rajbos in #505
- fix cli refs by @rajbos in #506
- Adding formatting options by @rajbos in #507
- Add README.md to vscode-extension for VS Code Marketplace display by @Copilot in #509
- feat(vs-extension): Load all views with a single CLI call instead of one per view by @Copilot in #500
- Add missing friendly names for container-tools and github-pull-request tools by @Copilot in #512
- Claude Code support by @rajbos in #513
- version bump by @rajbos in #514
- address workflow failures by @rajbos in #517
- feat: limit model usage table to top 10 with collapsible "Other" group by @Copilot in #516
- fix vs extension release error by @rajbos in #518
- release process improvement by @rajbos in #519
- fix release issue by @rajbos in #520
- fix release issue by @rajbos in #521
- add logos to the assets folder by @kasuken in #524
- Add AI Engineering Fluency logos to extension packages and READMEs by @Copilot in #525
- feat(vs-extension): add AI Engineering Fluency icon to VSIX manifest by @rajbos in #526
- fix: convert sync I/O to async in session discovery to prevent VS Code UI freeze by @rajbos in #527
- fix config setup by @rajbos in #528
- feat: annotate automatic tools and exclude from fluency scoring by @rajbos in #529
- VS extension: batch all CLI calls into a single
all --jsoninvocation by @Copilot in #530 - Fix model pricing: correct $0 prices for GPT-5.4 and Claude Sonnet 4.6 by @rajbos in #531
- Fix null safety in response array loops and OpenCode method reference by @rajbos in #532
- team dashboard by @rajbos in #510
- Parallelize session discovery and file-processing loops by @rajbos in #533
- fix warning by @rajbos in #534
- release by @rajbos in #535
- Add npmjs package link to CLI docs by @Copilot in #536
- fix(ci): correct working-directory for extension npm ci step by @rajbos in #537
- Add missing friendly display names for 5 tools by @Copilot in #539
- feat(usage): split usage analysis view into 3 tabs by @rajbos in #540
- fix: prevent loading stalls during session discovery by @saschabuehrle in #545
- chore: bump VS Code extension version to 0.0.26 by @rajbos in #547
- fix: await extension activation before checking commands in integration test by @Copilot in #548
- Add friendly name for mcp_gitkraken_git_log_or_diff tool by @claude in #553
- feat: add friendly names for copilot_runInTerminal and mcp_laravel-boost_tinker by @claude in #554
- Add friendly name for Power BI MCP tool by @Copilot in #555
- chore: bump versions for release 0.0.27 / 1.0.4 / 0.0.7 by @rajbos in #557
- Add friendly display names for MiniMax, DingDocuments, Fetch, and invalid tools by @Copilot in #561
- fix: use badge colors for "auto" label to improve dark theme readability by @rajbos in #562
- feat: add local view regression test command by @rajbos in #569
- fix: eliminate repeated JSONL delta reconstruction that starves extension host by @tianzheng-zhou in #565
- feat: add Prep Release custom agent by @rajbos in #568
- chore: bump versions for release (VS Code extension) by @rajbos in #570
- fix: gate VS extension job and harden marketplace version check by @rajbos in #571
- Add per-tool suppression for unknown tool name notifications (#560) by @rajbos in #563
- Fix: wrap long MCP tool names in session viewer by @rajbos in #574
- fix: track token usage from sub-agent calls in Copilot agent mode (#567) by @rajbos in #573
- Fix Copilot CLI session titles showing empty by @rajbos in #575
- Show git branch in status bar when running in debug mode by @rajbos in #576
- feat: Add Claude Desktop Cowork session support by @rajbos in #572
- Add GitHub authentication support to extension by @Copilot in #182
- chore: bump VS Code extension version to 0.1.1 by @rajbos in #578
- Potential fix for code scanning alert no. 53: Client-side cross-site scripting by @rajbos in #579
- Add marketplace and npm download badges to README by @rajbos in #581
- Add missing friendly display names for 14 tools by @Copilot in #584
- fix: move VS Marketplace badge to Visual Studio Extension section by @rajbos in #585
- feat: add thinking effort (reasoning effort) tracking by @rajbos in #582
- chore: bump versions for release (CLI npm package 0.0.8) by @rajbos in #586
- Publish extension to Open VSX by @rajbos in #587
- feat: display 'xhigh' reasoning effort as 'Extra High' by @rajbos in #588
- Add Open VSX badge and install commands by @rajbos in #589
📦 GitHub Actions Dependencies
- github-actions(deps): bump actions/download-artifact from 2.1.1 to 8.0.1 by @dependabot[bot] in #523
- 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 #522
- github-actions(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 in the minor-and-patch-updates group by @dependabot[bot] in #550
📦 Other Dependencies
- Bump esbuild from 0.27.4 to 0.27.5 in /cli by @dependabot[bot] in #541
- Bump esbuild from 0.27.5 to 0.28.0 in /cli by @dependabot[bot] in #544
- Bump @types/node from 25.5.0 to 25.5.2 in /cli by @dependabot[bot] in #546
- chore(deps): bump basic-ftp from 5.2.0 to 5.2.1 in /.github/scripts in the npm_and_yarn group across 1 directory by @dependabot[bot] in #564
- chore(deps): bump basic-ftp from 5.2.1 to 5.2.2 in /.github/scripts in the npm_and_yarn group across 1 directory by @dependabot[bot] in #577
- chore(deps-dev): bump @types/node from 25.5.2 to 25.6.0 in /cli by @dependabot[bot] in #580
New Contributors
- @kasuken made their first contribution in https://github.com/rajbos/github-copilot-token-usage...
VS Code Extension v0.1.1
What's Changed
Main changes:
Added support to login with your GitHub Account and also research your usage of Copilot Cloud Agent and Review Agent:

Added support for finding Claude Cowork sessions:

Other changes
- fix: gate VS extension job and harden marketplace version check by @rajbos in #571
- Add per-tool suppression for unknown tool name notifications (#560) by @rajbos in #563
- Fix: wrap long MCP tool names in session viewer by @rajbos in #574
- fix: track token usage from sub-agent calls in Copilot agent mode (#567) by @rajbos in #573
- Fix Copilot CLI session titles showing empty by @rajbos in #575
- Show git branch in status bar when running in debug mode by @rajbos in #576
- feat: Add Claude Desktop Cowork session support by @rajbos in #572
- Add GitHub authentication support to extension by @Copilot in #182
- chore: bump VS Code extension version to 0.1.1 by @rajbos in #578
- Potential fix for code scanning alert no. 53: Client-side cross-site scripting by @rajbos in #579
📦 Other Dependencies
- chore(deps): bump basic-ftp from 5.2.1 to 5.2.2 in /.github/scripts in the npm_and_yarn group across 1 directory by @dependabot[bot] in #577
Full Changelog: vscode/v0.1.0...vscode/v0.1.1
VS Code Extension v0.1.0
What's Changed
Changes
- Add friendly display names for 4 missing tools by @Copilot in #501
- Add friendly display names for 4 missing tools by @Copilot in #503
- Fix CCA setup by @rajbos in #505
- fix cli refs by @rajbos in #506
- Adding formatting options by @rajbos in #507
- Add README.md to vscode-extension for VS Code Marketplace display by @Copilot in #509
- feat(vs-extension): Load all views with a single CLI call instead of one per view by @Copilot in #500
- Add missing friendly names for container-tools and github-pull-request tools by @Copilot in #512
- Claude Code support by @rajbos in #513
- version bump by @rajbos in #514
- address workflow failures by @rajbos in #517
- feat: limit model usage table to top 10 with collapsible "Other" group by @Copilot in #516
- fix vs extension release error by @rajbos in #518
- release process improvement by @rajbos in #519
- fix release issue by @rajbos in #520
- fix release issue by @rajbos in #521
- add logos to the assets folder by @kasuken in #524
- Add AI Engineering Fluency logos to extension packages and READMEs by @Copilot in #525
- feat(vs-extension): add AI Engineering Fluency icon to VSIX manifest by @rajbos in #526
- fix: convert sync I/O to async in session discovery to prevent VS Code UI freeze by @rajbos in #527
- fix config setup by @rajbos in #528
- feat: annotate automatic tools and exclude from fluency scoring by @rajbos in #529
- VS extension: batch all CLI calls into a single
all --jsoninvocation by @Copilot in #530 - Fix model pricing: correct $0 prices for GPT-5.4 and Claude Sonnet 4.6 by @rajbos in #531
- Fix null safety in response array loops and OpenCode method reference by @rajbos in #532
- team dashboard by @rajbos in #510
- Parallelize session discovery and file-processing loops by @rajbos in #533
- fix warning by @rajbos in #534
- release by @rajbos in #535
- Add npmjs package link to CLI docs by @Copilot in #536
- fix(ci): correct working-directory for extension npm ci step by @rajbos in #537
- Add missing friendly display names for 5 tools by @Copilot in #539
- feat(usage): split usage analysis view into 3 tabs by @rajbos in #540
- fix: prevent loading stalls during session discovery by @saschabuehrle in #545
- chore: bump VS Code extension version to 0.0.26 by @rajbos in #547
- fix: await extension activation before checking commands in integration test by @Copilot in #548
- Add friendly name for mcp_gitkraken_git_log_or_diff tool by @claude in #553
- feat: add friendly names for copilot_runInTerminal and mcp_laravel-boost_tinker by @claude in #554
- Add friendly name for Power BI MCP tool by @Copilot in #555
- chore: bump versions for release 0.0.27 / 1.0.4 / 0.0.7 by @rajbos in #557
- Add friendly display names for MiniMax, DingDocuments, Fetch, and invalid tools by @Copilot in #561
- fix: use badge colors for "auto" label to improve dark theme readability by @rajbos in #562
- feat: add local view regression test command by @rajbos in #569
- fix: eliminate repeated JSONL delta reconstruction that starves extension host by @tianzheng-zhou in #565
- feat: add Prep Release custom agent by @rajbos in #568
- chore: bump versions for release (VS Code extension) by @rajbos in #570
📦 GitHub Actions Dependencies
- github-actions(deps): bump actions/download-artifact from 2.1.1 to 8.0.1 by @dependabot[bot] in #523
- 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 #522
- github-actions(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 in the minor-and-patch-updates group by @dependabot[bot] in #550
📦 Other Dependencies
- Bump esbuild from 0.27.4 to 0.27.5 in /cli by @dependabot[bot] in #541
- Bump esbuild from 0.27.5 to 0.28.0 in /cli by @dependabot[bot] in #544
- Bump @types/node from 25.5.0 to 25.5.2 in /cli by @dependabot[bot] in #546
- chore(deps): bump basic-ftp from 5.2.0 to 5.2.1 in /.github/scripts in the npm_and_yarn group across 1 directory by @dependabot[bot] in #564
New Contributors
- @kasuken made their first contribution in #524
- @saschabuehrle made their first contribution in #545
- @claude made their first contribution in #553
- @tianzheng-zhou made their first contribution in #565
Full Changelog: vscode/v0.0.23...vscode/v0.1.0
VS Code Extension v0.0.27
What's Changed
Changes
- Add friendly display names for 4 missing tools by @Copilot in #501
- Add friendly display names for 4 missing tools by @Copilot in #503
- Fix CCA setup by @rajbos in #505
- fix cli refs by @rajbos in #506
- Adding formatting options by @rajbos in #507
- Add README.md to vscode-extension for VS Code Marketplace display by @Copilot in #509
- feat(vs-extension): Load all views with a single CLI call instead of one per view by @Copilot in #500
- Add missing friendly names for container-tools and github-pull-request tools by @Copilot in #512
- Claude Code support by @rajbos in #513
- version bump by @rajbos in #514
- address workflow failures by @rajbos in #517
- feat: limit model usage table to top 10 with collapsible "Other" group by @Copilot in #516
- fix vs extension release error by @rajbos in #518
- release process improvement by @rajbos in #519
- fix release issue by @rajbos in #520
- fix release issue by @rajbos in #521
- add logos to the assets folder by @kasuken in #524
- Add AI Engineering Fluency logos to extension packages and READMEs by @Copilot in #525
- feat(vs-extension): add AI Engineering Fluency icon to VSIX manifest by @rajbos in #526
- fix: convert sync I/O to async in session discovery to prevent VS Code UI freeze by @rajbos in #527
- fix config setup by @rajbos in #528
- feat: annotate automatic tools and exclude from fluency scoring by @rajbos in #529
- VS extension: batch all CLI calls into a single
all --jsoninvocation by @Copilot in #530 - Fix model pricing: correct $0 prices for GPT-5.4 and Claude Sonnet 4.6 by @rajbos in #531
- Fix null safety in response array loops and OpenCode method reference by @rajbos in #532
- team dashboard by @rajbos in #510
- Parallelize session discovery and file-processing loops by @rajbos in #533
- fix warning by @rajbos in #534
- release by @rajbos in #535
- Add npmjs package link to CLI docs by @Copilot in #536
- fix(ci): correct working-directory for extension npm ci step by @rajbos in #537
- Add missing friendly display names for 5 tools by @Copilot in #539
- feat(usage): split usage analysis view into 3 tabs by @rajbos in #540
- fix: prevent loading stalls during session discovery by @saschabuehrle in #545
- chore: bump VS Code extension version to 0.0.26 by @rajbos in #547
- fix: await extension activation before checking commands in integration test by @Copilot in #548
- Add friendly name for mcp_gitkraken_git_log_or_diff tool by @claude in #553
- feat: add friendly names for copilot_runInTerminal and mcp_laravel-boost_tinker by @claude in #554
- Add friendly name for Power BI MCP tool by @Copilot in #555
- chore: bump versions for release 0.0.27 / 1.0.4 / 0.0.7 by @rajbos in #557
📦 GitHub Actions Dependencies
- github-actions(deps): bump actions/download-artifact from 2.1.1 to 8.0.1 by @dependabot[bot] in #523
- 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 #522
- github-actions(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 in the minor-and-patch-updates group by @dependabot[bot] in #550
📦 Other Dependencies
- Bump esbuild from 0.27.4 to 0.27.5 in /cli by @dependabot[bot] in #541
- Bump esbuild from 0.27.5 to 0.28.0 in /cli by @dependabot[bot] in #544
- Bump @types/node from 25.5.0 to 25.5.2 in /cli by @dependabot[bot] in #546
New Contributors
- @kasuken made their first contribution in #524
- @saschabuehrle made their first contribution in #545
- @claude made their first contribution in #553
Full Changelog: vscode/v0.0.23...vscode/v0.0.27
VS Code Extension v0.0.26
What's Changed
Changes
- Add friendly display names for 4 missing tools by @Copilot in #501
- Add friendly display names for 4 missing tools by @Copilot in #503
- Fix CCA setup by @rajbos in #505
- fix cli refs by @rajbos in #506
- Adding formatting options by @rajbos in #507
- Add README.md to vscode-extension for VS Code Marketplace display by @Copilot in #509
- feat(vs-extension): Load all views with a single CLI call instead of one per view by @Copilot in #500
- Add missing friendly names for container-tools and github-pull-request tools by @Copilot in #512
- Claude Code support by @rajbos in #513
- version bump by @rajbos in #514
- address workflow failures by @rajbos in #517
- feat: limit model usage table to top 10 with collapsible "Other" group by @Copilot in #516
- fix vs extension release error by @rajbos in #518
- release process improvement by @rajbos in #519
- fix release issue by @rajbos in #520
- fix release issue by @rajbos in #521
- add logos to the assets folder by @kasuken in #524
- Add AI Engineering Fluency logos to extension packages and READMEs by @Copilot in #525
- feat(vs-extension): add AI Engineering Fluency icon to VSIX manifest by @rajbos in #526
- fix: convert sync I/O to async in session discovery to prevent VS Code UI freeze by @rajbos in #527
- fix config setup by @rajbos in #528
- feat: annotate automatic tools and exclude from fluency scoring by @rajbos in #529
- VS extension: batch all CLI calls into a single
all --jsoninvocation by @Copilot in #530 - Fix model pricing: correct $0 prices for GPT-5.4 and Claude Sonnet 4.6 by @rajbos in #531
- Fix null safety in response array loops and OpenCode method reference by @rajbos in #532
- team dashboard by @rajbos in #510
- Parallelize session discovery and file-processing loops by @rajbos in #533
- fix warning by @rajbos in #534
- release by @rajbos in #535
- Add npmjs package link to CLI docs by @Copilot in #536
- fix(ci): correct working-directory for extension npm ci step by @rajbos in #537
- Add missing friendly display names for 5 tools by @Copilot in #539
- feat(usage): split usage analysis view into 3 tabs by @rajbos in #540
- fix: prevent loading stalls during session discovery by @saschabuehrle in #545
- chore: bump VS Code extension version to 0.0.26 by @rajbos in #547
📦 GitHub Actions Dependencies
- github-actions(deps): bump actions/download-artifact from 2.1.1 to 8.0.1 by @dependabot[bot] in #523
- 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 #522
📦 Other Dependencies
- Bump esbuild from 0.27.4 to 0.27.5 in /cli by @dependabot[bot] in #541
- Bump esbuild from 0.27.5 to 0.28.0 in /cli by @dependabot[bot] in #544
- Bump @types/node from 25.5.0 to 25.5.2 in /cli by @dependabot[bot] in #546
New Contributors
- @kasuken made their first contribution in #524
- @saschabuehrle made their first contribution in #545
Full Changelog: vscode/v0.0.23...vscode/v0.0.26
VS Code Extension v0.0.25
What's Changed
- Adding formatting (regular, shortened into 12.5K / 15M) options by @rajbos in #507
- Claude Code support by @rajbos in #513
- fix: convert sync I/O to async in session discovery to prevent VS Code UI freeze by @rajbos in #527
- Parallelize session discovery and file-processing loops by @rajbos in #533
Changes
- Add friendly display names for 4 missing tools by @Copilot in #501
- Add friendly display names for 4 missing tools by @Copilot in #503
- Fix CCA setup by @rajbos in #505
- fix cli refs by @rajbos in #506
- Add README.md to vscode-extension for VS Code Marketplace display by @Copilot in #509
- feat(vs-extension): Load all views with a single CLI call instead of one per view by @Copilot in #500
- Add missing friendly names for container-tools and github-pull-request tools by @Copilot in #512
- version bump by @rajbos in #514
- address workflow failures by @rajbos in #517
- feat: limit model usage table to top 10 with collapsible "Other" group by @Copilot in #516
- fix vs extension release error by @rajbos in #518
- release process improvement by @rajbos in #519
- fix release issue by @rajbos in #520, #521
- add logos to the assets folder by @kasuken in #524
- Add AI Engineering Fluency logos to extension packages and READMEs by @Copilot in #525
- feat(vs-extension): add AI Engineering Fluency icon to VSIX manifest by @rajbos in #526
- fix config setup by @rajbos in #528
- feat: annotate automatic tools and exclude from fluency scoring by @rajbos in #529
- VS extension: batch all CLI calls into a single
all --jsoninvocation by @Copilot in #530 - Fix model pricing: correct $0 prices for GPT-5.4 and Claude Sonnet 4.6 by @rajbos in #531
- Fix null safety in response array loops and OpenCode method reference by @rajbos in #532
- team dashboard by @rajbos in #510
- fix warning by @rajbos in #534
- release by @rajbos in #535
📦 GitHub Actions Dependencies
- github-actions(deps): bump actions/download-artifact from 2.1.1 to 8.0.1 by @dependabot[bot] in #523
- 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 #522
New Contributors
Full Changelog: vscode/v0.0.23...vscode/v0.0.25
VS Code Extension v0.0.24
What's Changed
Changes
- Add friendly display names for 4 missing tools by @Copilot in #501
- Add friendly display names for 4 missing tools by @Copilot in #503
- Fix CCA setup by @rajbos in #505
- fix cli refs by @rajbos in #506
- Adding formatting options by @rajbos in #507
- Add README.md to vscode-extension for VS Code Marketplace display by @Copilot in #509
- feat(vs-extension): Load all views with a single CLI call instead of one per view by @Copilot in #500
- Add missing friendly names for container-tools and github-pull-request tools by @Copilot in #512
- Claude Code support by @rajbos in #513
- version bump by @rajbos in #514
- address workflow failures by @rajbos in #517
- feat: limit model usage table to top 10 with collapsible "Other" group by @Copilot in #516
Full Changelog: vscode/v0.0.23...vscode/v0.0.24
Release 0.0.22
What's Changed
Changes
- changelog after release by @rajbos in #415
- feat: central input validation script to detect hidden Unicode and prompt injection in workflows by @Copilot in #420
- Add actionlint workflow to lint GitHub Actions workflows by @Copilot in #424
- Fix Team Dashboard slow initial render by caching last fetch result by @Copilot in #418
- Automate release pipeline: one-trigger workflow with marketplace publish and proper release notes by @Copilot in #419
- Add missing friendly names for Context7 MCP tools by @Copilot in #427
- Add friendly name for
pdf-utilities.pdftool by @Copilot in #425 - Add missing friendly names for 6 tools in toolNames.json by @Copilot in #426
- docs by @rajbos in #428
- feat: move workflow prompts to .github/prompts/ as VS Code-compatible prompt files by @Copilot in #417
- Remove Copilot extension check and startup wait by @Copilot in #430
- Add missing friendly names for Azure, Bicep, GitHub, Microsoft Docs, and VS Code tools by @Copilot in #431
- versionbump by @rajbos in #432
- Add friendly display names for 19 missing MCP tools by @Copilot in #438
- feat: Add npx CLI package for Copilot token usage analysis by @Copilot in #433
- copilot/create npx package for token analysis by @rajbos in #441
- catch up with npm package version by @rajbos in #442
- Add friendly names for execution_subagent, file_glob_search, read_skill by @Copilot in #446
- Initial setup for continue support by @rajbos in #447
- Fix cli run by @rajbos in #450
- Adding support for the "Crush" editor (split from OpenCode) by @rajbos in #451
- Add support for a new CLI-based coding environment in the extension by @rajbos in #452
- Version bump by @rajbos in #453
- [StepSecurity] Apply security best practices by @step-security-bot in #454
- Fix all actionlint errors across workflow files by @Copilot in #459
- Make CLI build workflow usable as a PR required check by @Copilot in #464
- Update paths-filter action version in workflow by @rajbos in #465
- Skip npm publish when version already exists on registry by @Copilot in #466
- Prevent showing different 30 day numbers on reloads by @rajbos in #468
- fix: skip sync jobs on dependabot branches even when actor is not dependabot by @Copilot in #467
- Prevent securituy alerts by @rajbos in #469
- Add missing friendly name for mcp_chrome-devtoo_wait_for by @Copilot in #472
- Checking influx updates and preventing duplicate runs by @rajbos in #474
- Add missing friendly names for 7 tools by @Copilot in #475
- visual studio support by @rajbos in #477
- fix duplicate entry by @rajbos in #479
- Add friendly names for Pencil MCP tools by @Copilot in #484
- Creating an extension for Visual Studio by @rajbos in #482
- release by @rajbos in #487
- vs release by @rajbos in #488
- Update release workflow error handling and bump version to 0.0.22 by @rajbos in #489
📦 npm Dependencies
- npm(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 by @dependabot[bot] in #437
- npm(deps): bump the minor-and-patch-updates group with 6 updates by @dependabot[bot] in #460
- npm(deps-dev): bump eslint from 9.39.2 to 10.1.0 by @dependabot[bot] in #461
📦 GitHub Actions Dependencies
- github-actions(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #462
- github-actions(deps): bump actions/setup-node from 4.4.0 to 6.3.0 by @dependabot[bot] in #463
- github-actions(deps): bump step-security/harden-runner from 2.12.0 to 2.16.0 in the minor-and-patch-updates group by @dependabot[bot] in #470
📦 Other Dependencies
- Bump fast-xml-parser from 5.4.1 to 5.5.6 in /.github/skills/azure-storage-loader by @dependabot[bot] in #416
- Bump puppeteer from 24.39.1 to 24.40.0 in /.github/scripts by @dependabot[bot] in #435
- Bump fast-xml-parser from 5.5.6 to 5.5.7 in /.github/skills/azure-storage-loader by @dependabot[bot] in #436
- Bump @azure/identity from 4.13.0 to 4.13.1 in /.github/skills/azure-storage-loader by @dependabot[bot] in #448
- Bump esbuild from 0.25.12 to 0.27.4 in /cli by @dependabot[bot] in #455
- Bump chalk from 4.1.2 to 5.6.2 in /cli by @dependabot[bot] in #458
- Bump @types/node from 22.19.15 to 25.5.0 in /cli by @dependabot[bot] in #457
- Bump commander from 13.1.0 to 14.0.3 in /cli by @dependabot[bot] in #456
- Bump typescript from 5.9.3 to 6.0.2 in /cli by @dependabot[bot] in #476
- Bump picomatch in /vscode-extension by @dependabot[bot] in #486
Full Changelog: v0.0.18...v0.0.22