Skip to content

v2.1.1

Choose a tag to compare

@AndreaGriffiths11 AndreaGriffiths11 released this 16 Jul 19:58
b6b1688

✨ Features

  • Progressive Copilot SDK response streaming in the analysis webview.
  • New teamxray.copilotModel and teamxray.githubModelsModel settings so model migrations no longer require an extension update.
  • teamxray.aiProvider = github-models now uses the GitHub Models API directly.

🐛 Bug Fixes

  • Replaced the retired Shields.io Marketplace badge with a working Marketplace version badge.
  • Fixed streamed analysis to use Copilot SDK delta events instead of final assistant messages.
  • Normalized fractional AI expertise scores to Team X-Ray's 0-100 display scale.
  • Included the Copilot SDK's vscode-jsonrpc runtime dependency in packaged VSIX files.
  • Validated GitHub Models catalog IDs before sending inference requests.
  • Replaced shell-based CLI discovery with a filesystem-only PATH lookup.
  • Restricted provider and CLI configuration to machine settings and stopped reading plaintext token settings.
  • Require a trusted workspace before activating local Git and Copilot CLI analysis.

🔧 Infrastructure

  • CI now runs the Vitest suite; package and publish workflows include runtime dependencies.
  • Updated the GitHub Models API version header to 2026-03-10.