Releases: rajbos/github-copilot-token-usage
Releases · rajbos/github-copilot-token-usage
Release 0.0.20
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
📦 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
Full Changelog: v0.0.18...v0.0.20
Release 0.0.19
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
📦 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
Full Changelog: v0.0.18...v0.0.19
Release 0.0.18
[0.0.17]
[0.0.15]
[0.0.14]
[0.0.13]
[0.0.7]
[0.0.6]
[0.0.5]
[0.0.4]
[0.0.3]
[0.0.2]
[0.0.12]
[0.0.7]
[0.0.6]
[0.0.5]
[0.0.4]
[0.0.3]
[0.0.2]
[0.0.11]
[0.0.10]
[0.0.7]
[0.0.6]
[0.0.5]
[0.0.4]
[0.0.3]
[0.0.2]
[0.0.9]
[0.0.7]
[0.0.6]
[0.0.5]
[0.0.4]
[0.0.3]
[0.0.2]
[0.0.8]
[0.0.7]
[0.0.6]
[0.0.5]
[0.0.4]
[0.0.3]
[0.0.2]
[0.0.16]
What's Changed
Changes
- chore: sync changelog for v0.0.15 by @rajbos in #351
- devContainerMount by @rajbos in #355
- Add friendly names for Serena MCP tools by @Copilot in #357
- Add complete Serena MCP tool name mappings by @Copilot in #361
- Improve unit test setup and coverage by @rajbos in #362
- Fix Copilot CLI token counts by @rajbos in #363
- Refactoring extension.ts by @rajbos in #365
- Add missing friendly names for browser tools by @Copilot in #367
- Add friendly display names for uncovered MCP tools by @codex in #374
- chore: sync model data with GitHub Copilot documentation by @github-actions[bot] in #372
- Strengthen sync-models prompt to prevent adding undocumented models by @Copilot in #376
- Add tool-names agent definition for MCP tool name mapping by @Copilot in #380
- feat: add Toolnames checkup workflow to prevent duplicate tool-name issues by @Copilot in #381
- chore: sync toolNames.json with vscode-copilot-chat by @github-actions[bot] in #382
- Add missing friendly name for mcp_io_github_git_add_issue_comment by @Copilot in #384
- Add missing friendly names for tools: edit, question, skill, task, todowrite, websearch by @Copilot in #386
- Versionbump for a release by @rajbos in #387
📦 npm Dependencies
- npm(deps-dev): bump @github/copilot from 0.0.420 to 0.0.423 by @dependabot[bot] in #354
- npm(deps): bump dompurify from 3.3.1 to 3.3.2 by @dependabot[bot] in #356
- npm(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #368
- npm(deps-dev): bump @github/copilot from 0.0.423 to 1.0.2 by @dependabot[bot] in #369
📦 GitHub Actions Dependencies
- github-actions(deps): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #370
📦 Other Dependencies
- Bump puppeteer from 24.37.5 to 24.38.0 in /.github/scripts by @dependabot[bot] in #353
- Bump puppeteer from 24.38.0 to 24.39.0 in /.github/scripts by @dependabot[bot] in #377
New Contributors
[0.0.15]
[0.0.14]
What's Changed
✨ Features & Improvements
- Add reset button to restore dismissed fluency tips by @Copilot in #292
- Improve radar chart size and label positioning by @rajbos in #293
- Enhance tips and fluency guidance with documentation links by @rajbos in #296
- Improve logging for VS Code and OpenCode session path discovery by @rajbos in #301
- Add per-row data cleanup button in Team Dashboard by @Virginia-Hamra in #302
- Add fluency metrics to Azure Table Storage with unified team scoring by @Copilot in #303
- Add non-Copilot customization file detection (Cursor, Windsurf, Claude, etc.) by @FokkoVeegens in #304
- Add repo hygiene scanner for Copilot best practices by @UncleBats in #305
- Fix token totals: support new API formats and add regex fallback for malformed logs by @rajbos in #306
- Soften fluency level 1 & 2 colors from red/orange to lighter blue/green by @Copilot in #309
- Make Fluency Level Viewer available to all users (not just debug mode) by @Copilot in #311
- Enhance repo hygiene: add docs links and "Ask Copilot to Improve" button by @Copilot in #314
- Preserve webview UI state during background timer updates by @Copilot in #315
- Add Fluency Score news banner shown after 5 extension opens by @rajbos in #316
- Show notification for unknown tools after 8 extension opens by @Copilot in #317
- Add missing friendly names for MCP tools (Context7, Playwright) by @Copilot in #319
- Update Context7 MCP tool display names by @rajbos in #320
- Add missing friendly names for 14 tools (bash, claude-code, glob, grep, etc.) by @Copilot in #323
- Expand unknown tool detection to all tools, not just MCP by @rajbos in #324
- Add pre-release checklist, screenshot/demo mode config, automate pre-release steps by @rajbos in #326
- Add screenshot capture scripts by @rajbos in #334
🐛 Bug Fixes
- Fix CSP violation and button rendering issues in production builds by @UncleBats in #295
- Refactor file stat handling to always check for file modifications by @rajbos in #299
📝 Documentation
- Document WSL environment requirements for session data tracking by @Copilot in #300
- Update README Known Issues to reflect actual (not estimated) token usage by @Copilot in #321
🔒 Security
- Sanitize model names and dynamic content to prevent XSS vulnerabilities by @rajbos in #325
- Escape HTML in diagnostics and usage analysis webviews to prevent XSS by @rajbos in #327
- Fix code scanning alert #32: harden formatFileSize against DOM-based XSS by @rajbos in #329
- Fix code scanning alert #45: add sanitizeStats to validate postMessage data by @rajbos in #330
- Fix TypeScript errors in sanitizeStats XSS security fix by @Copilot in #331
- Fix code scanning alert #32: escape editorName and title fields in session table by @rajbos in #332
- Fix 4 npm dependency vulnerabilities (ajv, markdown-it, diff, serialize-javascript) by @Copilot in #333
🔧 CI / Workflow
- Pin @github/copilot CLI version in package.json for Dependabot tracking by @Copilot in #294
- Skip model-sync PR creation when only lastUpdated metadata changes by @Copilot in #297
- Fix Pinned-Dependencies scorecard alert: use npm ci in copilot-setup-steps by @Copilot in #298
- Fix npm ci usage in scrape-models.sh to comply with OpenSSF scorecard by @Copilot in #308
📦 Dependencies
- Bump basic-ftp from 5.1.0 to 5.2.0 by @dependabot in #307
- Bump minimatch from 3.1.2 to 3.1.5 by @dependabot in #310
- Bump fast-xml-parser from 5.3.6 to 5.4.1 by @dependabot in #312
- Bump fast-xml-parser from 5.3.6 to 5.4.1 in azure-storage-loader by @dependabot in #313
New Contributors
- @Virginia-Hamra made their first contribution in #302
- ...
Release 0.0.17
What's Changed
Changes
- chore: sync changelog for v0.0.15 by @rajbos in #351
- devContainerMount by @rajbos in #355
- Add friendly names for Serena MCP tools by @Copilot in #357
- Add complete Serena MCP tool name mappings by @Copilot in #361
- Improve unit test setup and coverage by @rajbos in #362
- Fix Copilot CLI token counts by @rajbos in #363
- Refactoring extension.ts by @rajbos in #365
- Add missing friendly names for browser tools by @Copilot in #367
- Add friendly display names for uncovered MCP tools by @codex in #374
- chore: sync model data with GitHub Copilot documentation by @github-actions[bot] in #372
- Strengthen sync-models prompt to prevent adding undocumented models by @Copilot in #376
- Add tool-names agent definition for MCP tool name mapping by @Copilot in #380
- feat: add Toolnames checkup workflow to prevent duplicate tool-name issues by @Copilot in #381
- chore: sync toolNames.json with vscode-copilot-chat by @github-actions[bot] in #382
- Add missing friendly name for mcp_io_github_git_add_issue_comment by @Copilot in #384
- Add missing friendly names for tools: edit, question, skill, task, todowrite, websearch by @Copilot in #386
- Versionbump for a release by @rajbos in #387
📦 npm Dependencies
- npm(deps-dev): bump @github/copilot from 0.0.420 to 0.0.423 by @dependabot[bot] in #354
- npm(deps): bump dompurify from 3.3.1 to 3.3.2 by @dependabot[bot] in #356
- npm(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #368
- npm(deps-dev): bump @github/copilot from 0.0.423 to 1.0.2 by @dependabot[bot] in #369
📦 GitHub Actions Dependencies
- github-actions(deps): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #370
📦 Other Dependencies
- Bump puppeteer from 24.37.5 to 24.38.0 in /.github/scripts by @dependabot[bot] in #353
- Bump puppeteer from 24.38.0 to 24.39.0 in /.github/scripts by @dependabot[bot] in #377
New Contributors
[0.0.15]
[0.0.14]
What's Changed
✨ Features & Improvements
- Add reset button to restore dismissed fluency tips by @Copilot in #292
- Improve radar chart size and label positioning by @rajbos in #293
- Enhance tips and fluency guidance with documentation links by @rajbos in #296
- Improve logging for VS Code and OpenCode session path discovery by @rajbos in #301
- Add per-row data cleanup button in Team Dashboard by @Virginia-Hamra in #302
- Add fluency metrics to Azure Table Storage with unified team scoring by @Copilot in #303
- Add non-Copilot customization file detection (Cursor, Windsurf, Claude, etc.) by @FokkoVeegens in #304
- Add repo hygiene scanner for Copilot best practices by @UncleBats in #305
- Fix token totals: support new API formats and add regex fallback for malformed logs by @rajbos in #306
- Soften fluency level 1 & 2 colors from red/orange to lighter blue/green by @Copilot in #309
- Make Fluency Level Viewer available to all users (not just debug mode) by @Copilot in #311
- Enhance repo hygiene: add docs links and "Ask Copilot to Improve" button by @Copilot in #314
- Preserve webview UI state during background timer updates by @Copilot in #315
- Add Fluency Score news banner shown after 5 extension opens by @rajbos in #316
- Show notification for unknown tools after 8 extension opens by @Copilot in #317
- Add missing friendly names for MCP tools (Context7, Playwright) by @Copilot in #319
- Update Context7 MCP tool display names by @rajbos in #320
- Add missing friendly names for 14 tools (bash, claude-code, glob, grep, etc.) by @Copilot in #323
- Expand unknown tool detection to all tools, not just MCP by @rajbos in #324
- Add pre-release checklist, screenshot/demo mode config, automate pre-release steps by @rajbos in #326
- Add screenshot capture scripts by @rajbos in #334
🐛 Bug Fixes
- Fix CSP violation and button rendering issues in production builds by @UncleBats in #295
- Refactor file stat handling to always check for file modifications by @rajbos in #299
📝 Documentation
- Document WSL environment requirements for session data tracking by @Copilot in #300
- Update README Known Issues to reflect actual (not estimated) token usage by @Copilot in #321
🔒 Security
- Sanitize model names and dynamic content to prevent XSS vulnerabilities by @rajbos in #325
- Escape HTML in diagnostics and usage analysis webviews to prevent XSS by @rajbos in #327
- Fix code scanning alert #32: harden formatFileSize against DOM-based XSS by @rajbos in #329
- Fix code scanning alert #45: add sanitizeStats to validate postMessage data by @rajbos in #330
- Fix TypeScript errors in sanitizeStats XSS security fix by @Copilot in #331
- Fix code scanning alert #32: escape editorName and title fields in session table by @rajbos in #332
- Fix 4 npm dependency vulnerabilities (ajv, markdown-it, diff, serialize-javascript) by @Copilot in #333
🔧 CI / Workflow
- Pin @github/copilot CLI version in package.json for Dependabot tracking by @Copilot in #294
- Skip model-sync PR creation when only lastUpdated metadata changes by @Copilot in #297
- Fix Pinned-Dependencies scorecard alert: use npm ci in copilot-setup-steps by @Copilot in #298
- Fix npm ci usage in scrape-models.sh to comply with OpenSSF scorecard by @Copilot in #308
📦 Dependencies
- Bump basic-ftp from 5.1.0 to 5.2.0 by @dependabot in #307
- Bump minimatch from 3.1.2 to 3.1.5 by @dependabot in #310
- Bump fast-xml-parser from 5.3.6 to 5.4.1 by @dependabot in #312
- Bump fast-xml-parser from 5.3.6 to 5.4.1 in azure-storage-loader by @dependabot in #313
New Contributors
- @Virginia-Hamra made their first contribution in #302
- @FokkoVeegens made their first contribution in #304
- @UncleBats made their first contribution in #295
[0.0.13]
[0.0.7]
[0.0.6]
[0.0.5]
[0.0.4]
[0.0.3]
[0.0.2]
[0.0.12]
Changed
- Adding fix for Code - Insiders.
- Show stats for all different editors:
- — Stable VS Code release
- — VS Code Insiders (pr...
Release 0.0.16
What's Changed
Changes
- chore: sync changelog for v0.0.15 by @rajbos in #351
- devContainerMount by @rajbos in #355
- Add friendly names for Serena MCP tools by @Copilot in #357
- Add complete Serena MCP tool name mappings by @Copilot in #361
- Improve unit test setup and coverage by @rajbos in #362
- Fix Copilot CLI token counts by @rajbos in #363
- Refactoring extension.ts by @rajbos in #365
- Add missing friendly names for browser tools by @Copilot in #367
- Add friendly display names for uncovered MCP tools by @codex in #374
- chore: sync model data with GitHub Copilot documentation by @github-actions[bot] in #372
- Strengthen sync-models prompt to prevent adding undocumented models by @Copilot in #376
- Add tool-names agent definition for MCP tool name mapping by @Copilot in #380
- feat: add Toolnames checkup workflow to prevent duplicate tool-name issues by @Copilot in #381
- chore: sync toolNames.json with vscode-copilot-chat by @github-actions[bot] in #382
- Add missing friendly name for mcp_io_github_git_add_issue_comment by @Copilot in #384
- Add missing friendly names for tools: edit, question, skill, task, todowrite, websearch by @Copilot in #386
- Versionbump for a release by @rajbos in #387
📦 npm Dependencies
- npm(deps-dev): bump @github/copilot from 0.0.420 to 0.0.423 by @dependabot[bot] in #354
- npm(deps): bump dompurify from 3.3.1 to 3.3.2 by @dependabot[bot] in #356
- npm(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #368
- npm(deps-dev): bump @github/copilot from 0.0.423 to 1.0.2 by @dependabot[bot] in #369
📦 GitHub Actions Dependencies
- github-actions(deps): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #370
📦 Other Dependencies
- Bump puppeteer from 24.37.5 to 24.38.0 in /.github/scripts by @dependabot[bot] in #353
- Bump puppeteer from 24.38.0 to 24.39.0 in /.github/scripts by @dependabot[bot] in #377
New Contributors
Full Changelog: v0.0.15...v0.0.16
Release 0.0.15
What's Changed
v0.0.15
- Updated Model list in #346
- Fix release workflow in #350,#349
- Enable usage of caching data in the chart viewer to open the view a lot faster in #347
- Add missing friendly tool names in #338
v0.0.14
✨ Features & Improvements
- Add reset button to restore dismissed fluency tips by @Copilot in #292
- Improve radar chart size and label positioning by @rajbos in #293
- Enhance tips and fluency guidance with documentation links by @rajbos in #296
- Improve logging for VS Code and OpenCode session path discovery by @rajbos in #301
- Add per-row data cleanup button in Team Dashboard by @Virginia-Hamra in #302
- Add fluency metrics to Azure Table Storage with unified team scoring by @Copilot in #303
- Add non-Copilot customization file detection (Cursor, Windsurf, Claude, etc.) by @FokkoVeegens in #304
- Add repo hygiene scanner for Copilot best practices by @UncleBats in #305
- Fix token totals: support new API formats and add regex fallback for malformed logs by @rajbos in #306
- Soften fluency level 1 & 2 colors from red/orange to lighter blue/green by @Copilot in #309
- Make Fluency Level Viewer available to all users (not just debug mode) by @Copilot in #311
- Enhance repo hygiene: add docs links and "Ask Copilot to Improve" button by @Copilot in #314
- Preserve webview UI state during background timer updates by @Copilot in #315
- Add Fluency Score news banner shown after 5 extension opens by @rajbos in #316
- Show notification for unknown tools after 8 extension opens by @Copilot in #317
- Add missing friendly names for MCP tools (Context7, Playwright) by @Copilot in #319
- Update Context7 MCP tool display names by @rajbos in #320
- Add missing friendly names for 14 tools (bash, claude-code, glob, grep, etc.) by @Copilot in #323
- Expand unknown tool detection to all tools, not just MCP by @rajbos in #324
- Add pre-release checklist, screenshot/demo mode config, automate pre-release steps by @rajbos in #326
- Add screenshot capture scripts by @rajbos in #334
🐛 Bug Fixes
- Fix CSP violation and button rendering issues in production builds by @UncleBats in #295
- Refactor file stat handling to always check for file modifications by @rajbos in #299
📝 Documentation
- Document WSL environment requirements for session data tracking by @Copilot in #300
- Update README Known Issues to reflect actual (not estimated) token usage by @Copilot in #321
🔒 Security
- Sanitize model names and dynamic content to prevent XSS vulnerabilities by @rajbos in #325
- Escape HTML in diagnostics and usage analysis webviews to prevent XSS by @rajbos in #327
- Fix code scanning alert #32: harden formatFileSize against DOM-based XSS by @rajbos in #329
- Fix code scanning alert #45: add sanitizeStats to validate postMessage data by @rajbos in #330
- Fix TypeScript errors in sanitizeStats XSS security fix by @Copilot in #331
- Fix code scanning alert #32: escape editorName and title fields in session table by @rajbos in #332
- Fix 4 npm dependency vulnerabilities (ajv, markdown-it, diff, serialize-javascript) by @Copilot in #333
🔧 CI / Workflow
- Pin @github/copilot CLI version in package.json for Dependabot tracking by @Copilot in #294
- Skip model-sync PR creation when only lastUpdated metadata changes by @Copilot in #297
- Fix Pinned-Dependencies scorecard alert: use npm ci in copilot-setup-steps by @Copilot in #298
- Fix npm ci usage in scrape-models.sh to comply with OpenSSF scorecard by @Copilot in #308
📦 Dependencies
- Bump basic-ftp from 5.1.0 to 5.2.0 by @dependabot in #307
- Bump minimatch from 3.1.2 to 3.1.5 by @dependabot in #310
- Bump fast-xml-parser from 5.3.6 to 5.4.1 by @dependabot in #312
- Bump fast-xml-parser from 5.3.6 to 5.4.1 in azure-storage-loader by @dependabot in #313
New Contributors
- @Virginia-Hamra made their first contribution in #302
- @FokkoVeegens made their first contribution in #304
- @UncleBats made their first contribution in #295
Release 0.0.14
What's Changed
✨ Features & Improvements
- Add reset button to restore dismissed fluency tips by @Copilot in #292
- Improve radar chart size and label positioning by @rajbos in #293
- Enhance tips and fluency guidance with documentation links by @rajbos in #296
- Improve logging for VS Code and OpenCode session path discovery by @rajbos in #301
- Add per-row data cleanup button in Team Dashboard by @Virginia-Hamra in #302
- Add fluency metrics to Azure Table Storage with unified team scoring by @Copilot in #303
- Add non-Copilot customization file detection (Cursor, Windsurf, Claude, etc.) by @FokkoVeegens in #304
- Add repo hygiene scanner for Copilot best practices by @UncleBats in #305
- Fix token totals: support new API formats and add regex fallback for malformed logs by @rajbos in #306
- Soften fluency level 1 & 2 colors from red/orange to lighter blue/green by @Copilot in #309
- Make Fluency Level Viewer available to all users (not just debug mode) by @Copilot in #311
- Enhance repo hygiene: add docs links and "Ask Copilot to Improve" button by @Copilot in #314
- Preserve webview UI state during background timer updates by @Copilot in #315
- Add Fluency Score news banner shown after 5 extension opens by @rajbos in #316
- Show notification for unknown tools after 8 extension opens by @Copilot in #317
- Add missing friendly names for MCP tools (Context7, Playwright) by @Copilot in #319
- Update Context7 MCP tool display names by @rajbos in #320
- Add missing friendly names for 14 tools (bash, claude-code, glob, grep, etc.) by @Copilot in #323
- Expand unknown tool detection to all tools, not just MCP by @rajbos in #324
- Add pre-release checklist, screenshot/demo mode config, automate pre-release steps by @rajbos in #326
- Add screenshot capture scripts by @rajbos in #334
🐛 Bug Fixes
- Fix CSP violation and button rendering issues in production builds by @UncleBats in #295
- Refactor file stat handling to always check for file modifications by @rajbos in #299
📝 Documentation
- Document WSL environment requirements for session data tracking by @Copilot in #300
- Update README Known Issues to reflect actual (not estimated) token usage by @Copilot in #321
🔒 Security
- Sanitize model names and dynamic content to prevent XSS vulnerabilities by @rajbos in #325
- Escape HTML in diagnostics and usage analysis webviews to prevent XSS by @rajbos in #327
- Fix code scanning alert #32: harden formatFileSize against DOM-based XSS by @rajbos in #329
- Fix code scanning alert #45: add sanitizeStats to validate postMessage data by @rajbos in #330
- Fix TypeScript errors in sanitizeStats XSS security fix by @Copilot in #331
- Fix code scanning alert #32: escape editorName and title fields in session table by @rajbos in #332
- Fix 4 npm dependency vulnerabilities (ajv, markdown-it, diff, serialize-javascript) by @Copilot in #333
🔧 CI / Workflow
- Pin @github/copilot CLI version in package.json for Dependabot tracking by @Copilot in #294
- Skip model-sync PR creation when only lastUpdated metadata changes by @Copilot in #297
- Fix Pinned-Dependencies scorecard alert: use npm ci in copilot-setup-steps by @Copilot in #298
- Fix npm ci usage in scrape-models.sh to comply with OpenSSF scorecard by @Copilot in #308
📦 Dependencies
- Bump basic-ftp from 5.1.0 to 5.2.0 by @dependabot in #307
- Bump minimatch from 3.1.2 to 3.1.5 by @dependabot in #310
- Bump fast-xml-parser from 5.3.6 to 5.4.1 by @dependabot in #312
- Bump fast-xml-parser from 5.3.6 to 5.4.1 in azure-storage-loader by @dependabot in #313
New Contributors
- @Virginia-Hamra made their first contribution in #302
- @FokkoVeegens made their first contribution in #304
- @UncleBats made their first contribution in #295
Full Changelog: v0.0.13...v0.0.14
Release 0.0.13
Changed
- Adding fix for Code - Insiders.
- Show stats for all different editors:
- — Stable VS Code release
- — VS Code Insiders (preview) builds
- — Exploration/pre-release builds
- — Community-built VS Code distribution
- — Cursor editor
- Update model colors to avoid using grey/white/black for the largest models.
Dependencies
- Bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9.
- Bump the minor-and-patch-updates group with 4 updates.
[0.0.7]
[0.0.6]
Added
- Diagnostic report generation for troubleshooting extension issues.
[0.0.5]
[0.0.4]
Added
- Intelligent file caching to improve performance when processing session files.
- Cache management with automatic size limits and cleanup of non-existent files.
- Cache hit/miss rate logging for performance monitoring.
Changed
- Session file processing now uses cached data when files haven't been modified.
- Reduced file I/O operations during periodic updates for better performance.
[0.0.3]
[0.0.2]
Added
- CI build pipeline with GitHub Actions.
- GitHub issue templates for bug reports and feature requests.
- Development guidelines for minimal file changes to Copilot instructions.
- file with bug report guidance.
- Button to refresh the data on demand.
- Estimated water usage tracking to token usage display.
- Support for other platforms (macOS, Linux).
- Dependabot configuration for automated dependency and GitHub Actions updates.
Changed
- Added missing publishing info.
Release 0.0.12
Changed
- Adding fix for Code - Insiders.
- Show stats for all different editors:
- — Stable VS Code release
- — VS Code Insiders (preview) builds
- — Exploration/pre-release builds
- — Community-built VS Code distribution
- — Cursor editor
- Update model colors to avoid using grey/white/black for the largest models.
Dependencies
- Bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9.
- Bump the minor-and-patch-updates group with 4 updates.
[0.0.7]
[0.0.6]
Added
- Diagnostic report generation for troubleshooting extension issues.
[0.0.5]
[0.0.4]
Added
- Intelligent file caching to improve performance when processing session files.
- Cache management with automatic size limits and cleanup of non-existent files.
- Cache hit/miss rate logging for performance monitoring.
Changed
- Session file processing now uses cached data when files haven't been modified.
- Reduced file I/O operations during periodic updates for better performance.
[0.0.3]
[0.0.2]
Added
- CI build pipeline with GitHub Actions.
- GitHub issue templates for bug reports and feature requests.
- Development guidelines for minimal file changes to Copilot instructions.
- file with bug report guidance.
- Button to refresh the data on demand.
- Estimated water usage tracking to token usage display.
- Support for other platforms (macOS, Linux).
- Dependabot configuration for automated dependency and GitHub Actions updates.
Changed
- Added missing publishing info.
Release 0.0.11
What's Changed
- open log file by @rajbos in #147
- Add devContainer by @UncleBats in #148
- Copilot tooltip enhancements by @JasperGilhuis in #149
- minor text updates by @JasperGilhuis in #152
- Refactor model detection to use modelPricing.json data by @Copilot in #151
- Add Azure Storage backend integration with comprehensive sync, sharing, and analytics capabilities by @jongio in #145
- 🐛 Fix dashboard data discrepancy by @liubchigo in #153
- Readd file viewer link again by @rajbos in #156
- Prevent status bar animations on timer updates by @rajbos in #158
- Convert tool calls display from list to table in file viewer by @Copilot in #159
- Add load-cache-data agent skill for inspecting session file cache by @Copilot in #161
- Add azure-storage-loader skill for querying token usage data from Azure Tables by @Copilot in #162
- add information where logs from the devContainer are stored by @UncleBats in #160
- Persist active tab state in diagnostic view by @Copilot in #164
- Add Azure Storage backend configuration panel to diagnostics by @Copilot in #163
- Show last month stats next to this month by @rajbos in #166
- Add clickable links for empty sessions in Diagnostic Report by @Copilot in #165
- Enhance usage analysis with model tracking features by @FokkoVeegens in #157
- Progressive loading for diagnostics view - eliminate 10-30s UI blocking by @Copilot in #169
- detect implicit selections by @rajbos in #176
- Potential fix for code scanning alert no. 22: Client-side cross-site scripting by @rajbos in #175
- Potential fix for code scanning alert no. 26: Client-side cross-site scripting by @rajbos in #174
- Fix cache loading by @rajbos in #171
- Potential fix for code scanning alert no. 25: Client-side cross-site scripting by @rajbos in #173
- Add formatted JSONL viewer to diagnostics by @Copilot in #170
- copilot/update jsonl file viewer by @rajbos in #180
- Cache session file details for diagnostics to avoid repeated disk I/O by @Copilot in #178
- Use rolling 30-day window for annual projections instead of current month by @Copilot in #179
- Fix vuln deps links by @rajbos in #181
- Skip validate job when skill matrix is empty by @Copilot in #183
- Potential fix for code scanning alert no. 22: Client-side cross-site scripting by @rajbos in #184
- repo refs by @rajbos in #185
- Detect #sym references and fix diagnostics logging by @Copilot in #186
- Add pricing data for claude-opus-4.6-fast model by @Copilot in #189
- Fix MCP tool detection from toolNames.json by @Copilot in #192
- Update cache version and enhance MCP tools detection in session analysis by @rajbos in #193
- Enforce npm ci to prevent package-lock.json churn from peer dependencies by @Copilot in #190
- Track additional GitHub Copilot context commands (#terminalLastCommand, #clipboard, etc.) by @Copilot in #188
- Add Claude Opus 4.6 model support by @Copilot in #198
- Bump version by @rajbos in #199
- Fix sync-release-notes workflow: set upstream on branch push by @Copilot in #200
Dependency updates
- npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #167
- npm(deps): bump @azure/arm-subscriptions from 5.1.1 to 6.0.0 by @dependabot[bot] in #168
- npm(deps-dev): bump the minor-and-patch-updates group with 3 updates by @dependabot[bot] in #194
- github-actions(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #196
- npm(deps): bump jsdom from 27.4.0 to 28.0.0 by @dependabot[bot] in #197
New Contributors
- @UncleBats made their first contribution in #148
- @JasperGilhuis made their first contribution in #149
- @jongio made their first contribution in #145
- @liubchigo made their first contribution in #153
- @FokkoVeegens made their first contribution in #157
Full Changelog: v0.0.10...v0.0.11