Ladislau Szomoru
3372902+lszomoru@users.noreply.github.com
90d · built 2026-05-28
90-day totals
- Commits
- 324
- Grow
- 14.2
- Maintenance
- 10.7
- Fixes
- 4.5
- Total ETV
- 29.3
Where this dev ranks
Percentile against the global top-100 leaderboard (all-time totals).
- By commits
- Top 8 %
- By Growth share
- Top 19 %
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
- 47%
- Bugs you introduced
- 10.4
- Bugs you fixed
- 16.2
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.1ETVAgents - refactor GitHub models and polling logic (#313261) * Add GitHub PR review threads model * Cache GitHub PR review thread models * Use PR review threads model in code review * Keep GitHub PR model refresh lightweight * Complete PR review threads validation checklist * Saving my work * Limit PR review polling to active session * Refactor CodeReviewService to only poll the model for the active session * Add GitHub PR polling lifecycle * Refactor the logic that polls * Use pull request head SHA for CI checks * More fixes in * Fix bug + tests * More test cleanupgithub.com-microsoft-vscode · fabf9dc2 · 2026-04-29
- 0.9ETVSessions - resize body when collapse/expand the tree (#298698)github.com-microsoft-vscode · 543e5208 · 2026-03-02
- 0.8ETVBackground - add experimental checkpointing capabilities (#4462) * Initial implementation * Refactoring how changes are computed * Fix tests * Pull request feedbackgithub.com-microsoft-vscode · c51db09d · 2026-03-18
- 0.8ETVSessions - fix changes inline toolbar and polish picker (#305593) * Sessions - fix changes inline toolbar and polish picker * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Pull request feedback * Fix compilation --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 8394aa0c · 2026-03-27
- 0.6ETVSession - more code organization (#307903) * Sessions - extract view model and renderer * Extract button bar * Pull request feedbackgithub.com-microsoft-vscode · b8c85f09 · 2026-04-05
- 0.6ETVAgents - make changesets contributable (#316583) * WIP - initial implementation * Move changesets to only be present in ISession * Use factory to create the changesets * More cleanup * Pull request feedback * Remove disposablegithub.com-microsoft-vscode · 449d9aff · 2026-05-15
- 0.6ETVBackground - store workspace changes per session so that we can have multiple sessions with their individual changes (#4912) * Add Repository properties * Store workspace changes per session so that we can have multiple sessions with their individual changes * Update src/extension/chatSessions/vscode-node/chatSessionWorkspaceFolderServiceImpl.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Pull request feedback --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 3bebd9c5 · 2026-04-01
- 0.5ETVInitial implementation (#314957)github.com-microsoft-vscode · 7d241584 · 2026-05-07
- 0.5ETVSessions - fix discard changes action on a folder (#306500) * Sessions - fix discard changes action on a folder * Update src/vs/sessions/contrib/changes/browser/changesView.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Pull request feedback --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · ff968165 · 2026-03-31
- 0.5ETVEditor - exploration for layout controls in the editor title (#311007)github.com-microsoft-vscode · df017eb0 · 2026-04-20
- 0.5ETVAgents - improve GitHub models polling logic (#313457) Keep GitHub polling refreshes fresh after mutationsgithub.com-microsoft-vscode · fa2a6551 · 2026-04-30
- 0.4ETVSessions - refactor tracker and checkpoint services to better handle workspace sessions (#4720) * Sessions - add checkpointing support for folder sessions * Refactor repository tracker to support workspace folders * More cleanup for computing changes * Update src/extension/chatSessions/vscode-node/chatSessionWorkspaceFolderServiceImpl.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/extension/chatSessions/vscode-node/chatSessionWorktreeCheckpointServiceImpl.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Pull request feedback * Update src/extension/chatSessions/vscode-node/chatSessionWorktreeCheckpointServiceImpl.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 · f9a6acca · 2026-03-26
- 0.4ETVSession - add actions to filter changes (#300000) * Initial implementation * Get changes from last turn working * Update src/vs/workbench/api/common/extHostGitExtensionService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fixup the PR * Another PR fix --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 7bd2f8d4 · 2026-03-07
- 0.4ETVAgents - revert the adoption of GraphQL for polling (#312758) * Revert "Agents - improve GitHub model handling (#312342)" This reverts commit 3981b5d4fd52539c8fd978ccd9a0613191d1855e. * Revert "Agents - switch to using GraphQL for the PullRequestModel (#309807)" This reverts commit 522c9dd40eed9c51b9f25543b4d66cca624b6c46. * Avoid duplicate network calls to get the pull request detailsgithub.com-microsoft-vscode · cb297c54 · 2026-04-27
- 0.4ETVAgents - refactor pull request actions (#315266) * Agents - switch pull request actions away from the agentic loop * Fix compilationgithub.com-microsoft-vscode · 17d62bd6 · 2026-05-08
- 0.4ETVAgents - refactor GitHub models (#313891) * Agents - scaffold the model reference collections * Add test coverage for the new methods * Migrated existing tests to use the new code path * Switch over to using the new references * More cleanup * Centralized polling of the models * More fixesgithub.com-microsoft-vscode · 6fc17b5a · 2026-05-02
- 0.4ETVBackground - add repository state to the metadata (#309034)github.com-microsoft-vscode · dede8c6f · 2026-04-10
- 0.4ETVAgents - extract checkpoint information from metadata (#315860)github.com-microsoft-vscode · 0d2131b4 · 2026-05-11
- 0.3ETVAgents - scaffold Changesets model (#313577) * Agents - scaffold Changesets model * Pull request feedbackgithub.com-microsoft-vscode · ebfbb71d · 2026-05-04
- 0.3ETVSessions - improve file tree rendering (#306681) * Initial implementation * Fix dropdown action label * Delete old controller * Improve root node rendering * Set the context for the root elementgithub.com-microsoft-vscode · e97cc369 · 2026-03-31