BeniBenj
90d · built 2026-08-09
90-day totals
- Commits
- 102
- Grow
- 14.3
- Maintenance
- 8.7
- Fixes
- 5.8
- Total ETV
- 28.7
Where this dev ranks
Percentile against the global top-100 leaderboard (all-time totals).
- By commits
- Top 75 %
- By Growth share
- Top 9 %
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).
↑+106.3 %
vs 16 prior
↑+11.1 pp
recent vs prior
↑+31.3 pp
recent vs prior
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'.
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.
- 2.8ETVSupport custom views inside the agents window workbenchgithub.com-microsoft-vscode · 967fb341 · 2026-07-30
- 2.0ETVGithub issue tracking for agent host sessionsgithub.com-microsoft-vscode · 70c3c3b4 · 2026-07-31
- 1.5ETVagent feedback tool call usegithub.com-microsoft-vscode · 57dd1589 · 2026-06-10
- 1.3ETVsummary log when archivedgithub.com-microsoft-vscode · 42c4b550 · 2026-06-01
- 1.2ETVless dependency on activeSession for pickersgithub.com-microsoft-vscode · ae95cb2c · 2026-06-09
- 1.2ETVPersist agent feedback composer drafts across widget rebuilds Address review feedback on the composer fix: - Generalize the reply-only draft state into shared composer state so edit drafts also survive the widget rebuilds triggered by unrelated feedback or review changes. Without this, an update while the user is editing would discard the draft even though the composer now only closes on Enter/Escape. - Apply restored composer focus after the widget is added to the DOM. `_buildFeedbackItems` runs before `addOverlayWidget`, so the previous `focus()` call landed on a detached node and was silently dropped. - Assert in the regression test that clicking a composer does not navigate, and cover the edit draft surviving a rebuild. - Shorten inline comments to the one-line limit from the coding guidelines. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 1ea360d8 · 2026-07-28
- 1.0ETVnew session tour fixesgithub.com-microsoft-vscode · 99554721 · 2026-06-23
- 0.9ETVpicker telemetrygithub.com-microsoft-vscode · 23d85cd2 · 2026-05-12
- 0.9ETVnew session tour version 2github.com-microsoft-vscode · 2666198c · 2026-07-23
- 0.9ETVpr icon fix?github.com-microsoft-vscode · c77751ee · 2026-06-22
- 0.9ETVMove AgentFeedbackEditorWidget into its own module The agent feedback widget unit test imported `agentFeedbackEditorWidgetContribution.ts`, whose module scope calls `registerEditorContribution(...)`. That registered the contribution for every editor created anywhere in the unit test run, so an unrelated test without `IAgentFeedbackService` eventually instantiated it, threw, and leaked an undisposed `AgentFeedbackEditorWidgetContribution`. Split the widget into a side-effect free `agentFeedbackEditorWidget.ts` so tests can import it without registering the editor contribution. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>github.com-microsoft-vscode · f0bf3987 · 2026-07-28
- 0.8ETVAgent Host changes for benibenj/agents/fix-agent-feedback-input-behaviorgithub.com-microsoft-vscode · 9ab6e0c2 · 2026-07-28
- 0.8ETVimproved session action logsgithub.com-microsoft-vscode · 33c7eb74 · 2026-05-29
- 0.7ETVsessions improvementsgithub.com-microsoft-vscode · 8bfc82f5 · 2026-05-26
- 0.7ETVadd isOutsideWorkspace as a property and use it for markdown pillsgithub.com-microsoft-vscode · 9c3abbe8 · 2026-08-04
- 0.7ETVtool based feedbackgithub.com-microsoft-vscode · 53e99912 · 2026-06-10
- 0.7ETVShow worktree creation progressgithub.com-microsoft-vscode · f5594348 · 2026-07-29
- 0.5ETVPR hovergithub.com-microsoft-vscode · aa0015f7 · 2026-06-23
- 0.5ETVmultiple panes improvementsgithub.com-microsoft-vscode · cd9b8c77 · 2026-05-27
- 0.4ETVagentfeedback logsgithub.com-microsoft-vscode · ffbcb7c5 · 2026-05-29