Megan Rogge
90d · built 2026-08-09
90-day totals
- Commits
- 181
- Grow
- 31.6
- Maintenance
- 8.2
- Fixes
- 12.2
- Total ETV
- 51.9
Where this dev ranks
Percentile against the global top-100 leaderboard (all-time totals).
- By commits
- Top 17 %
- 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).
↑+78.2 %
vs 55 prior
↑+20.6 pp
recent vs prior
↓-10.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.
- 6.6ETVOmni-chat with multi-session routing (#326698)github.com-microsoft-vscode · 49af1f71 · 2026-08-07
- 1.8ETVChat input dictation (speech-to-text) (#326044)github.com-microsoft-vscode · 85264502 · 2026-07-16
- 1.6ETVBring voice mode to the Agents (Sessions) window (#325138)github.com-microsoft-vscode · 6ba8d811 · 2026-07-09
- 1.5ETVTerminal output compression: argv-aware filters, dedup cache, structured-data guard (#315905)github.com-microsoft-vscode · 41360110 · 2026-05-13
- 1.2ETVKeep voice mode bound to its session when switching views (#328502) * Keep voice session active when switching views Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: be39faba-061f-4591-832e-b692618d06d4 * Preserve voice target through draft sessions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c56e4c5d-2ba0-441d-ac11-a82d7ccde75c * Fix session-bound voice mode switching Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b11adb7d-72c1-4e64-ba1e-f798dd9bf490 * Fix voice session CI coverage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b11adb7d-72c1-4e64-ba1e-f798dd9bf490 --------- Copilot-Session: be39faba-061f-4591-832e-b692618d06d4 Copilot-Session: c56e4c5d-2ba0-441d-ac11-a82d7ccde75c Copilot-Session: b11adb7d-72c1-4e64-ba1e-f798dd9bf490github.com-microsoft-vscode · 3248bc2a · 2026-08-03
- 1.2ETVAdd dictation backend selection; support for using MAI; rename dictation settings (#327131)github.com-microsoft-vscode · d48127f7 · 2026-07-23
- 1.1ETVPolish Voice Mode and Dictation onboarding (#328058)github.com-microsoft-vscode · 67e1cc55 · 2026-07-29
- 1.1ETVDictation: download Foundry Local native runtime on demand (#326839)github.com-microsoft-vscode · eb62e28c · 2026-07-21
- 1.1ETVDistinguish rearmed voice approval occurrences (#329509) * Distinguish rearmed voice approvals * Keep pending authentication identity stable * Stabilize pending voice approval occurrences * Retire duplicate voice approvals on first response * Fix voice client hygiene warnings Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: be6b07e4-795c-42ba-88ef-329916399579 * Harden voice approval occurrence identity Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: be6b07e4-795c-42ba-88ef-329916399579 --------- Copilot-Session: be6b07e4-795c-42ba-88ef-329916399579github.com-microsoft-vscode · 15bdbfa2 · 2026-08-07
- 1.0ETVAdd voice session awareness and actions (#329493)github.com-microsoft-vscode · 9245212c · 2026-08-07
- 1.0ETVIntegrate voice mode panel with chat input and improve floating window (#321957)github.com-microsoft-vscode · 8d8f1028 · 2026-06-20
- 1.0ETVVoice: fix session-state storm and confirmation narration preemption (#325339)github.com-microsoft-vscode · 959ed5f5 · 2026-07-10
- 0.9ETVVoice: defer responses for unfocused sessions + pending indicator (#325004)github.com-microsoft-vscode · 46e6f572 · 2026-07-08
- 0.9ETVSupport offline dictation model install for registry-blocked networks (#328220) * Support offline dictation model install for registry-blocked networks Adds a 'Chat: Install Dictation Model from Local Package...' command that imports the official Foundry Local expansion pack (ZIP or extracted OCI layout) or a prepared model directory into the dictation model cache, so dictation works in environments where the Azure ML model registry is unreachable. When a model download fails with a network/registry error, the failure notification now offers an 'Install from Local Package...' action so the recovery is discoverable exactly when the user is blocked. Reuses the existing utility-process transcription service and base zip helper; no new dependencies. Fixes #328154 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Validate model identity/integrity and harden install swap Address review feedback: - Reject OCI packages whose embedded inference_model.json names a different model, so a wrong CPU expansion pack is not stamped as nemotron (with test). - Verify each OCI blob against its content digest (streaming, Node built-in crypto only) so a corrupt package fails at install rather than cryptically in the native loader (with test). - Never force-remove the backup during install cleanup; a failed swap rollback must not delete the only surviving copy of a working model. - Name the specific model in the install dialog and the recovery notification so users know which package to obtain offline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 609a4f1f · 2026-07-30
- 0.8ETVChat dictation: add on-device Nemotron (NeMo RNN-T) streaming model (#326390)github.com-microsoft-vscode · f91d4438 · 2026-07-17
- 0.8ETVChat dictation: support both Whisper and Nemotron models (user-selectable, Whisper default) (#326398)github.com-microsoft-vscode · 51830990 · 2026-07-18
- 0.7ETVvoice: add voice.md, dictation.md customization (#327418)github.com-microsoft-vscode · c1bc28bd · 2026-07-28
- 0.7ETVAdd voice client turn config (#324846)github.com-microsoft-vscode · 8c1f0681 · 2026-07-08
- 0.7ETVDictation: show download progress ring instead of spinning mic (#326709)github.com-microsoft-vscode · 704709b1 · 2026-07-20
- 0.6ETVFix dictation "Listening…" placeholder and shimmer interim text (#326211)github.com-microsoft-vscode · a9d143dc · 2026-07-16