Martin Aeschlimann
90d · built 2026-08-09
90-day totals
- Commits
- 84
- Grow
- 9.1
- Maintenance
- 16.0
- Fixes
- 1.4
- Total ETV
- 26.5
Where this dev ranks
Percentile against the global top-100 leaderboard (all-time totals).
- By commits
- Top 45 %
- By Growth share
- Top 41 %
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).
↓-41.9 %
vs 31 prior
↑+34.5 pp
recent vs prior
↓-3.1 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.2ETVMove ComputeAutomaticInstructions to extension (#314402) * Move ComputeAutomaticInstructions to extension * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update missing fullReferenceName * update * update * update * update * update * Remove ComputeAutomaticInstructions migration plan document * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 83535b58 · 2026-06-16
- 2.1ETVprovideChatSessionCustomizations for sessionResource (#316761) * provideChatSessionCustomizations for sessionResource * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update * update * fix fixtures * update * update * AgentCustomizationItemProvider: remember _sessionCustomizations per session * update * update --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 4704237c · 2026-05-19
- 2.1ETVUse Copilot SDK APIs to discover customizations (#325241) * update discover * discover agent instructions * update * update * update test * update * update * update * update * add plugin tests * fixes and polishgithub.com-microsoft-vscode · abfa1b66 · 2026-07-21
- 1.7ETVadd ChatSessionCustomizationItem.source, clean up AICustomizationPromptsStorage (#317555) * add ChatSessionCustomizationItem.source, clean up AICustomizationPromptsStorage * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update * use promptsServiceItemProvider * update * update * update --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · f666f192 · 2026-05-20
- 1.7ETVadd 'migrate prompt files' to customization UI (#325155) * add 'migrate prompt files' to customization UI * update * update * add setting * add migrate label * update * update * update screenshots * update * update * update * update * update * update screenshotsgithub.com-microsoft-vscode · 61b8df11 · 2026-07-11
- 1.5ETVRevert 326678 and 326718 (#326769) * Revert "Chat dictation: always use Nemotron model, remove model setting (#326718)" This reverts commit 6d02468e2c5a25163037479441b39fd1c4c9949e. * Revert "Dictation: migrate on-device runtime to Foundry Local streaming ASR (#326678)" This reverts commit 6b3ff3c7f09d85882ef21635d4ee014c36e5f42b.github.com-microsoft-vscode · 3fa380ff · 2026-07-21
- 0.9ETVAdd ICustomizationItemProvider.provideSourceFolders functionality (#322740) * provideSourceFolders * simplify resolveTargetDirectoryWithPicker * use provideSourceFolders * update * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix * fix tests * fix issues * fix tests * fix --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · bd2db631 · 2026-06-24
- 0.6ETVEnhance synced customization handling: recover original provenance for flattened files (#325181)github.com-microsoft-vscode · b9759158 · 2026-07-09
- 0.6ETVimprove copilot AH customization discovery (#318745) * improve copilot AH customization discovery * write results as IDiscoveredDirectorygithub.com-microsoft-vscode · 30272164 · 2026-05-28
- 0.6ETVAgentCustomizationItemProvider: handle DirectoryCustomization and use IAgentHostCustomizationService (#318804) * handle DirectoryCustomization and use IAgentHostCustomizationService * fix testsgithub.com-microsoft-vscode · 54478d38 · 2026-05-29
- 0.6ETVrefactor and add tests for agentCustomizationContentExpander (#317773) * refactor and add tests for agentCustomizationContentExpander * fix testsgithub.com-microsoft-vscode · c883dd5e · 2026-05-21
- 0.5ETVAgentCustomizationItemProvider for both local and remote (#315272) * AgentCustomizationItemProvider for both local and remote * update * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update * only sync plugin & extension customizations * fix tests --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · fec57be8 · 2026-05-13
- 0.5ETVintroduce ToolAndToolSetEnablementMap, toolset not used in 'tools' list, only tools (#322548)github.com-microsoft-vscode · 12717879 · 2026-06-23
- 0.5ETVadd PromptsStorage.builtIn, cleanup AgenticPromptsService (#325131) * add PromptsStorage.builtIn, cleanup AgenticPromptsService * updategithub.com-microsoft-vscode · 5f375788 · 2026-07-09
- 0.4ETVextract ExtensionPromptFileService (#315815)github.com-microsoft-vscode · c6cb6354 · 2026-05-11
- 0.4ETVChatModes for sessionResource (#316273)github.com-microsoft-vscode · f1b1bdf6 · 2026-05-13
- 0.4ETVremove convenience getStorageSourceFilter, unused workspaceSubpaths, instructionFileFilter (#322824) * remove convenience getStorageSourceFilter, unused workspaceSubpaths, instructionFileFilter * update * remove includedUserFileRoots * remove sources from createVSCodeHarnessDescriptor as all instances use `all`github.com-microsoft-vscode · 9e4c1631 · 2026-06-26
- 0.4ETVCopilot AH: Simplify and improve customization change handing (#320901)github.com-microsoft-vscode · 65ec7cb4 · 2026-06-11
- 0.4ETVChatModes: throttle update requests, only fire on change (#320088) * ChatModes: throttle update requests, only fire on change * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update * update --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 6774021f · 2026-06-05
- 0.4ETVCopilot AH: show hooks in customizations (#322294)github.com-microsoft-vscode · 1eb92e30 · 2026-06-21