Skip to content

v2.5.0

Choose a tag to compare

@slkiser slkiser released this 06 Mar 23:07
· 226 commits to main since this release

Changes Made

  1. Fixed GitHub Copilot premium request usage parsing and diagnostics after the regression introduced in PR #16; PR #17 reverted the faulty change and PR #18 shipped the
    corrected fix for issue #15.
  2. Improved Copilot quota output so /quota and grouped toasts show clearer personal/business labels, billing periods, org or enterprise identifiers, and safe zero-usage
    handling.
  3. Tightened Copilot auth and billing resolution so PAT state is handled correctly, invalid PATs block incorrect fallback behavior, and grouped quota normalization is
    applied consistently.

New Features

  1. Added organization-scoped GitHub Copilot billing support, including org PAT detection and managed billing usage reporting.
  2. Added enterprise-managed GitHub Copilot billing support, including enterprise billing endpoint handling and token compatibility diagnostics.
  3. Added normalized grouped header and entry formatting across toasts and /quota, making mixed personal and business Copilot usage easier to read.

Full Changelog: v2.4.1...v2.5.0