Skip to content

Latest commit

 

History

History
1032 lines (995 loc) · 70.9 KB

File metadata and controls

1032 lines (995 loc) · 70.9 KB

Change Log

Note: Each component now has its own changelog:

The entries below are historical (pre-split) VS Code extension releases.

[Unreleased]

[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

  • @Codex made their first contribution in #374

[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 (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.

[0.0.11]

[0.0.10]

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.

[0.0.9]

[0.0.7]

[0.0.6]

[0.0.5]

[0.0.4]

[0.0.3]

[0.0.2]

[0.0.8]

What's Changed

  • Adding fix for Code - Insiders by @rajbos in #111
  • Update model colors by @rajbos in #112
  • Support views for different editors:
  • Code — Stable VS Code release
  • Code - Insiders — VS Code Insiders (preview) builds
  • Code - Exploration — Exploration/pre-release builds
  • VSCodium — Community-built VS Code distribution
  • Cursor — Cursor editor
  • image

Dependency updates

  • github-actions(deps): bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9 by @dependabot[bot] in #109
  • npm(deps-dev): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #110
  • Update docs by @rajbos in #113

[0.0.7]

[0.0.6]

What's Changed

  • Add diagnostic report generation for troubleshooting extension issues by @Copilot in #103

Other changes

  • Update prelaunch tasks by @rajbos in #101
  • Add error message display to release workflow step summary by @Copilot in #99
    • docs updates by @rajbos in #104

Dependencies

  • npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #100

[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
  • Initial release
  • Automated VSIX build and release workflow

[0.0.3]

[0.0.2]

What's Changed

  • Add CI build pipeline with GitHub Actions by @Copilot in #9
  • Add GitHub issue templates for bug reports and feature requests by @Copilot in #2
  • Add development guidelines for minimal file changes to Copilot instructions by @Copilot in #13
  • Add SUPPORT.md file with bug report guidance by @Copilot in #4
  • Add missing publishing info by @rajbos in #15
  • button to refresh the data on demand by @rajbos in #16
  • Add estimated water usage tracking to token usage display by @Copilot in #11
  • Add support for other platforms by @readefries in #14
  • Add Dependabot configuration for automated dependency and GitHub Actions updates by @Copilot in #6
  • github-actions(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #20
  • github-actions(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #19
  • npm(deps-dev): bump @types/node from 22.18.6 to 24.5.2 by @dependabot[bot] in #21
  • Add automated VSIX build and release workflow for version tags by @Copilot in #18
  • Committing new version number for new release by @rajbos in #24
  • Add permissions for release job in workflow by @rajbos in #26
  • [StepSecurity] Apply security best practices by @step-security-bot in #25

New Contributors

  • @Copilot made their first contribution in #9
  • @rajbos made their first contribution in #15
  • @readefries made their first contribution in #14
  • @dependabot[bot] made their first contribution in #20
  • @step-security-bot made their first contribution in #25

[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

  • @Codex made their first contribution in #374

[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 (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.

[0.0.11]

[0.0.10]

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.

[0.0.9]

[0.0.7]

[0.0.6]

[0.0.5]

[0.0.4]

[0.0.3]

[0.0.2]

[0.0.8]

What's Changed

  • Adding fix for Code - Insiders by @rajbos in #111
  • Update model colors by @rajbos in #112
  • Support views for different editors:
  • Code — Stable VS Code release
  • Code - Insiders — VS Code Insiders (preview) builds
  • Code - Exploration — Exploration/pre-release builds
  • VSCodium — Community-built VS Code distribution
  • Cursor — Cursor editor
  • image

Dependency updates

  • github-actions(deps): bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9 by @dependabot[bot] in #109
  • npm(deps-dev): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #110
  • Update docs by @rajbos in #113

[0.0.7]

[0.0.6]

What's Changed

  • Add diagnostic report generation for troubleshooting extension issues by @Copilot in #103

Other changes

  • Update prelaunch tasks by @rajbos in #101
  • Add error message display to release workflow step summary by @Copilot in #99
    • docs updates by @rajbos in #104

Dependencies

  • npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #100

[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
  • Initial release
  • Automated VSIX build and release workflow

[0.0.3]

[0.0.2]

What's Changed

  • Add CI build pipeline with GitHub Actions by @Copilot in #9
  • Add GitHub issue templates for bug reports and feature requests by @Copilot in #2
  • Add development guidelines for minimal file changes to Copilot instructions by @Copilot in #13
  • Add SUPPORT.md file with bug report guidance by @Copilot in #4
  • Add missing publishing info by @rajbos in #15
  • button to refresh the data on demand by @rajbos in #16
  • Add estimated water usage tracking to token usage display by @Copilot in #11
  • Add support for other platforms by @readefries in #14
  • Add Dependabot configuration for automated dependency and GitHub Actions updates by @Copilot in #6
  • github-actions(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #20
  • github-actions(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #19
  • npm(deps-dev): bump @types/node from 22.18.6 to 24.5.2 by @dependabot[bot] in #21
  • Add automated VSIX build and release workflow for version tags by @Copilot in #18
  • Committing new version number for new release by @rajbos in #24
  • Add permissions for release job in workflow by @rajbos in #26
  • [StepSecurity] Apply security best practices by @step-security-bot in #25

New Contributors

  • @Copilot made their first contribution in #9
  • @rajbos made their first contribution in #15
  • @readefries made their first contribution in #14
  • @dependabot[bot] made their first contribution in #20
  • @step-security-bot made their first contribution in #25

[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

  • @Codex made their first contribution in #374

[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

[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]

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.

[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.

[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

[0.0.10]

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.

[0.0.9]

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.

[0.0.8]

What's Changed

  • Adding fix for Code - Insiders by @rajbos in #111
  • Update model colors by @rajbos in #112
  • Support views for different editors:
  • Code — Stable VS Code release
  • Code - Insiders — VS Code Insiders (preview) builds
  • Code - Exploration — Exploration/pre-release builds
  • VSCodium — Community-built VS Code distribution
  • Cursor — Cursor editor
  • image

Dependency updates

  • github-actions(deps): bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9 by @dependabot[bot] in #109
  • npm(deps-dev): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #110
  • Update docs by @rajbos in #113

[0.0.7]

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
  • Initial release
  • Automated VSIX build and release workflow

[0.0.6]

What's Changed

  • Add diagnostic report generation for troubleshooting extension issues by @Copilot in #103

Other changes

  • Update prelaunch tasks by @rajbos in #101
  • Add error message display to release workflow step summary by @Copilot in #99
    • docs updates by @rajbos in #104

Dependencies

  • npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #100

[0.0.5]

What's Changed

  • Update model names by @rajbos in #96
  • Add chart panel for day-by-day token usage visualization by @Copilot in #93
  • Chart by model by @rajbos in #94
  • Show loading on start by @rajbos in #95
  • image

Other updates

  • Change CodeQL language matrix to include actions by @rajbos in #82
  • Update publish script with extra checks by @rajbos in #85
  • Update GitHub Script action version in workflow by @rajbos in #84
  • Release by @rajbos in #97

Dependency updates

  • github-actions(deps): bump actions/github-script from 7.1.0 to 8.0.0 by @dependabot[bot] in #90
  • github-actions(deps): bump step-security/harden-runner from 2.13.1 to 2.14.0 by @dependabot[bot] in #87
  • npm(deps-dev): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #92
  • github-actions(deps): bump actions/setup-node from 4.4.0 to 6.1.0 by @dependabot[bot] in #91
  • github-actions(deps): bump actions/checkout from 4.3.0 to 6.0.1 by @dependabot[bot] in #88
  • github-actions(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 by @dependabot[bot] in #86
  • npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #89

[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
  • Initial release
  • Automated VSIX build and release workflow

[0.0.3]

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
  • Initial release
  • Automated VSIX build and release workflow

[0.0.2]

What's Changed

  • Add CI build pipeline with GitHub Actions by @Copilot in #9
  • Add GitHub issue templates for bug reports and feature requests by @Copilot in #2
  • Add development guidelines for minimal file changes to Copilot instructions by @Copilot in #13
  • Add SUPPORT.md file with bug report guidance by @Copilot in #4
  • Add missing publishing info by @rajbos in #15
  • button to refresh the data on demand by @rajbos in #16
  • Add estimated water usage tracking to token usage display by @Copilot in #11
  • Add support for other platforms by @readefries in #14
  • Add Dependabot configuration for automated dependency and GitHub Actions updates by @Copilot in #6
  • github-actions(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #20
  • github-actions(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #19
  • npm(deps-dev): bump @types/node from 22.18.6 to 24.5.2 by @dependabot[bot] in #21
  • Add automated VSIX build and release workflow for version tags by @Copilot in #18
  • Committing new version number for new release by @rajbos in #24
  • Add permissions for release job in workflow by @rajbos in #26
  • [StepSecurity] Apply security best practices by @step-security-bot in #25

New Contributors

  • @Copilot made their first contribution in #9
  • @rajbos made their first contribution in #15
  • @readefries made their first contribution in #14
  • @dependabot[bot] made their first contribution in #20
  • @step-security-bot made their first contribution in #25

[0.0.1] - Pre-release

  • First rough version, not complete of course!
  • Only tested on windows
  • Use at your own risk 😄
  • Screenshots in the README
  • VS Code v1.104 or higher