copilot-usage-studio 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -30,8 +30,20 @@ All notable changes to Copilot Usage Studio are recorded here.
30
30
  - Refresh GitHub Copilot model pricing from the July 5, 2026 GitHub Docs table, including Claude Sonnet 5, Claude Opus 4.8 fast mode, Kimi K2.7 Code, and updated model statuses.
31
31
  - Add raw model-id alias support so newly observed VS Code ids can map to the matching GitHub pricing row without hidden fallback pricing.
32
32
 
33
- ## 0.2.2 - 2026-07-12
33
+ ## 0.2.3 - 2026-07-12
34
+
35
+ - Ship incremental routine refreshes with a clear up-to-date result and an explicit recovery-oriented full rescan.
36
+ - Separate session and memory refresh from on-demand Customizations analysis.
37
+ - Cache unchanged customization evidence and inspect only new or changed session logs.
38
+ - Require substantial, distinctive text before reporting customization request evidence.
39
+ - Preserve conservative discovery, read/reference, and request-text evidence states.
40
+ - Improve Customizations actions, empty states, progress reporting, and cancellation behavior.
41
+ - Add a VS Code Full Rescan command and automatic lightweight refresh when returning to the app.
42
+ - Keep npm, extension, tag, Marketplace, and GitHub Release versions aligned.
43
+ - Publish the same tested VSIX automatically through Microsoft Entra workload identity federation.
34
44
 
45
+
46
+ ## 0.2.2 - 2026-07-12
35
47
  - Make routine refreshes incremental and report clearly when local Copilot data is already up to date.
36
48
  - Add an explicit full-rescan command for recovery without making every refresh expensive.
37
49
  - Separate session and memory refresh from on-demand Customizations analysis.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilot-usage-studio",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Local VS Code GitHub Copilot usage, cost, and session insights.",
5
5
  "type": "module",
6
6
  "bin": {