Benjamin Pasero
benjamin.pasero@microsoft.com
90d · built 2026-05-28
90-day totals
- Commits
- 167
- Grow
- 4.7
- Maintenance
- 3.2
- Fixes
- 6.5
- Total ETV
- 14.4
Where this dev ranks
Percentile against the global top-100 leaderboard (all-time totals).
- By commits
- Top 3 %
- By Growth share
- Top 72 %
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
- 26%
- Bugs you introduced
- 46.3
- Bugs you fixed
- 55.7
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.
- 0.9ETVIndicate when all sessions are filtered hidden (fix #296581) (#298979) * Indicate when all sessions are filtered hidden (fix #296581) * . * Update src/vs/workbench/contrib/chat/browser/agentSessions/media/agentsessionsviewer.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * . --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · fda93905 · 2026-03-03
- 0.7ETVAllow to resize modal editor (fix #293915) (#299969) * Allow to resize modal editor (fix #293915) * Update src/vs/platform/editor/common/editor.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/vs/workbench/browser/parts/editor/modalEditorPart.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * . --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · f698061d · 2026-03-07
- 0.6ETVsessions - allow to pin (#302496) * sessions - allow to pin * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * ccr * . * ok * Potential fix for pull request finding 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 · 70bdc095 · 2026-03-17
- 0.6ETVsessions - tweaks to sessions list for better readability (#302433)github.com-microsoft-vscode · bc80e42a · 2026-03-17
- 0.6ETV[Unhandled Error] [935a] potential listener LEAK detected, having 7391 listeners already. MOST frequent listener (7217... (fix #302016) (#302088) * [Unhandled Error] [935a] potential listener LEAK detected, having 7391 listeners already. MOST frequent listener (7217... (fix #302016) * cover it up * Potential fix for pull request finding 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 · a720abab · 2026-03-16
- 0.6ETVeditors - introduce and adopt `RequiresModal` to force editors to open modal (#302535) * editors - introduce and adopt `RequiresModal` to force editors to open modal * . * ccr * ccr * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * ccr * ccr * ccr * wtf * Potential fix for pull request finding 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 · 56c8cb1e · 2026-03-17
- 0.5ETVRestructure agent sessions filter menu with sort and group radios (#303399) * feat - add sorting functionality for agent sessions * style - update titles for sorting and grouping actions * style - update sorting and grouping action titles * style - update reset filter action title * tests - add groupAgentSessionsByDate sortBy tests Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix - use lastRequestEnded for sort-by-updated The 'Sort by Updated Date' option now uses lastRequestEnded (the last response time) instead of lastRequestStarted, matching the signal the model uses for read-state tracking. This applies to both sorting order and date group bucketing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix - show updated date in session description row When sorting by updated date, the time label in each session's description row now reflects lastRequestEnded instead of created, keeping the displayed date consistent with the sort order. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ccr * . * . --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 687da2d3 · 2026-03-20
- 0.5ETVchat - prevent race conditions in `loadSession` (#303244) * chat - prevent race conditions in `loadSession` * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * ccr * polish --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 5e3ed392 · 2026-03-19
- 0.5ETVsessions - hide some menu and commands that do not apply (#307172) * sessions - hide some menu and commands that do not apply * sessions - add precondition to OpenRecentAction to hide from Command Palette in Sessions windows Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/ef0f26b8-aae6-464e-8633-650caebae42a Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>github.com-microsoft-vscode · 02d8ead0 · 2026-04-01
- 0.5ETVsessions - tweaks to modal editor sidebar (persist width, allow to toggle visibility) (#306704) * sessions - tweaks to modal editor sidebar * respect sizes * clamp width * . * yauzl * layoutgithub.com-microsoft-vscode · 826458ab · 2026-03-31
- 0.5ETVdebt - cleanup from sidebar support in modal editors (#306141) * debt - cleanup from sidebar support in modal editors * . * Update src/vs/platform/editor/common/editor.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * . * Scope sidebar tree action runner to sidebar selection Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/7e47c5a7-9a3f-4353-975d-ab48a16bdc86 Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com> * . --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>github.com-microsoft-vscode · 9a6bf81d · 2026-03-29
- 0.4ETVsessions - sidebar support in modal editors for changes (#306122)github.com-microsoft-vscode · 18675700 · 2026-03-29
- 0.4ETVsessions - some fixes (#305290) * sessions - show workspace info when archived/pinned * sessions - rename "project" to "workspace" * sessions - match fuzzy in pickers (e.g. repository) * sorting fixes * sort alphanum * . * .github.com-microsoft-vscode · 8cf1bd03 · 2026-03-26
- 0.4ETVSessions: telemetry should distinguish between the apps (fix #302132) (#302151)github.com-microsoft-vscode · 9e356e21 · 2026-03-17
- 0.3ETVModals should support a state when hitting `Esc` asks the user for confirmation (fix #302232) (#302710)github.com-microsoft-vscode · 0b7c2423 · 2026-03-18
- 0.3ETVfiles - speed up glob matching for file events in extension host (#305962) * files - speed up glob matching for file events in extension host * partially restore old behaviourgithub.com-microsoft-vscode · 1c7585a7 · 2026-03-28
- 0.2ETVchat - track setup completion state (#307070) * chat - track setup completion state * . * wrap it in * track completed * .github.com-microsoft-vscode · 3bb72cee · 2026-04-01
- 0.2ETVSessions: Different history and options depending on how launched (fix #303022) (#303089)github.com-microsoft-vscode · 270e729a · 2026-03-19
- 0.2ETVsessions - stop marking as read when opening another (fix microsoft/vscode-internalbacklog#6976) (#302061)github.com-microsoft-vscode · dbc28762 · 2026-03-16
- 0.2ETVsessions - resolve by provider (#302160)github.com-microsoft-vscode · 2d27541e · 2026-03-17