copilot-lens 1.0.6 → 1.0.8

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/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,6 +91,20 @@ Doughnut chart legends are interactive — click a label to toggle that segment'
91
91
  - **Responsive layout** — works on any screen size
92
92
  - **2-column grid layout** — compact charts with no wasted space
93
93
 
94
+ ### 🏆 Copilot Effectiveness Score
95
+
96
+ Per-repo scoring (0-100) that measures how effectively you use Copilot CLI, with actionable improvement tips.
97
+
98
+ | Category | What It Measures |
99
+ |----------|-----------------|
100
+ | **Prompt Quality** | Average prompt length, how often Copilot needs clarification |
101
+ | **Tool Utilization** | Diversity of tools used (grep, glob, edit, task, etc.) |
102
+ | **Efficiency** | Tool success rate and turns per session |
103
+ | **MCP Utilization** | Configured MCP servers vs actually used (reads repo's `mcp.json`) |
104
+ | **Engagement** | Session duration sweet spot and usage consistency |
105
+
106
+ ![copilot-lens effectiveness score](https://raw.githubusercontent.com/pavanvamsi3/copilot-lens/main/assets/copilot-lens-score.png)
107
+
94
108
  ## How It Works
95
109
 
96
110
  Copilot Lens reads session data from `~/.copilot/session-state/`, where GitHub Copilot CLI stores:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilot-lens",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A local dashboard to visualize and analyze your GitHub Copilot CLI sessions",
5
5
  "main": "dist/server.js",
6
6
  "bin": {