Skip to content

Releases: rajbos/github-copilot-token-usage

VS Code Extension v0.1.4

20 Apr 20:38

Choose a tag to compare

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
  • chore(cli): bump version to v0.0.10 by @github-actions[bot] in #627
  • fix: add node types to CLI tsconfig by @rajbos in #629
  • fix: use absolute URLs for logo image in README files by @rajbos in #633
  • test: extend coverage gate to core data pipeline modules (#630) by @rajbos in #634
  • Extract GitHub PR feature into a dedicated testable service by @Copilot in #635
  • Add empty-state guidance for first-time users in the Details panel by @Copilot in #636
  • chore: bump versions for release (vscode-extension, visualstudio-extension) by @rajbos in #637

📦 GitHub Actions Dependencies

  • github-actions(deps): bump the minor-and-patch-updates group with 3 updates by @dependabot[bot] in #606
  • github-actions(deps): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #628

📦 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.4

VS Code Extension v0.1.3

18 Apr 12:31

Choose a tag to compare

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

11 Apr 21:54

Choose a tag to compare

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

11 Apr 17:57
e2ee422

Choose a tag to compare

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 --json invocation 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

Read more

VS Code Extension v0.1.1

10 Apr 21:41

Choose a tag to compare

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:
AIFluency-RepoInfo

Added support for finding Claude Cowork sessions:
AIFluency-Editors

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

10 Apr 07:49

Choose a tag to compare

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 --json invocation 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

Full Changelog: vscode/v0.0.23...vscode/v0.1.0

VS Code Extension v0.0.27

08 Apr 14:27

Choose a tag to compare

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 --json invocation 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

New Contributors

Full Changelog: vscode/v0.0.23...vscode/v0.0.27

VS Code Extension v0.0.26

04 Apr 10:28

Choose a tag to compare

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 --json invocation 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

New Contributors

Full Changelog: vscode/v0.0.23...vscode/v0.0.26

VS Code Extension v0.0.25

01 Apr 20:06

Choose a tag to compare

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 --json invocation 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

28 Mar 17:13

Choose a tag to compare

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