Kyle Cutler
67761731+kycutler@users.noreply.github.com
90d · built 2026-05-28
90-day totals
- Commits
- 101
- Grow
- 14.5
- Maintenance
- 7.9
- Fixes
- 1.5
- Total ETV
- 23.9
Where this dev ranks
Percentile against the global top-100 leaderboard (all-time totals).
- By commits
- Top 93 %
- By Growth share
- Top 1 %
30-day trajectory
Last 30 days vs. the 30 days before. Up arrows on Growth and ETV mean improvement; up arrow on Fixes share means more time on fixes (worse).
Daily performance
Daily ETV, stacked by Growth, Maintenance and Fixes.
Work-mix over time
Share of Growth / Maintenance / Fixes over a rolling 7-day window. Reads as 'where is effort flowing right now'.
Bug flow over time
Monthly bug flow attributed to this developer. The left bar (red) is bug impact this dev authored that was addressed in the given month — combining bugs others fixed for them and bugs they fixed themselves. The right bar is fixes they personally shipped that month, split between self-fixes (overlap with the red bar) and fixes done for someone else. X-axis is fix-time, not introduction-time — the Navigara API attributes bugs backward to the author at the moment the fix lands.
- Self-fix share
- 65%
- Bugs you introduced
- 3.6
- Bugs you fixed
- 3.6
Repository spread
Where this developer's commits land. Concentrated work (top1 > 80%) vs polymath spread (top1 < 30%).
Most impactful commits
Top 20 by ETV in the 90-day window.
- 1.6ETVAdd browser emulation toolbar (#317831)github.com-microsoft-vscode · 46050be4 · 2026-05-21
- 1.5ETVProposed browser API for debug support (#300577) * Proposed browser API for debug support * build, feedback * Web stubs * fix * close guard * fixes, add close() * clean * Fixes, tests * lint * Simplfiy * feedbackgithub.com-microsoft-vscode · 0bc4bad6 · 2026-03-13
- 1.4ETVSupport frames / workers in browser CDP (#311049) * Support frames / workers in browser CDP Co-authored-by: Copilot <copilot@github.com> * path fix Co-authored-by: Copilot <copilot@github.com> * feedback * Normalize blank URLs Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 3704d95c · 2026-04-17
- 1.4ETVBrowser: create Playwright per agent session (#313779) * Browser: create Playwright per agent session * feedbackgithub.com-microsoft-vscode · 64bb6714 · 2026-05-04
- 1.3ETVRefactor browser creation flow, add ownership model (#312166) * Refactor browser creation flow, add ownership model Co-authored-by: Copilot <copilot@github.com> * Opening in background Co-authored-by: Copilot <copilot@github.com> * feedback Co-authored-by: Copilot <copilot@github.com> * simplify Co-authored-by: Copilot <copilot@github.com> * fix Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 853d2d9a · 2026-04-23
- 1.0ETVBrowser: allow temporary certificate trust (#299797) * Browser: allow temporary certificate trust * feedback * Show more details * Fix test * fixgithub.com-microsoft-vscode · a320ebfa · 2026-03-17
- 0.8ETVBrowser: support element selection in subframes (#317405) * Browser: support element selection in subframes * feedback * graceful handling after frame disposalgithub.com-microsoft-vscode · 7680cf4d · 2026-05-21
- 0.8ETVBrowser: move zoom and agent sharing to feature contributions (#302970) * Browser: move zoom and agent sharing to feature contributions * comment Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 82f9e1e1 · 2026-03-18
- 0.7ETVSupport browser context attachment (#313315) * Support browser context attachment * feedbackgithub.com-microsoft-vscode · fbce3ede · 2026-04-29
- 0.7ETVRefactor browser chat integration to use contributions (#302936) * Refactor browser chat integration to use contributions * feedbackgithub.com-microsoft-vscode · 2687d4ce · 2026-03-18
- 0.7ETVBrowser view native "add to chat" features (#305745) * Browser view native "add to chat" features * safe parsing, better pseudo handlinggithub.com-microsoft-vscode · 678825d6 · 2026-03-27
- 0.7ETVRestyle 'add element to chat' picker (#316522) * Restyle 'add element to chat' picker * feedback * fixgithub.com-microsoft-vscode · 90954aa7 · 2026-05-15
- 0.6ETVMove find to browser feature contribution (#303562) * Move find to browser feature contribution * feedbackgithub.com-microsoft-vscode · 71b62376 · 2026-03-20
- 0.5ETVReduce token usage of "add element to chat" (#314201) * Reduce token usage of "add element to chat" Co-authored-by: Copilot <copilot@github.com> * feedback --------- Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · e0b5fc24 · 2026-05-04
- 0.5ETVAdd browser tool instructions to agent prompts (#309075)github.com-microsoft-vscode · 023cc9a4 · 2026-04-10
- 0.5ETVBrowser Quick Open / Tab Management (#303058) * Browser Quick Open * feedback, toolbar * Feedback, close allgithub.com-microsoft-vscode · 38742b5a · 2026-03-19
- 0.4ETVRefactor browser element selection to be event-based (#315362) * Refactor browser element selection to be event-based * comment Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 0e2919b5 · 2026-05-08
- 0.4ETVSupport prompting the user to share an existing browser tab (#313256) * Support prompting the user to share an existing browser tab * feedback Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 129ffaba · 2026-04-29
- 0.4ETVSupport deferred results from playwright code tool (#307274) * Support deferred results from playwright code tool * feedback * fixgithub.com-microsoft-vscode · a7ef6b23 · 2026-04-02
- 0.4ETVLink to browser editors in tool calls (#306909) * Link to browser editors in tool calls * a11y, feedbackgithub.com-microsoft-vscode · 3111b55c · 2026-03-31