Anthony Kim
62267334+anthonykim1@users.noreply.github.com
90d · built 2026-05-28
90-day totals
- Commits
- 64
- Grow
- 4.3
- Maintenance
- 4.6
- Fixes
- 2.2
- Total ETV
- 11.1
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
- 10%
- Bugs you introduced
- 2.0
- Bugs you fixed
- 5.6
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.8ETVCopilot CLI with Agent Host should respect user shell from terminal profile when running shell commands (#313679) * agent host terminal profile Co-authored-by: Copilot <copilot@github.com> * make sure default profile is respected Co-authored-by: Copilot <copilot@github.com> * explain setting better Co-authored-by: Copilot <copilot@github.com> * Bunch of clean ups Co-authored-by: Copilot <copilot@github.com> * cleaner Co-authored-by: Copilot <copilot@github.com> * more clean Co-authored-by: Copilot <copilot@github.com> * conservative list Co-authored-by: Copilot <copilot@github.com> * address race condition feedback Co-authored-by: Copilot <copilot@github.com> * Tighten settings descritpion * polish Co-authored-by: Copilot <copilot@github.com> * Schema-gate agent host shell dispatch + tests Co-authored-by: Copilot <copilot@github.com> * Document local-only scope of agent host shell push Co-authored-by: Copilot <copilot@github.com> * Revisit defaultShell "magic key" Co-authored-by: Copilot <copilot@github.com> * Give back the bracket Co-authored-by: Copilot <copilot@github.com> * bracket Co-authored-by: Copilot <copilot@github.com> * Clarify agent host profile local scope --------- Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 8b28f914 · 2026-05-05
- 0.7ETVContribute terminal link provider for copilot cli (#4372) * Contribute copilot cli link provider * edit * Better comments * Remove disk scan fallback from session dir resolver * Add line length and link count guards matching VS Code limits * Align path regex with VS Code terminalLinkParsing and simplify tilde handling * Replace unknown[] with proper types in test mock * Strip trailing punctuation from matched paths * Add unit tests for CopilotCLITerminalLinkProvider * Add Windows backslash path support in regex, tilde check, and absolute skip * Gate terminal link provider behind chat.cli.terminalLinks.enabled setting * Add CLITerminalLinks setting to package.json for CI validation * Short-circuit link provider before resolver for non-Copilot terminals * Revert "Short-circuit link provider before resolver for non-Copilot terminals" This reverts commit 0d2657150395f718e6e53bfeb7196bc1b4537737. * Update terminal links setting descriptiongithub.com-microsoft-vscode · c426c5b3 · 2026-03-13
- 0.7ETVPrevent alt-buffer hang in agent host terminals (#316177) * Detect Agent Host alternate buffer commands * wordings * keep agent host shell held after early command resultgithub.com-microsoft-vscode · e97a9582 · 2026-05-13
- 0.6ETVGet model and multiplier show up for Copilot CLI controller API route (#313079) * Try to get model and token info to show up for cli in chat Co-authored-by: Copilot <copilot@github.com> * make sure that auto mode persists for CLI * make ui appear for non-contoller api route * make controller route work without modifying requestHandler Co-authored-by: Copilot <copilot@github.com> * dqwdqwdwq * ship more stuf Co-authored-by: Copilot <copilot@github.com> * gate this behind setting Co-authored-by: Copilot <copilot@github.com> * cleaner Co-authored-by: Copilot <copilot@github.com> * stop messing with tests Co-authored-by: Copilot <copilot@github.com> * try fix test * Make sure the test pass Co-authored-by: Copilot <copilot@github.com> * rename better Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com> Co-authored-by: justschen <justchen@microsoft.com>github.com-microsoft-vscode · 53964c4e · 2026-05-01
- 0.6ETVSmoke test for Copilot CLI via chat extension in editor window (#317140) * Copilot CLI sanity testing * Make things better * see if 1.0.48 correctly fails * Try to be smarter with git auth * Test if copilot cli sanity test auth correctly. * Test if copilot cli sanity test FAILS correctly * Try to get sanity tests pass? * Copilot CLI from chat extension sanity test * Try more smoke test for copilot cli * More smoke test related things? * title is messing with chat disabled..? * Why is there timeout for .editor-instance .interactive-session * add copilot cli ui smoke auth diagnostics * Be more descriptive when copilot cli smoke test fail * remove integration test, upgrade smoke test * Clean up Copilot CLI smoke test diagnostics * Get even more inspiration from agent smoke testgithub.com-microsoft-vscode · 3827a8b3 · 2026-05-21
- 0.5ETVAllow agent host copilot cli to use selection text and range (#314245) * Sync agent host protocol * Preserve Agent Host selection attachment context * Avoid treating visible code context as selection attachment * Avoid dispatching canceled Agent Host turns * Read rebased selection attachment text * Adopt new protocol shape, drop meta * TRIM * dont screw up .ahp-version * Try to get selection working for claude * celeaner comment * Need more cleaner code in my lifegithub.com-microsoft-vscode · 5af88b2d · 2026-05-07
- 0.5ETVAdd agent host xterm/headless (#315407) * Add agent host headless terminal mirror * make things clearer * test agent host DSR response loopbackgithub.com-microsoft-vscode · 46441fde · 2026-05-11
- 0.4ETVImprove ahp copilot cli tool display via matching tool names (#316284) * Improve ahp copilot cli tool display via matching tool names * wordings * Address Copilot tool display review feedback * address Copilot cli tool display review feedbackgithub.com-microsoft-vscode · 0d2147ed · 2026-05-14
- 0.4ETVFix Copilot CLI terminal profile launch for non-default shells (#310006) * Fix Copilot CLI terminal profile launch for non-default shells (fish, Git Bash, custom profiles, etc) * retrun parentehsis * better follow terminLEnvironment * Make sure to cover windows for powershell well * addres feedback on fish * clean up non null asesrtion * add support for windows * use git bash converter from terminal suggest code * comment should be less verbose * better qaulity commentsgithub.com-microsoft-vscode · 23e042ff · 2026-04-15
- 0.3ETVUpdate conpty to 1.25 (#301398) * Update conpty to 1.25 * see if changes fix 1.2.0-beta11 defering conptyNative.connect() * Revert "see if changes fix 1.2.0-beta11 defering conptyNative.connect()" This reverts commit c5d9064efaeb53b7adfa2270e964b7726b229e42. * Reapply "see if changes fix 1.2.0-beta11 defering conptyNative.connect()" This reverts commit ded49adb1462236bfafa8bfc18f23abe0e475f5c.github.com-microsoft-vscode · 262ba6d4 · 2026-03-17
- 0.3ETVFix Copilot CLI links in terminal with bare filename, subdirectories (#4524) * Fix Copilot CLI links with bare filename, subdirectories * address copilot review feedbacks. * more testsgithub.com-microsoft-vscode · 32139481 · 2026-03-19
- 0.3ETVDisplay last used model info for Copilot CLI on chat panel (#311769) * Get model and the multiplier to show up for copilot cli chat Co-authored-by: Copilot <copilot@github.com> * test * dont use unknown in test Co-authored-by: Copilot <copilot@github.com> * remove unknown * address review Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · b41c9989 · 2026-04-22
- 0.3ETVAdopt copilot/sdk session-title APIs and sync title across session list, editor, CLI (#312038) * working changes to keep session title with panel and cli resume Co-authored-by: Copilot <copilot@github.com> * allow syncing of session title from side bar and editor tab Co-authored-by: Copilot <copilot@github.com> * remove raceCanellation Co-authored-by: Copilot <copilot@github.com> * Stop using <T> for void Co-authored-by: Copilot <copilot@github.com> * better name Co-authored-by: Copilot <copilot@github.com> * stage title locally when SDK session isn't materialized yet Co-authored-by: Copilot <copilot@github.com> * rename to fix test * futher unify title resolution through single resolver Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 4fb20b80 · 2026-04-23
- 0.3ETVDetect CLIs as shell type (#304528) * Use ${sequence} title for agent CLI shell types * debug? * use osc title sequence. * add support for gemini * cleaner * test * gate agent CLI title behind setting * revert unrelated toLowerCase change in _sendProcessTitle * Make things work again for mac os * fix testsgithub.com-microsoft-vscode · b81fc85a · 2026-04-13
- 0.3ETVEnable bracketed paste mode for agent host terminal (#316098) * bracketed paste mode * address feedbacks * only wait for bracketedpastegithub.com-microsoft-vscode · 9229a8ed · 2026-05-12
- 0.3ETVRespect Folder for Agent Host Copilot CLI (#317581) * Respect Folder for Agent Host Copilot CLI * Copilot feedbackgithub.com-microsoft-vscode · a74531ad · 2026-05-21
- 0.3ETVPrevent enable si showing up when using pwsh from chat with accessibility mode (#309606) * Prevent enable si showing up when using pwsh from chat * temporary commit msg to remove * try extra time for screen reader users * better comments * Remove verbose commentgithub.com-microsoft-vscode · 7133939e · 2026-04-15
- 0.3ETVShow picker for ambiguous copilot cli terminal links (#4543) * Show picker for ambiguous copilot cli terminal links * Restore early-return path resolution for hover; full scan on click * localization * more test * dont mess with fallback uri for non-existent files * adjust test to new behavior * import vscode/l10ngithub.com-microsoft-vscode · 93c5797a · 2026-03-20
- 0.3ETVPort zsh terminal fixes: zsh pitfalls with shell options and steering text (#316359) * Port workbench zsh terminal fixups * fix err * rename * zsh fixups only for session terminalsgithub.com-microsoft-vscode · ebb5d8fc · 2026-05-14
- 0.2ETVEnable input/output UI for agent host tool calls (#316512) Better input output UI for agent host tool callsgithub.com-microsoft-vscode · bdb8a618 · 2026-05-15