pr_id
stringlengths
17
23
repo
stringclasses
6 values
pr_number
int64
14
316k
title
stringlengths
6
289
body
stringlengths
0
8k
author_login
stringclasses
344 values
author_is_bot
bool
2 classes
merged_at
stringdate
2013-05-30 11:42:50
2026-05-11 01:34:40
lines_added
int64
0
65.2k
lines_deleted
int64
0
68k
files_changed
int64
0
401
n_human_comments
int64
0
92
n_bot_comments
int64
0
29
n_reviews_human
int64
0
7
change_focus
float64
0
1
human_reviewer_engagement
float64
0
1
bot_reviewer_engagement
float64
0
1
test_inclusion
float64
0.3
1
ai_authored_probability
float64
0.05
0.95
ai_authored_signals
stringlengths
23
265
comment_hygiene
float64
0
1
license_spdx
stringclasses
3 values
composite_score
float64
0.18
0.93
diff_text
stringlengths
0
50k
quality_quartile
int8
1
4
microsoft/vscode#314087
microsoft/vscode
314,087
fixes component explorer lock file
hediet
false
2026-05-04T12:57:34Z
4
4
1
0
2
1
0.925926
0
0.2
1
0.15
["Minimal PR with simple commit message, appears to be routine maintenance work"]
1
MIT
0.683889
diff --git a/test/componentFixtures/blocks-ci-screenshots.md b/test/componentFixtures/blocks-ci-screenshots.md @@ -1,16 +1,16 @@ <!-- auto-generated by CI — do not edit manually --> #### editor/codeEditor/CodeEditor/Dark -![screenshot](https://hediet-screenshots.azurewebsites.net/images/cb32a3e854b5734fe5aaca2318f2...
1
microsoft/vscode#309853
microsoft/vscode
309,853
fix(agents): use correct exe when launching from cli on windows
Regression from https://github.com/microsoft/vscode/pull/307846
deepak1556
false
2026-04-14T14:22:35Z
3
3
1
1
3
2
0.943396
0.42767
0.3
0.3
0.15
["Human-authored: references specific PR regression, minimal body, single commit with natural bug-fix phrasing"]
1
MIT
0.683427
diff --git a/src/vs/code/node/cli.ts b/src/vs/code/node/cli.ts @@ -487,10 +487,10 @@ export async function main(argv: string[]): Promise<void> { // Figure out the app to launch: with --agents we try to launch the embedded app on Windows let execToLaunch = process.execPath; - if (isWindows && args.agents && ...
1
microsoft/vscode#313099
microsoft/vscode
313,099
CSS fixes for chat status hover
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
pwang347
false
2026-04-28T21:44:30Z
7
3
2
1
2
2
0.909091
0.42767
0.2
0.3
0.15
["Minimal, terse commit messages and sparse PR description suggest human laziness rather than AI generation"]
1
MIT
0.683281
diff --git a/src/vs/sessions/contrib/accountMenu/browser/media/accountWidget.css b/src/vs/sessions/contrib/accountMenu/browser/media/accountWidget.css @@ -136,6 +136,7 @@ } .sessions-account-titlebar-panel-content .chat-status-bar-entry-tooltip .collapsible-header { + margin-top: 0; padding: 8px 10px 8px 8px; } ...
1
microsoft/vscode#314641
microsoft/vscode
314,641
adding request.options.tools event to 3p
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
24anisha
false
2026-05-06T23:20:34Z
360
1
2
2
3
2
0.21692
0.560849
0.3
1
0.25
["Ad-hoc commit messages with informal tone ('multiplex in case it's too long'), internal context references, and human-like pragmatic approach to development"]
1
MIT
0.68275
diff --git a/extensions/copilot/src/extension/prompt/node/chatMLFetcher.ts b/extensions/copilot/src/extension/prompt/node/chatMLFetcher.ts @@ -32,7 +32,7 @@ import { IOTelService, ISpanHandle, SpanKind, SpanStatusCode } from '../../../pl import { IRequestLogger } from '../../../platform/requestLogger/common/requestLog...
1
microsoft/vscode#312033
microsoft/vscode
312,033
Revert "ci: switch PR workflows back to 1ES self-hosted runners with JobId"
Reverts microsoft/vscode#311975
Yoyokrazy
false
2026-04-22T23:10:55Z
10
10
4
1
1
1
0.833333
0.32767
0.1
0.3
0.05
["Standard revert PR with human-authored commit message and specific commit SHA reference"]
1
MIT
0.681918
diff --git a/.github/workflows/pr-linux-cli-test.yml b/.github/workflows/pr-linux-cli-test.yml @@ -11,7 +11,7 @@ on: jobs: linux-cli-test: name: ${{ inputs.job_name }} - runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64, "JobId=linux-cli-test-${{ inputs.job_name }}-${{ github.run_id }}-${{ gi...
1
pandas-dev/pandas#65520
pandas-dev/pandas
65,520
Backport PR #65436 on branch 3.0.x (Account for privatization of matplotlib `Formatter.locs` attribute)
This is a manual backport of PR #65436, expanded to handle the additional access of `Formatter.locs` on `3.0.x` that is not on `main`. - [N/A] closes #xxxx (Replace xxxx with the GitHub issue number) - [N/A] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#wr...
ayshih
false
2026-05-08T07:49:38Z
3
3
1
2
0
1
0.943396
0.360849
0
0.3
0.15
["Manual backport with specific technical context and checkboxes indicate human review process"]
1
BSD-3-Clause
0.681722
diff --git a/pandas/plotting/_matplotlib/converter.py b/pandas/plotting/_matplotlib/converter.py @@ -182,7 +182,7 @@ def default_units(x, axis) -> str: # time formatter class TimeFormatter(mpl.ticker.Formatter): # pyright: ignore[reportAttributeAccessIssue] def __init__(self, locs) -> None: - self.locs =...
1
microsoft/vscode#300592
microsoft/vscode
300,592
Make `getChatSessionItem` return an async iterable
For #298507 cc @roblourens @bpasero You may still need to fully adopt this for callers so they can eagerly handle results . I think you also now add a timeout now by doing something like this: ```ts const resolved = []; await raceTimeout(async () => { for await (const { chatSessionType, items} of getChatSe...
mjbvz
false
2026-03-11T03:37:52Z
47
41
5
1
2
1
0.531915
0.22767
0.2
1
0.15
["Author voice present with specific implementation guidance and internal discussion references"]
1
MIT
0.681705
diff --git a/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsModel.ts b/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsModel.ts @@ -491,12 +491,12 @@ export class AgentSessionsModel extends Disposable implements IAgentSessionsMode mapSessionContributionToType.set(contribution.type...
1
evanw/esbuild#4295
evanw/esbuild
4,295
fix #4286: use `Uint8Array.fromBase64` if present
With this change, esbuild's `binary` loader will now use the new [`Uint8Array.fromBase64`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromBase64) function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this ...
evanw
false
2025-11-09T18:06:08Z
79
37
14
1
0
0
0.462963
0.22767
0
1
0.15
["Human voice present, specific technical details, issue reference, natural commit progression"]
1
MIT
0.681362
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +* Use `Uint8Array.fromBase64` if available ([#4286](https://github.com/evanw/esbuild/issues/4286)) + + With this release, esbuild's `binary` loader will now use the new [`Uint8Array.fromBase64`](https://developer.mozilla.org/en-US/docs/Web...
1
facebook/react#35505
facebook/react
35,505
Bump qs from 6.4.0 to 6.4.1 in /fixtures/packaging/webpack-alias/dev
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p> <blockquote> <h2><strong>6.4.1</strong></h2> <ul> <li>[Fix] <code>parse</code>: ignore <code>__proto__</code...
dependabot[bot]
true
2026-03-12T15:40:23Z
2
2
1
1
0
0
0.961538
0.22767
0
0.3
0.05
["Automated dependency bump PR with standard changelog format"]
1
MIT
0.681148
diff --git a/fixtures/packaging/webpack-alias/dev/yarn.lock b/fixtures/packaging/webpack-alias/dev/yarn.lock @@ -936,8 +936,8 @@ punycode@^1.2.4, punycode@^1.4.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" qs@~6.4.0: - version "6.4.0" - resolve...
1
facebook/react#35432
facebook/react
35,432
Bump qs from 6.4.0 to 6.4.1 in /fixtures/packaging/webpack/prod
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p> <blockquote> <h2><strong>6.4.1</strong></h2> <ul> <li>[Fix] <code>parse</code>: ignore <code>__proto__</code...
dependabot[bot]
true
2026-03-12T15:38:42Z
2
2
1
1
0
0
0.961538
0.22767
0
0.3
0.05
["Automated dependency bump PR, likely generated by Dependabot or similar tooling, not AI coding assistant"]
1
MIT
0.681148
diff --git a/fixtures/packaging/webpack/prod/yarn.lock b/fixtures/packaging/webpack/prod/yarn.lock @@ -936,8 +936,8 @@ punycode@^1.2.4, punycode@^1.4.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" qs@~6.4.0: - version "6.4.0" - resolved "https:/...
1
microsoft/vscode#302797
microsoft/vscode
302,797
Refactor new chat view: rename to workspace, separate session type and isolation pickers
## Summary Refactors the new chat view pickers in the sessions window: ### Renames - `SessionProject` → `SessionWorkspace` (class, file `sessionProject.ts` → `sessionWorkspace.ts`) - `ProjectPicker` → `WorkspacePicker` (class, file `projectPicker.ts` → `workspacePicker.ts`) - "Pick a Project" → "Pick a Workspace", "F...
sandy081
false
2026-03-18T13:43:32Z
307
183
12
2
2
3
0.169492
0.560849
0.2
1
0.25
["Detailed refactoring PR with specific class renames and UI changes; commit messages show some stilted phrasing but include human-like specificity and technical depth"]
1
MIT
0.680636
diff --git a/src/vs/sessions/contrib/changes/browser/changesView.ts b/src/vs/sessions/contrib/changes/browser/changesView.ts @@ -58,7 +58,7 @@ import { ACTIVE_GROUP, IEditorService, SIDE_GROUP } from '../../../../workbench/ import { IExtensionService } from '../../../../workbench/services/extensions/common/extensions....
1
microsoft/vscode#315139
microsoft/vscode
315,139
Fix display for free UBB
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
pwang347
false
2026-05-08T00:53:05Z
9
6
2
0
1
1
0.869565
0
0.1
1
0.15
["Minimal commits with trivial messages ('fix'), sparse PR description, but includes issue reference and screenshot showing manual testing"]
1
MIT
0.680435
diff --git a/src/vs/workbench/contrib/chat/browser/chatStatus/chatStatusDashboard.ts b/src/vs/workbench/contrib/chat/browser/chatStatus/chatStatusDashboard.ts @@ -242,8 +242,11 @@ export class ChatStatusDashboard extends DomWidget { } let chatQuotaIndicator: ((quota: IQuotaSnapshot | string) => void) | undefi...
1
microsoft/vscode#304686
microsoft/vscode
304,686
Fix wrapped title spacing on the agent sessions welcome page
## Summary - add an explicit line-height to the welcome page product title - prevent wrapped titles from overlapping when the page is narrow Fixes #297827. Before: <img width="278" height="144" alt="image" src="https://github.com/user-attachments/assets/d2402536-5324-4dae-b0e3-fdcab380640a" /> After: <img ...
a77ming
false
2026-03-25T18:31:09Z
1
0
1
1
0
2
0.990099
0.32767
0
0.3
0.15
["Human voice present, specific issue reference, before/after screenshots, honest testing note"]
1
MIT
0.680432
diff --git a/src/vs/workbench/contrib/welcomeAgentSessions/browser/media/agentSessionsWelcome.css b/src/vs/workbench/contrib/welcomeAgentSessions/browser/media/agentSessionsWelcome.css @@ -40,6 +40,7 @@ .agentSessionsWelcome-header h1.product-name { font-size: 32px; font-weight: 400; + line-height: 1; margin: 0 ...
1
microsoft/vscode#310839
microsoft/vscode
310,839
Fix terminal auto-approve splitting commands at `--flag=value` in powershell
Resolves: https://github.com/microsoft/vscode/issues/294010 /cc @meganrogge Easy repro on windows powershell , set `git log` as entry to `"chat.tools.terminal.autoApprove": {` in settings.json Before: <img width="1649" height="995" alt="image" src="https://github.com/user-attachments/assets/a5160bfd-cb14-4a1f...
anthonykim1
false
2026-04-16T23:11:42Z
45
0
2
1
1
1
0.689655
0.22767
0.1
1
0.25
["Human voice present (specific repro steps, internal issue investigation), but problem description reads somewhat formulaic"]
1
MIT
0.680366
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/treeSitterCommandParser.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/treeSitterCommandParser.ts @@ -17,6 +17,23 @@ export const enum TreeSitterCommandParserLanguage { PowerShell = 'powershell', } +/** + * Matches a...
1
pandas-dev/pandas#65445
pandas-dev/pandas
65,445
DOC: clarify PeriodIndex.is_full behavior with duplicate periods
Supersedes #64063. the previous PR proposed changing the behavior of `PeriodIndex.is_full`, but that would require a deprecation cycle. This PR instead updates the docstring to clarify the current behavior. in particular, it makes clear that duplicate periods are considered valid, which matches the existing im...
vkverma9534
false
2026-05-03T14:36:58Z
4
2
1
3
0
1
0.943396
0.55534
0
0.3
0.15
["Human voice present with technical context and reasoning about deprecation cycles"]
0.5
BSD-3-Clause
0.680345
diff --git a/pandas/core/indexes/period.py b/pandas/core/indexes/period.py @@ -564,8 +564,10 @@ def asof_locs(self, where: Index, mask: npt.NDArray[np.bool_]) -> np.ndarray: @property def is_full(self) -> bool: """ - Returns True if this PeriodIndex is range-like in that all Periods - b...
1
microsoft/vscode#306573
microsoft/vscode
306,573
feat: Support switching to the main window.
From an auxilary window, there is currently no way to switch back to the main window. This particularly an issue when you have a floating terminal window, as there is no key binding that can easily take you back to the correct split of the main editor (there is no active editor group, so "focus active editor group" ...
matts1
false
2026-04-14T14:21:17Z
20
2
2
4
1
3
0.819672
0.528634
0.1
0.3
0.15
["Author voice present with specific user experience problem description and detailed testing steps"]
0.8
MIT
0.680109
diff --git a/src/vs/workbench/electron-browser/actions/windowActions.ts b/src/vs/workbench/electron-browser/actions/windowActions.ts @@ -29,7 +29,7 @@ import { isMacintosh } from '../../../base/common/platform.js'; import { getActiveWindow } from '../../../base/browser/dom.js'; import { IOpenedAuxiliaryWindow, IOpene...
1
microsoft/vscode#313071
microsoft/vscode
313,071
[release/1.118] On agent mode change, ignore stateful marker
Backport of #312951. Fixes #312554 ## Problem When a Responses API conversation switches modes (for example, Agent -> Plan), we intentionally treat the next request as a mode change so it does not reuse the previous `previous_response_id` / stateful marker. That part is correct for the first request after the switch...
dileepyavan
false
2026-04-28T22:54:22Z
336
6
10
2
0
1
0.226244
0.360849
0
1
0.15
["Human voice evident in detailed technical explanation with specific use cases and context"]
1
MIT
0.679149
diff --git a/extensions/copilot/src/extension/agents/vscode-node/test/planAgentProvider.spec.ts b/extensions/copilot/src/extension/agents/vscode-node/test/planAgentProvider.spec.ts @@ -18,7 +18,7 @@ import { DisposableStore } from '../../../../util/vs/base/common/lifecycle'; import { SyncDescriptor } from '../../../.....
1
microsoft/vscode#303304
microsoft/vscode
303,304
Fix close tracking in browser API
Fixes #303290
kycutler
false
2026-03-19T20:47:36Z
14
7
2
0
0
1
0.826446
0
0
1
0.15
["Minimal PR body, single commit with generic message; typical human workflow"]
1
MIT
0.678967
diff --git a/extensions/vscode-api-tests/src/singlefolder-tests/browser.test.ts b/extensions/vscode-api-tests/src/singlefolder-tests/browser.test.ts @@ -5,7 +5,7 @@ import * as assert from 'assert'; import * as vscode from 'vscode'; -import { window, ViewColumn } from 'vscode'; +import { window, commands, ViewColum...
1
microsoft/vscode#310195
microsoft/vscode
310,195
fix: make protected members public to resolve mangler build errors
`setEditorVisible` in `editorPane.ts` and `_enableCommandLineSandboxRewriting` in `runInTerminalTool.ts` were declared as `protected` but accessed publicly by subclasses (`chatDebugEditor.ts` and `runInTerminalConfirmationTool.ts` respectively), causing the mangler to promote them to public and then error with "Protect...
NikolaRHristov
false
2026-04-16T15:36:25Z
3
3
3
4
1
2
0.943396
0.528634
0.1
0.3
0.15
["Human voice present with specific technical problem and issue reference; inconsistent commit messages suggest manual authoring"]
0.6
MIT
0.678668
diff --git a/src/vs/sessions/browser/parts/editorParts.ts b/src/vs/sessions/browser/parts/editorParts.ts @@ -9,7 +9,7 @@ import { IEditorGroupsService } from '../../../workbench/services/editor/common/ import { MainEditorPart } from './editorPart.js'; export class EditorParts extends EditorPartsBase { - override cr...
1
microsoft/vscode#298736
microsoft/vscode
298,736
Align `js/ts.suggest.completeJSDocs` with other names
Fixes #298734 Aligning this to use the id `js/ts.suggest.jsdoc.enabled` because we have another setting in the `#js/ts.suggest.jsdoc.*` scope <!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * As...
mjbvz
false
2026-03-02T16:43:04Z
7
7
3
1
2
2
0.877193
0.42767
0.2
0.3
0.15
["Human voice present, references specific issue number, technical naming rationale"]
1
MIT
0.678497
diff --git a/extensions/typescript-language-features/package.json b/extensions/typescript-language-features/package.json @@ -1919,10 +1919,10 @@ "markdownDeprecationMessage": "%configuration.suggest.paths.unifiedDeprecationMessage%", "scope": "resource" }, - "js/ts.suggest....
1
microsoft/vscode#311487
microsoft/vscode
311,487
Policy: Restrict account-sensitive functionality with opt-in policy
Closes https://github.com/microsoft/vscode-internalbacklog/issues/6435 Introduces an **Account Policy Gate** that disables AI/chat features until: 1. The user is signed into a GitHub account in an admin-approved organization, AND 2. Account-side policy data has resolved. Activated by the `ChatApprovedAccountOrganiza...
joshspicer
false
2026-04-23T03:17:43Z
1,058
57
30
5
11
2
0.041152
0.788519
1
1
0.25
["Mixed signals: detailed technical explanation and specific implementation details suggest human authorship, but commit messages show stilted 'Refactor X to do Y' phrasing typical of AI generation"]
1
MIT
0.678303
diff --git a/.github/skills/add-policy/SKILL.md b/.github/skills/add-policy/SKILL.md @@ -230,3 +230,7 @@ See `chat.tools.global.autoApprove` and `chat.useHooks` in `src/vs/workbench/con ## Examples Search the codebase for `policy:` to find all the examples of different policy configurations. + +## Learnings + +* Ne...
1
microsoft/vscode#314085
microsoft/vscode
314,085
[cherry-pick] Fix icon alignment
Cherry-pick of #314076 from `main`. https://github.com/microsoft/vscode/issues/314043
vs-code-engineering[bot]
true
2026-05-04T12:49:13Z
18
4
3
0
0
1
0.819672
0
0
1
0.15
["Cherry-pick PR with minimal body, human-style workflow referencing issue tracking"]
1
MIT
0.677951
diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -1024,12 +1024,18 @@ configurationRegistry.registerConfiguration({ description: nls.localize('chat.tools.riskAssessment.enabled', "When enabled, terminal tool confirmations show an...
1
BurntSushi/ripgrep#2898
BurntSushi/ripgrep
2,898
regex: add as_match method to Captures
Fixes: #1146
tmccombs
false
2024-09-19T13:30:31Z
9
0
1
2
0
1
0.917431
0.360849
0
0.3
0.15
["Minimal PR with single substantive commit, specific issue reference, human-like conciseness"]
1
Unlicense
0.677827
diff --git a/crates/matcher/src/lib.rs b/crates/matcher/src/lib.rs @@ -389,6 +389,15 @@ pub trait Captures { /// for the overall match. fn get(&self, i: usize) -> Option<Match>; + /// Return the overall match for the capture. + /// + /// This returns the match for index `0`. That is it is equivalen...
1
microsoft/vscode#298664
microsoft/vscode
298,664
Add more logging to sanity test runner
Trying to identity root cause of some strange failures.
dmitrivMS
false
2026-03-02T10:50:36Z
16
2
1
0
1
1
0.847458
0
0.1
1
0.15
["Informal language ('Trying to identity'), typos, ad-hoc commit messages typical of human work"]
1
MIT
0.677119
diff --git a/test/sanity/src/index.ts b/test/sanity/src/index.ts @@ -52,8 +52,22 @@ if (testResults) { const mocha = new Mocha(mochaOptions); mocha.addFile(fileURLToPath(new URL('./main.js', import.meta.url))); await mocha.loadFilesAsync(); -mocha.run(failures => { +const runner = mocha.run(failures => { + if (optio...
1
microsoft/vscode#300517
microsoft/vscode
300,517
fix `cannot read properties of undefined (reading 'getCell')` error that causes terminal benchmarks to fail
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/7011 Cause: - In xtermTerminal.ts, getRangeAsVT computed a safe start line, but still passed the raw marker line into serialize. - When a marker is disposed, its line can be `-1`; that invalid range reached xterm serialize and triggered the getCell u...
meganrogge
false
2026-03-10T18:58:55Z
20
3
2
0
0
1
0.813008
0
0
1
0.15
["Human voice evident in specific technical analysis and troubleshooting narrative"]
1
MIT
0.676951
diff --git a/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts b/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts @@ -47,6 +47,7 @@ import type { IProgressState } from '@xterm/addon-progress'; import type { CommandDetectionCapability } from '../../../../../platform/terminal/common/capabi...
1
microsoft/vscode#313093
microsoft/vscode
313,093
Fix missing model picker multipliers
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
pwang347
false
2026-04-28T21:11:17Z
22
1
2
0
0
1
0.813008
0
0
1
0.15
["Minimal commit message, standard PR template, no AI indicators"]
1
MIT
0.676951
diff --git a/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts b/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts @@ -149,7 +149,8 @@ function createModelAction( ): IActionWidgetDropdownAction & { section?: string } { const toolbarActions = languageModelsService.getModelConfi...
1
BurntSushi/ripgrep#2000
BurntSushi/ripgrep
2,000
Re-enable mmap on 32-bit architectures
memmap2 v0.3.0 introduced a [regression](https://github.com/RazrFalcon/memmap2-rs/commit/5e271224c8411c89b42060294f9393cfc7b12a2a) when trying to map files larger than 4GB on 32-bit architectures which was subsequently [fixed](https://github.com/RazrFalcon/memmap2-rs/commit/9aa838aed99a4879d8357ff295a0ca1c98ba1ae5) in ...
adamreichold
false
2023-05-19T12:23:53Z
0
10
1
2
0
0
0.909091
0.360849
0
0.3
0.15
["Specific technical details, referenced commits, testing methodology with concrete setup"]
1
Unlicense
0.676576
diff --git a/crates/searcher/src/searcher/mmap.rs b/crates/searcher/src/searcher/mmap.rs @@ -71,16 +71,6 @@ impl MmapChoice { if !self.is_enabled() { return None; } - if !cfg!(target_pointer_width = "64") { - // For 32-bit systems, it looks like mmap will succeed even if...
1
microsoft/vscode#303903
microsoft/vscode
303,903
fix #303645. handle uint8array in addition to vsbuffer
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed changes an...
rebornix
false
2026-03-22T19:55:41Z
18
1
2
0
1
1
0.840336
0
0.1
1
0.15
["Standard PR template, specific issue reference, minimal commit message consistent with human workflow"]
1
MIT
0.67605
diff --git a/src/vs/workbench/contrib/chat/test/browser/chatImageCarouselService.test.ts b/src/vs/workbench/contrib/chat/test/browser/chatImageCarouselService.test.ts @@ -282,6 +282,22 @@ suite('ChatImageCarouselService helpers', () => { assert.strictEqual(result.length, 1); assert.strictEqual(result[0].images....
1
microsoft/vscode#299003
microsoft/vscode
299,003
feat: support heap profile and snapshot capture for tsserver
deepak1556
false
2026-03-04T22:34:46Z
203
4
4
4
1
2
0.325733
0.728634
0.1
0.3
0.15
["Human authorship signals: specific feature implementation, practical feedback iteration, graceful shutdown handling"]
1
MIT
0.676018
diff --git a/extensions/typescript-language-features/package.json b/extensions/typescript-language-features/package.json @@ -30,7 +30,9 @@ "typescript.npm", "js/ts.tsserver.npm.path", "typescript.tsserver.nodePath", - "js/ts.tsserver.node.path" + "js/ts.tsserver.node.path", + ...
1
microsoft/vscode#315503
microsoft/vscode
315,503
Fix empty chat response when first message exceeds budget
Fixes #314000. ## Problem When the budget is exceeded on the first user message of a brand-new conversation (no history, no tool-call rounds), `SummarizedConversationHistoryPropsBuilder.getProps()` threw `'Nothing to summarize'`. That: 1. Bubbled up as a generic `[ConversationHistorySummarizer] summarization f...
bhavyaus
false
2026-05-10T01:08:33Z
15
5
3
0
1
1
0.833333
0
0.1
1
0.15
["Human voice evident in problem analysis with specific internal knowledge; telemetry and stack trace details suggest real debugging; ad-hoc commit message"]
1
MIT
0.675
diff --git a/extensions/copilot/src/extension/intents/node/agentIntent.ts b/extensions/copilot/src/extension/intents/node/agentIntent.ts @@ -368,6 +368,10 @@ export class AgentIntent extends EditCodeIntent { tools: availableTools, maxToolResultLength: Infinity, }); + if (!propsInfo) { + stream.markdo...
1
BurntSushi/ripgrep#3192
BurntSushi/ripgrep
3,192
add Cursor hyperlink alias
Add hyperlink alias for Cursor. It works the same way as the other VSCode forks. I have the following code in my zshrc but I would like to add the alias officially. ```sh if [[ "$TERM_PROGRAM" == 'vscode' ]]; then alias rg='rg --hyperlink-format="cursor://file{path}:{line}:{column}"' fi ```
enochchau
false
2025-10-17T18:59:17Z
5
0
1
1
0
1
0.952381
0.32767
0
0.3
0.15
["Human voice present, personal workflow context, specific code snippet from own config"]
1
Unlicense
0.674775
diff --git a/crates/printer/src/hyperlink/aliases.rs b/crates/printer/src/hyperlink/aliases.rs @@ -4,6 +4,11 @@ use crate::hyperlink::HyperlinkAlias; /// /// These need to be sorted by name. pub(super) const HYPERLINK_PATTERN_ALIASES: &[HyperlinkAlias] = &[ + alias( + "cursor", + "Cursor scheme (cur...
1
microsoft/vscode#298598
microsoft/vscode
298,598
Fix chat terminal flicker during streaming
The embedded terminal in chat flickers to blank during command execution. I used `npm run test-node` to reproduce/test. I think the issue is in `chatTerminalCommandMirror.ts` when it can't append incrementally it calls `xterm.reset()` then `xterm.write(text)` as two separate calls and xterm renders a blank frame in bet...
sanchirico
false
2026-03-02T18:07:19Z
10
16
2
0
0
2
0.793651
0
0
1
0.15
["Author voice present ('I used', 'I think', 'I saw', 'I changed'), specific reproduction steps, technical reasoning with cross-file references"]
1
MIT
0.674048
diff --git a/src/vs/workbench/contrib/terminal/browser/chatTerminalCommandMirror.ts b/src/vs/workbench/contrib/terminal/browser/chatTerminalCommandMirror.ts @@ -308,12 +308,10 @@ export class DetachedTerminalCommandMirror extends Disposable implements IDetach // if we blindly append. const canAppend = !!this._l...
1
microsoft/vscode#298508
microsoft/vscode
298,508
Fix wrong current index in find widget if matches > 1000
Fixes #288515 When there are more than 1000 matches, decorations use _FIND_MATCH_NO_OVERVIEW_DECORATION instead of _FIND_MATCH_DECORATION. getCurrentMatchesPosition did not check for this decoration type, causing it to return 0 and fall through to a fallback with an off-by-one error.
alexdima
false
2026-03-01T00:42:41Z
20
1
2
0
1
1
0.826446
0
0.1
1
0.15
["Human voice with specific technical details, issue reference, and ad-hoc commits"]
1
MIT
0.673967
diff --git a/src/vs/editor/contrib/find/browser/findDecorations.ts b/src/vs/editor/contrib/find/browser/findDecorations.ts @@ -103,7 +103,7 @@ export class FindDecorations implements IDisposable { const candidates = this._editor.getModel().getDecorationsInRange(desiredRange); for (const candidate of candidates) {...
1
microsoft/vscode#304523
microsoft/vscode
304,523
prompts: fix agent plugin hooks being picked up multiple times
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed changes an...
connor4312
false
2026-03-24T18:21:10Z
20
1
4
0
1
1
0.826446
0
0.1
1
0.15
["Human voice evident in informal commit messages ('also reveal after install', 'tests'); no AI authorship indicators; standard VSCode contribution template"]
1
MIT
0.673967
diff --git a/src/vs/workbench/contrib/chat/browser/actions/chatPluginActions.ts b/src/vs/workbench/contrib/chat/browser/actions/chatPluginActions.ts @@ -17,7 +17,7 @@ import { ChatContextKeys } from '../../common/actions/chatContextKeys.js'; import { ChatConfiguration } from '../../common/constants.js'; import { IAge...
1
microsoft/vscode#309713
microsoft/vscode
309,713
Explicitly set display: summarized
Explicitly set `display: "summarized"` on the adaptive thinking config
bhavyaus
false
2026-04-14T05:17:05Z
6
6
2
0
3
1
0.892857
0
0.3
1
0.15
["Human voice evident; specific technical rationale about model behavior; straightforward commit messages with natural phrasing"]
1
MIT
0.673929
diff --git a/extensions/copilot/src/platform/endpoint/node/messagesApi.ts b/extensions/copilot/src/platform/endpoint/node/messagesApi.ts @@ -142,12 +142,12 @@ export function createMessagesRequestBody(accessor: ServicesAccessor, options: I // is configured for the model, and the model supports thinking. reasoningEffo...
1
microsoft/vscode#313123
microsoft/vscode
313,123
Fix circular import in terminal suggest
Found while trying to switch us to use esbuild for extension emit <!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date w...
mjbvz
false
2026-04-28T22:33:36Z
14
13
5
0
0
1
0.787402
0
0
1
0.15
["Human voice present with specific discovery context; sparse details suggest real debugging work"]
1
MIT
0.67311
diff --git a/extensions/terminal-suggest/src/constants.ts b/extensions/terminal-suggest/src/constants.ts @@ -8,3 +8,12 @@ export const enum SettingsIds { CachedWindowsExecutableExtensions = 'terminal.integrated.suggest.windowsExecutableExtensions', CachedWindowsExecutableExtensionsSuffixOnly = 'windowsExecutableExt...
1
django/django#21106
django/django
21,106
Added DatabaseFeatures.disallowed_simple_test_case_connection_methods.
The MongoDB backend needs to override it. Also, allowed the disallowed methods to accept args/kwargs, also needed by MongoDB.
timgraham
false
2026-04-16T09:28:19Z
18
9
2
0
0
1
0.787402
0
0
1
0.15
["Human voice with specific technical context and MongoDB-focused reasoning"]
1
BSD-3-Clause
0.67311
diff --git a/django/db/backends/base/features.py b/django/db/backends/base/features.py @@ -431,6 +431,15 @@ class BaseDatabaseFeatures: # that should be skipped for this database. django_test_skips = {} + # DatabaseWrapper methods that should raise an error if accessed in + # django.test.SimpleTestCas...
1
microsoft/vscode#313449
microsoft/vscode
313,449
Clearly make `.esbuild` file a module
This prevents this annoying warning from getting printed all the time ``` [watch-copilot ] [watch:esbuild ] (node:12319) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/matb/projects/vscode/extensions/copilot/.esbuild.ts is not specified and it doesn't parse as CommonJS. [watch-copilo...
mjbvz
false
2026-04-30T18:03:05Z
16
11
6
0
0
1
0.787402
0
0
1
0.15
["Human author voice present - describes personal frustration with annoying warning, specific error context with telemetry details"]
1
MIT
0.67311
diff --git a/build/lib/extensions.ts b/build/lib/extensions.ts @@ -71,24 +71,29 @@ function fromLocal(extensionPath: string, forWeb: boolean, _disableMangle: boole let hasEsbuild = fs.existsSync(path.join(extensionPath, esbuildConfigFileName)); - // Fallback: check for .esbuild.ts (used by extensions with their o...
1
microsoft/vscode#314847
microsoft/vscode
314,847
Strip NODE_OPTIONS in removeDangerousEnvVariables
NODE_OPTIONS can inject arbitrary flags (--require, --inspect, etc.) into forked Node processes, which can lead to crashes and unexpected behavior in the extension host and other forked processes (similar reasoning to the existing DEBUG and LD_PRELOAD\cleanups). Add it to the list of variables stripped by removeDangero...
meganrogge
false
2026-05-06T21:26:24Z
5
0
1
2
2
1
0.952381
0.360849
0.2
0.3
0.15
["Human-written with specific technical reasoning about NODE_OPTIONS vulnerability"]
1
MIT
0.673069
diff --git a/src/vs/base/common/processes.ts b/src/vs/base/common/processes.ts @@ -140,6 +140,11 @@ export function removeDangerousEnvVariables(env: IProcessEnvironment | undefined // See https://github.com/microsoft/vscode/issues/130072 delete env['DEBUG']; + // Unset `NODE_OPTIONS`, as it can be used to inject ...
1
microsoft/vscode#314287
microsoft/vscode
314,287
[cherry-pick] Changes to include workspaceStorage directory for allowRead
Cherry-picks `b32a129600d` to `release/1.119`. Validation: - `./scripts/test.sh --run src/vs/workbench/contrib/terminalContrib/chatAgentTools/test/browser/terminalSandboxService.test.ts --grep "should reallow reads from workspace storage|should deny home reads while reallowing writable paths for reads|should only add ...
dileepyavan
false
2026-05-05T00:08:00Z
27
1
2
0
0
1
0.78125
0
0
1
0.15
["Cherry-pick of existing commit, human validation details, informal voice"]
1
MIT
0.672187
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalSandboxService.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalSandboxService.ts @@ -683,7 +683,7 @@ export class TerminalSandboxService extends Disposable implements ITerminalSandb } private _updateAll...
1
microsoft/vscode#298200
microsoft/vscode
298,200
fixes #297159
fixes #297159
isidorn
false
2026-02-27T10:43:16Z
9
15
2
0
1
1
0.806452
0
0.1
1
0.15
["Minimal PR body, simple commit messages typical of human workflow, no AI attribution"]
1
MIT
0.670968
diff --git a/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts b/src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts @@ -266,7 +266,6 @@ export function buildModelPickerItems( } // Render promoted section: available first, then sorted alphabetically by name - let hasShownA...
1
microsoft/vscode#300973
microsoft/vscode
300,973
Small improvements to browser zoom feature
Follow-up to https://github.com/microsoft/vscode/pull/299161 - Simplify setting name `workbench.browser.zoom.pageZoom` -> `workbench.browser.pageZoom` (no migration code needed because the previous name was just checked in and hasn't been deployed yet, not even to Insiders) - Small additions to zoom keyboard shortcut...
jruales
false
2026-03-12T05:08:45Z
14
7
3
1
2
2
0.826446
0.42767
0.2
0.3
0.15
["Author voice present, specific technical rationale, informal commit messages"]
1
MIT
0.670885
diff --git a/src/vs/workbench/contrib/browserView/common/browserZoomService.ts b/src/vs/workbench/contrib/browserView/common/browserZoomService.ts @@ -119,7 +119,7 @@ export class BrowserZoomService extends Disposable implements IBrowserZoomServic this._persistentZoomMap = this._readPersistentZoomMap(); this._r...
1
microsoft/vscode#300034
microsoft/vscode
300,034
Enrich terminal tool result metadata for AI agent workflows
Fix #288568
xingsy97
false
2026-03-12T21:17:33Z
12
3
1
2
4
3
0.869565
0.560849
0.4
0.3
0.25
["minimal body, generic commit messages, no explicit AI authorship claim"]
1
MIT
0.670647
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts @@ -880,9 +880,12 @@ export class RunInTerminalTool extends Disposable implements IToolImpl { resultText += `\n\ The ...
1
evanw/esbuild#4358
evanw/esbuild
4,358
fix #4357: -webkit- prefix for mask shorthand
Added CSS vendor prefix (`-webkit`) for the [mask](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/mask) shorthand property ([#4357](https://github.com/evanw/esbuild/issues/4357)). ```css /* Original code */ main { mask: url(x.png) center/5rem no-repeat } /* Old output */ main { ...
BPJEnnova
false
2025-12-16T20:29:46Z
30
0
5
0
0
1
0.769231
0
0
1
0.15
["Human voice evident: issue reference, specific problem statement, natural before/after example format"]
1
MIT
0.670385
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -8,6 +8,26 @@ This change was contributed by [@hybrist](https://github.com/hybrist). +* Added CSS vendor prefix (`-webkit`) for the [mask](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/mask) shorthand property ([#4357](https://github.com/evanw...
1
evanw/esbuild#2371
evanw/esbuild
2,371
fix(bundle): omit enum comments if name contains `*/` in bundle mode
- fix #2369
magic-akari
false
2022-07-06T03:03:40Z
29
1
3
0
0
0
0.769231
0
0
1
0.15
["Minimal PR with specific bug fix, references issue number, includes test case, natural commit messages"]
1
MIT
0.670385
diff --git a/internal/bundler/bundler_ts_test.go b/internal/bundler/bundler_ts_test.go @@ -223,6 +223,28 @@ func TestTSDeclareConstEnum(t *testing.T) { }) } +func TestConstEnumComments(t *testing.T) { + ts_suite.expectBundled(t, bundled{ + files: map[string]string{ + "/bar.ts": ` + export const enum PRCD { + ...
1
microsoft/vscode#311728
microsoft/vscode
311,728
feat: add leakWarningName to emitters for better leak error telemetry grouping
## Summary Add human-readable emitter names to ListenerLeakError and ListenerRefusalError messages, improving error telemetry grouping for listener leak buckets. Ref: #305051 ## Problem Listener leak errors produce non-deterministic stack traces (due to subscriber rotation and stack drift across builds), causing th...
bryanchen-d
false
2026-04-21T17:17:11Z
25
16
8
3
4
2
0.70922
0.65534
0.4
0.3
0.25
["Specific technical details and internal reference suggest human authorship, but stilted commit message phrasing weakly indicates AI assistance"]
1
MIT
0.670218
diff --git a/src/vs/base/common/event.ts b/src/vs/base/common/event.ts @@ -931,6 +931,11 @@ export interface EmitterOptions { * @see setGlobalLeakWarningThreshold */ leakWarningThreshold?: number; + /** + * Human-readable name for the emitter, included in leak warning error + * messages to help identify which...
1
microsoft/vscode#313400
microsoft/vscode
313,400
Don't try watching readonly file systems
For #313281
mjbvz
false
2026-04-30T01:53:44Z
19
6
2
0
1
1
0.8
0
0.1
1
0.15
["Minimal body, brief commit messages, no AI attribution markers, appears to be routine bug fix"]
1
MIT
0.67
diff --git a/extensions/copilot/src/platform/workspaceChunkSearch/node/codeSearch/externalIngestIndex.ts b/extensions/copilot/src/platform/workspaceChunkSearch/node/codeSearch/externalIngestIndex.ts @@ -955,14 +955,23 @@ export class ExternalIngestIndex extends Disposable { } const addWatchersFolder = (folder: ...
1
microsoft/vscode#303637
microsoft/vscode
303,637
Option to allow-list command when offering to run outside of sandbox
fixes #303426 ## Summary - thread the unsandboxed confirmation requirement through terminal command-line analyzer options - stop the sandbox analyzer from force auto-approving commands when explicit unsandboxed confirmation is required - keep confirmation actions available in the terminal confirmation flow for thes...
dileepyavan
false
2026-03-21T00:40:56Z
15
5
4
0
2
1
0.833333
0
0.2
1
0.15
["Human voice evident in specific technical details and deliberate design decisions; commit rewriting suggests human iteration"]
1
MIT
0.67
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/commandLineAnalyzer.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/commandLineAnalyzer/commandLineAnalyzer.ts @@ -45,6 +45,7 @@ export interface ICommandLineAnalyzerOptions { treeSitterLa...
1
microsoft/vscode#313605
microsoft/vscode
313,605
Agentic browser tools + Agent Host
* Closes https://github.com/microsoft/vscode/issues/313798 To try it out in OSS: - Open Agents app - <img width="380" height="41" alt="image" src="https://github.com/user-attachments/assets/fbafb4e7-92fb-46ca-b13b-b44dd5f9c7c7" /> - Set `"chat.agentHost.enabled": true,` - Set `"workbench.browser.agentHostCha...
jruales
false
2026-05-01T00:01:11Z
90
16
16
5
4
3
0.485437
0.788519
0.4
0.3
0.25
["Human voice present with issue references and setup instructions; commit messages are ad-hoc and vague (POC, More changes, Make comments) suggesting iterative human development"]
1
MIT
0.669945
diff --git a/src/vs/sessions/contrib/configuration/browser/configuration.contribution.ts b/src/vs/sessions/contrib/configuration/browser/configuration.contribution.ts @@ -66,7 +66,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon 'terminal.integrated.initialHint': false, 'wor...
1
facebook/react#36094
facebook/react
36,094
[DevTools] feat: display subtree for Activity and dim in hidden mode
With this change, Components panel will display subtree of the Activity. When it is in hidden mode, the subtree will be dimmed. Added Jest tests and a sandbox case to `react-devtools-shell`. Demo: https://github.com/user-attachments/assets/69a2e8d6-585d-4fcd-b57e-e9ae06d0a1b3
hoxyq
false
2026-03-23T14:29:39Z
499
30
9
7
0
2
0.158983
0.883011
0
0.3
0.15
["Human voice and specific implementation details present; lacks AI authorship signals"]
0.75
MIT
0.6696
diff --git a/packages/react-devtools-shared/src/__tests__/store-test.js b/packages/react-devtools-shared/src/__tests__/store-test.js @@ -297,6 +297,269 @@ describe('Store', () => { }); }); + describe('Activity hidden state', () => { + // @reactVersion >= 19 + it('should mark Activity subtree elements a...
1
evanw/esbuild#4077
evanw/esbuild
4,077
fix #4076: Update go 1.23.5 => 1.23.7
fixes #4076
MikeWillCook
false
2025-03-10T03:03:27Z
10
6
4
2
0
0
0.862069
0.360849
0
0.3
0.15
["Straightforward version bump with minimal description, typical human routine maintenance"]
1
MIT
0.669523
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.23.5 + go-version: 1.23.7 id: go - name: Setup Node.js environment @@ -50,7 +50,7 @@ jobs: - ...
1
microsoft/vscode#299555
microsoft/vscode
299,555
Validate URLs in open browser tool
Fixes #299437
kycutler
false
2026-03-05T18:55:27Z
7
1
2
2
1
2
0.925926
0.460849
0.1
0.3
0.25
["Minimal PR body and single commit with generic title; insufficient evidence of AI authorship"]
1
MIT
0.669101
diff --git a/src/vs/workbench/contrib/browserView/electron-browser/tools/openBrowserTool.ts b/src/vs/workbench/contrib/browserView/electron-browser/tools/openBrowserTool.ts @@ -25,7 +25,7 @@ export const OpenBrowserToolData: IToolData = { properties: { url: { type: 'string', - description: 'The URL to op...
1
microsoft/vscode#309565
microsoft/vscode
309,565
Fix sandbox terminal command display
## Summary Fixes #309430 This prevents internal sandbox wrapper commands from leaking into the chat view for terminal tool invocations while running background. The terminal command pipeline can apply multiple command-line rewrites. The sandbox rewriter correctly sets a clean `forDisplay` command while storing...
dileepyavan
false
2026-04-13T19:12:07Z
25
1
2
0
1
1
0.793651
0
0.1
1
0.15
["Human voice present: 'I tried X first, then realized Y' narrative style, technical depth, specific problem context"]
1
MIT
0.669048
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts @@ -967,7 +967,7 @@ export class RunInTerminalTool extends Disposable implements IToolImpl { }); if (rewriteResult)...
1
microsoft/vscode#311790
microsoft/vscode
311,790
Add promptTypes to summarizedConversationHistory telemetry
Adds a `promptTypes` property to `summarizedConversationHistory` telemetry events, mirroring the same property already on `panel.request` events.
bhavyaus
false
2026-04-21T22:49:25Z
14
4
2
1
3
2
0.847458
0.42767
0.3
0.3
0.15
["Specific telemetry feature with clear context; minimal commit message matches straightforward task"]
1
MIT
0.669036
diff --git a/extensions/copilot/src/extension/intents/node/agentIntent.ts b/extensions/copilot/src/extension/intents/node/agentIntent.ts @@ -10,6 +10,7 @@ import type * as vscode from 'vscode'; import { IChatSessionService } from '../../../platform/chat/common/chatSessionService'; import { ChatFetchResponseType, Chat...
1
microsoft/vscode#310872
microsoft/vscode
310,872
Integrating sandboxing with network filter service
fixes #303996
dileepyavan
false
2026-04-17T21:54:36Z
281
144
14
2
5
3
0.190476
0.560849
0.5
1
0.25
["Messy commit history with reverts suggests human iteration; no AI indicators in title/body"]
1
MIT
0.668784
diff --git a/build/lib/policies/policyData.jsonc b/build/lib/policies/policyData.jsonc @@ -200,7 +200,7 @@ "localization": { "description": { "key": "chat.agent.networkFilter", - "value": "When enabled, network access by agent tools (fetch tool, inte...
1
evanw/esbuild#3424
evanw/esbuild
3,424
update to Unicode 15.1
JLHwung
false
2023-10-11T06:17:52Z
30
13
5
3
0
0
0.699301
0.45534
0
0.3
0.15
["Minimal body, specific technical context, ad-hoc commit messages without AI markers"]
1
MIT
0.66873
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +* Update to Unicode 15.1.0 + + The character tables that determine which characters form valid JavaScript identifiers have been updated from Unicode version 15.0.0 to the newly-released Unicode version 15.1.0. I'm not putting ...
1
microsoft/vscode#300617
microsoft/vscode
300,617
Add onDidReceiveChatDebugEvent API to send chat customization events
Add a new proposed API event onDidReceiveChatDebugEvent on vscode.chat that fires when VS Code core logs a debug event (e.g., prompt discovery, skill/instruction loading). This enables extensions to capture core-originated events in real-time.
vijayupadya
false
2026-03-11T03:45:44Z
72
2
6
4
4
2
0.574713
0.728634
0.4
0.3
0.25
["Human voice in specific feature description, but terse commit messages and minimal body detail suggest human authorship"]
1
MIT
0.668365
diff --git a/src/vs/workbench/api/browser/mainThreadChatDebug.ts b/src/vs/workbench/api/browser/mainThreadChatDebug.ts @@ -3,7 +3,7 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *------------------------------------------------------------------------------------...
1
microsoft/vscode#312197
microsoft/vscode
312,197
fix(config): enable session controller by default in CLI settings
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed changes an...
DonJayamanne
false
2026-04-23T19:34:45Z
2
25
3
0
1
1
0.787402
0
0.1
1
0.15
["Minimal PR body with template boilerplate, sparse commit messages suggest human work-in-progress, no AI indicators"]
1
MIT
0.66811
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -4685,7 +4685,7 @@ }, "github.copilot.chat.cli.sessionController.enabled": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "%github.copilot.config.cli.sessionControlle...
1
microsoft/vscode#312379
microsoft/vscode
312,379
Terminal agent: improve send_to_terminal output capture and add waitForOutput
## Summary Improves `send_to_terminal` to capture more useful output and adds a `waitForOutput` mode for interactive programs. ## Changes ### Output capture improvements - **Marker-scoped output**: Registers an xterm marker before sending text so output is scoped to just the response, not stale output from previous ...
meganrogge
false
2026-04-24T16:38:19Z
100
11
2
1
2
1
0.473934
0.32767
0.2
1
0.25
["Human voice and detail present, but structured summary format and generic commit messages slightly ambiguous"]
1
MIT
0.668008
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/sendToTerminalTool.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/sendToTerminalTool.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ impo...
1
microsoft/vscode#314076
microsoft/vscode
314,076
Fix icon alignment
https://github.com/microsoft/vscode/issues/314043
chrmarti
false
2026-05-04T12:01:00Z
18
4
3
0
2
1
0.819672
0
0.2
1
0.15
["Minimal PR with issue reference, single simple commit message, typical human pattern"]
1
MIT
0.667951
diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -1024,12 +1024,18 @@ configurationRegistry.registerConfiguration({ description: nls.localize('chat.tools.riskAssessment.enabled', "When enabled, terminal tool confirmations show an...
1
BurntSushi/ripgrep#2576
BurntSushi/ripgrep
2,576
regex: fix fast path for -w/--word-regexp flag
It turns out our fast path for -w/--word-regexp wasn't quite correct in some cases. Namely, we use `(?m:^|\W)(<original-regex>)(?m:\W|$)` as the implementation of -w/--word-regexp since `\b(<original-regex>)\b` has some unintuitive results in certain cases, specifically when <original-regex> matches non-word characters...
BurntSushi
false
2023-07-31T12:51:10Z
31
2
3
0
0
0
0.75188
0
0
1
0.15
["Author explains technical reasoning and internal logic; specific regex implementation details; references internal issue tracking"]
1
Unlicense
0.667782
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -38,6 +38,8 @@ Bug fixes: Fix bug when using inline regex flags with `-e/--regexp`. * [BUG #2523](https://github.com/BurntSushi/ripgrep/issues/2523): Make executable searching take `.com` into account on Windows. +* [BUG #2574](https://github.com/BurntSushi/ripgrep/iss...
1
microsoft/vscode#313940
microsoft/vscode
313,940
skip sandbox approvals for autopilot/bypass
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
justschen
false
2026-05-03T19:43:05Z
11
2
2
0
4
2
0.884956
0
0.4
1
0.15
["Human voice evident in branch name, ad-hoc commit messages with typos ('fix testw'), informal merge commits"]
1
MIT
0.667743
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts @@ -1001,6 +1001,11 @@ export class RunInTerminalTool extends Disposable implements IToolImpl { return false; } + ...
1
facebook/react#36386
facebook/react
36,386
[Fiber] track stylesheet preloads when explicitly preloaded
Previously stylesheet resources would omit connecting with preloads inserted via `preload` which caused unecessary suspension of commits since the stylsheet resource would attempt to load the stylesheet again and delay the initial commit or commit a fallback (depending on whether the current screen should remain). This...
gnoff
false
2026-05-07T17:48:58Z
157
22
3
3
0
3
0.358423
0.65534
0
0.3
0.15
["Author voice present, specific technical details, typos ('unecessary'), ad-hoc commit messages"]
1
MIT
0.667599
diff --git a/packages/react-dom-bindings/src/client/ReactDOMComponentTree.js b/packages/react-dom-bindings/src/client/ReactDOMComponentTree.js @@ -50,6 +50,7 @@ const internalEventHandlesSetKey = '__reactHandles$' + randomKey; const internalRootNodeResourcesKey = '__reactResources$' + randomKey; const internalHoistab...
1
microsoft/vscode#301190
microsoft/vscode
301,190
Debug panel: Add telemetry and modal dialog for import error
- Modal error dialog: Shows a modal dialogService.warn() instead of a toast notification when the file size limit is exceeded, displaying the actual file size - Import/export telemetry: Tracks chatDebugLogImported (with file size and result: success/fileTooLarge/providerFailed) and chatDebugLogExported (with file ...
vijayupadya
false
2026-03-12T19:19:53Z
50
2
1
3
3
2
0.657895
0.65534
0.3
0.3
0.25
["Specific implementation details and error handling codes suggest human work; bullet list format is slightly stylized but includes concrete telemetry fields and error states"]
1
MIT
0.667519
diff --git a/src/vs/workbench/contrib/chat/browser/actions/chatOpenAgentDebugPanelAction.ts b/src/vs/workbench/contrib/chat/browser/actions/chatOpenAgentDebugPanelAction.ts @@ -11,9 +11,10 @@ import { localize, localize2 } from '../../../../../nls.js'; import { Action2, MenuId, registerAction2 } from '../../../../../p...
1
microsoft/vscode#299013
microsoft/vscode
299,013
Browser: context menus
Closes #292908 ### Editing <img width="319" height="228" alt="image" src="https://github.com/user-attachments/assets/6c573085-14d4-4584-bffd-00534070b30b" /> <br/> ### Links / images <img width="228" height="332" alt="image" src="https://github.com/user-attachments/assets/c14d65e3-3748-4480-a545-7f7bafe477eb" ...
kycutler
false
2026-03-06T15:29:58Z
306
82
6
12
6
2
0.204918
1
0.6
0.3
0.15
["Human-authored: personal branch name, iterative feedback commits, visual screenshots, minimal body text"]
0.666667
MIT
0.667404
diff --git a/src/vs/platform/browserView/common/browserView.ts b/src/vs/platform/browserView/common/browserView.ts @@ -7,6 +7,29 @@ import { Event } from '../../../base/common/event.js'; import { VSBuffer } from '../../../base/common/buffer.js'; import { URI } from '../../../base/common/uri.js'; +const commandPrefi...
1
microsoft/vscode#300603
microsoft/vscode
300,603
Ripgrep package version bump
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed changes an...
osortega
false
2026-03-11T01:26:01Z
15
15
6
1
1
2
0.769231
0.42767
0.1
0.3
0.15
["Minimal, human-style commit messages with typos/informality; lacks AI summary patterns"]
1
MIT
0.667302
diff --git a/build/package-lock.json b/build/package-lock.json @@ -48,7 +48,7 @@ "@types/workerpool": "^6.4.0", "@types/xml2js": "0.0.33", "@vscode/iconv-lite-umd": "0.7.1", - "@vscode/ripgrep": "^1.15.13", + "@vscode/ripgrep": "^1.17.1", "@vscode/vsce": "3.6.1", ...
1
microsoft/vscode#313820
microsoft/vscode
313,820
Changes to include workspaceStorage directory for allowRead
fixes #313022
dileepyavan
false
2026-05-04T23:38:11Z
27
1
2
0
1
1
0.78125
0
0.1
1
0.15
["Human-written: issue reference, minimal body, natural commit messages with merge workflow"]
1
MIT
0.667187
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalSandboxService.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalSandboxService.ts @@ -682,7 +682,7 @@ export class TerminalSandboxService extends Disposable implements ITerminalSandb } private _updateAll...
1
microsoft/vscode#298301
microsoft/vscode
298,301
sessions: change workbench state to worksapce and do not send workspace data to ext host
sandy081
false
2026-02-27T18:00:51Z
25
3
7
0
1
1
0.78125
0
0.1
1
0.15
["Typo in title ('worksapce'), specific technical change, minimal description suggests human work"]
1
MIT
0.667187
diff --git a/src/vs/editor/contrib/snippet/test/browser/snippetVariables.test.ts b/src/vs/editor/contrib/snippet/test/browser/snippetVariables.test.ts @@ -371,6 +371,7 @@ suite('Snippet Variables Resolver', function () { getCompleteWorkspace = this._throw; getWorkspace(): IWorkspace { return workspace; } ge...
1
microsoft/vscode#303603
microsoft/vscode
303,603
Fix missing global flag in sanitizeId regex
Fixes #303601 The `sanitizeId` regex was missing the `g` (global) flag, so `String.prototype.replace` only replaced the first occurrence of `.` or `/`. Since settings IDs contain multiple dots (e.g., `editor.font.size`), only the first one was being sanitized to `_`. **Before:** `"root.editor.font.size"` -> `"root_ed...
ShehabSherif0
false
2026-03-20T23:18:14Z
20
3
2
0
2
2
0.813008
0
0.2
1
0.15
["Human voice present with specific bug analysis and before/after examples"]
1
MIT
0.666951
diff --git a/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.ts b/src/vs/workbench/contrib/preferences/browser/settingsTreeModels.ts @@ -751,8 +751,8 @@ export function inspectSetting(key: string, target: SettingsTarget, languageFilt return { isConfigured, inspected, targetSelector, inspectedLanguageO...
1
microsoft/vscode#299811
microsoft/vscode
299,811
Render command title vs ID for chat tip hover
fixes #299647 https://github.com/user-attachments/assets/45f73b7f-061e-42d1-9da2-c00fa8eb1f88
meganrogge
false
2026-03-06T17:04:22Z
25
9
2
0
0
1
0.746269
0
0
1
0.15
["Sparse PR body with issue reference and video; minimal commit message; appears to be human-authored pragmatic fix"]
1
MIT
0.66694
diff --git a/src/vs/workbench/contrib/chat/browser/chatTipCatalog.ts b/src/vs/workbench/contrib/chat/browser/chatTipCatalog.ts @@ -127,7 +127,7 @@ export const TIP_CATALOG: readonly ITipDefinition[] = [ return new MarkdownString( localize( 'tip.switchToAuto', - "Using GPT-4.1? Try switching to [Auto]...
1
django/django#21056
django/django
21,056
Fixed #37023 -- Made XML serializer put each ManyToManyField object on its own line.
ticket-37023 The regression test which uses the modified `mapping_ordering_str` is `serializers.test_xml.XmlSerializerTestCase.test_deterministic_mapping_ordering`.
timgraham
false
2026-04-06T17:04:33Z
27
7
2
0
0
1
0.746269
0
0
1
0.15
["Human-authored: specific ticket reference, technical commit messages with reasoning, regression test details provided"]
1
BSD-3-Clause
0.66694
diff --git a/django/core/serializers/xml_serializer.py b/django/core/serializers/xml_serializer.py @@ -48,6 +48,10 @@ def start_serialization(self): """ Start serialization -- open the XML document and the root element. """ + # Increment the indent_level before each startElement() and ...
1
microsoft/vscode#311086
microsoft/vscode
311,086
feat: upload commit-to-version mapping for copilot source maps
## Summary During the Copilot CI build (product-copilot.yml), after uploading source maps to the CDN, also upload a small JSON mapping file at: \\\ sourcemaps/{extensionId}/commits/{commitHash}.json \\\ containing: \\\json {"version": "0.44.2026041004", "extensionId": "github.copilot-chat"} \\\ ## Motivation The ...
bryanchen-d
false
2026-04-17T21:13:03Z
20
0
1
1
3
2
0.833333
0.42767
0.3
0.3
0.15
["Human authored: specific internal context, technical implementation details, clear motivation about version mapping"]
1
MIT
0.666918
diff --git a/build/azure-pipelines/product-copilot.yml b/build/azure-pipelines/product-copilot.yml @@ -149,3 +149,23 @@ jobs: done echo "Successfully uploaded $UPLOADED source maps" + + # Upload commit-to-version mapping so the deminify service + # can resolve the patch...
1
BurntSushi/ripgrep#2601
BurntSushi/ripgrep
2,601
ci: replace mips with powerpc64, aarch64 and s390x
We drop our MIPS target because it no longer works.[1] We were previously using it as a means of testing ripgrep in a big endian environment. So to achieve that without MIPS, we test on powerpc64 and s390x. (No particular reason to do both, but why not.) We also add aarch64 as a proxy for at least ensuring everythin...
BurntSushi
false
2023-08-29T02:45:46Z
114
59
11
1
0
0
0.3663
0.22767
0
1
0.15
["Author voice present, specific technical reasoning, references external issue context"]
1
Unlicense
0.666863
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -6,6 +6,27 @@ on: - master schedule: - cron: '00 01 * * *' + +# The section is needed to drop write-all permissions that are granted on +# `schedule` event. By specifying any permission explicitly all others are set +# to none. By using the ...
1
microsoft/vscode#312175
microsoft/vscode
312,175
Rename search_subagent to explore_subagent if explore is disabled
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
24anisha
false
2026-05-01T05:35:07Z
77
29
19
3
4
1
0.485437
0.65534
0.4
0.3
0.15
["Human author voice evident; specific business logic (Anthropic models, tool naming); natural commit messages with 'broken starting implementation' and branch name 'anisha/rename_search'; one co-authored commit doesn't indicate AI generation"]
1
MIT
0.666651
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -210,7 +210,41 @@ "icon": "$(search)", "userDescription": "%copilot.tools.searchSubagent.description%", "modelDescription": "Launch a fast agent specialized for exploring codebases. Use this when you need to quickly find fi...
1
microsoft/vscode#300114
microsoft/vscode
300,114
add Turkish DOS (CP 857) encoding support
Fixes: #300041
ssg
false
2026-04-24T10:34:19Z
21
16
2
4
1
3
0.729927
0.528634
0.1
0.3
0.15
["Human voice evident in issue reference, minimal commit messages suggest manual work, no AI attribution language"]
0.8
MIT
0.666648
diff --git a/src/vs/workbench/services/textfile/common/encoding.ts b/src/vs/workbench/services/textfile/common/encoding.ts @@ -693,85 +693,90 @@ export const SUPPORTED_ENCODINGS: EncodingsMap = { labelShort: 'ISO 8859-9', order: 33 }, + cp857: { + labelLong: 'Turkish (CP 857)', + labelShort: 'CP 857', + orde...
1
evanw/esbuild#2273
evanw/esbuild
2,273
fix: negative number is illegal attribute for object
- Close #2270
susiwen8
false
2022-05-27T13:30:34Z
3
3
2
0
0
0
0.943396
0
0
1
0.25
["minimal PR description, generic commit message, but single focused fix suggests human authorship"]
1
MIT
0.666509
diff --git a/internal/js_parser/js_parser.go b/internal/js_parser/js_parser.go @@ -13183,7 +13183,7 @@ func (p *parser) visitExprInOut(expr js_ast.Expr, in exprIn) (js_ast.Expr, exprO // "{ '123': 4 }" => "{ 123: 4 }" (this is done late to allow "'123'" to be mangled) if p.options.minifySyntax { if str, ok...
1
microsoft/vscode#299256
microsoft/vscode
299,256
Debug Panel: oTel data source support and Import/export
Fixes https://github.com/microsoft/vscode/issues/301245 ## Debug Panel: OTel Data Source Support and Import/Export ### Proposed API Changes (`vscode.proposed.chatDebug.d.ts`) - **`provideChatDebugLogExport`** — Export a session's debug log as serialized bytes (e.g., OTLP JSON). Core handles the save dialog. -...
vijayupadya
false
2026-03-10T01:44:34Z
502
100
13
19
5
2
0.14245
1
0.5
0.3
0.25
["Human-written PR with specific issue link, detailed API proposals, and ad-hoc commit messages; no AI attribution or generated-code indicators"]
1
MIT
0.666368
diff --git a/src/vs/platform/extensions/common/extensionsApiProposals.ts b/src/vs/platform/extensions/common/extensionsApiProposals.ts @@ -45,7 +45,7 @@ const _allApiProposals = { }, chatDebug: { proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.chatDebug.d.ts', - ...
1
microsoft/vscode#314022
microsoft/vscode
314,022
Disable default settings for CLI auto model, fork sessions, and session controller in Copilot Chat
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed changes an...
DonJayamanne
false
2026-05-04T09:14:38Z
29
15
4
1
4
1
0.694444
0.22767
0.4
1
0.25
["Human-written PR with standard template; commit messages are specific and technical; agent-logs URL suggests internal tooling but not AI generation"]
1
MIT
0.666084
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -4668,7 +4668,7 @@ }, "github.copilot.chat.cli.autoModel.enabled": { "type": "boolean", - "default": true, + "default": false, "markdownDescription": "%github.copilot.config.cli.autoModel.enabled%", ...
1
microsoft/vscode#309902
microsoft/vscode
309,902
chore: run npm audit fix
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed changes an...
rzhao271
false
2026-04-14T18:05:52Z
12
12
3
0
2
2
0.806452
0
0.2
1
0.15
["Standard maintenance chore with typical commit messages, no AI indicators"]
1
MIT
0.665968
diff --git a/build/rspack/package-lock.json b/build/rspack/package-lock.json @@ -2298,9 +2298,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0Jfjr...
1
microsoft/vscode#314805
microsoft/vscode
314,805
chat: Discover plugins installed by Copilot CLI
Fixes #302152 ## What Adds `CopilotCliAgentPluginDiscovery` — a new `IAgentPluginDiscovery` implementation that scans the Copilot CLI's installed-plugins directory and surfaces those plugins in VS Code automatically. ## How The Copilot CLI stores installed plugins at `~/.copilot/installed-plugins/<marketplace>/<plu...
joshspicer
false
2026-05-06T21:07:45Z
178
1
3
4
4
3
0.358423
0.728634
0.4
0.3
0.15
["Author voice present in implementation details; specific technical decisions and directory structure reasoning; ad-hoc commit messages with truncation artifact"]
1
MIT
0.665922
diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -159,7 +159,7 @@ import { LanguageModelToolsConfirmationService } from './tools/languageModelTool import { LanguageModelToolsService, globalAutoApproveDescription } from './tools/lang...
1
microsoft/vscode#298881
microsoft/vscode
298,881
Fix PSReadline for screen reader
Part of: https://github.com/microsoft/vscode/issues/297146 Problem1: * Red error: Import-Module $specialPsrlPath runs without checking if the folder exists. In production builds, the psreadline/ folder isn't there → red error in terminal. <img width="2177" height="230" alt="image" src="https://github.com/user-at...
anthonykim1
false
2026-03-11T02:35:12Z
36
6
6
2
6
2
0.704225
0.560849
0.6
0.3
0.15
["Author voice present with specific technical problem analysis; ad-hoc commit messages with typos ('organize much better', 'compile'); references internal issue tracking"]
1
MIT
0.665846
diff --git a/build/azure-pipelines/win32/codesign.ts b/build/azure-pipelines/win32/codesign.ts @@ -19,7 +19,7 @@ async function main() { // 2. Codesign Powershell scripts // 3. Codesign context menu appx package (insiders only) const codesignTask1 = spawnCodesignProcess(esrpCliDLLPath, 'sign-windows', codeSigning...
1
microsoft/vscode#311309
microsoft/vscode
311,309
Gate AgentHostTerminalContribution on chat.agentHost.enabled
Resolves: https://github.com/microsoft/vscode/issues/311308 /cc @connor4312 @meganrogge
anthonykim1
false
2026-04-20T16:48:10Z
29
5
1
3
2
2
0.746269
0.65534
0.2
0.3
0.15
["Human authored with possible AI assistance; specific issue reference, real team discussion, natural commit messages"]
0.5
MIT
0.665775
diff --git a/src/vs/workbench/contrib/chat/browser/agentSessions/agentHost/agentHostTerminalContribution.ts b/src/vs/workbench/contrib/chat/browser/agentSessions/agentHost/agentHostTerminalContribution.ts @@ -3,9 +3,10 @@ * Licensed under the MIT License. See License.txt in the project root for license information. ...
1
microsoft/vscode#299825
microsoft/vscode
299,825
Always require `tooltips` for markdown command links
Fixes #299657 Also gives the displayed text argument a clearer name @connor4312 Please take a quick look and let me know if any of these tooltips are incorrect
mjbvz
false
2026-03-06T18:43:06Z
18
14
8
1
1
2
0.757576
0.42767
0.1
0.3
0.15
["Human voice present ('Please take a quick look'), specific issue reference, natural commit message"]
1
MIT
0.665554
diff --git a/src/vs/base/common/htmlContent.ts b/src/vs/base/common/htmlContent.ts @@ -210,9 +210,9 @@ export function createMarkdownLink(text: string, href: string, title?: string, e return `[${escapeTokens ? escapeMarkdownSyntaxTokens(text) : text}](${href}${title ? ` "${escapeMarkdownSyntaxTokens(title)}"` : ''})`...
1
microsoft/vscode#315504
microsoft/vscode
315,504
Retry browser-test page.goto on connection-refused
## Why The Windows + Firefox leg of `🧪 Run integration tests (Browser, Firefox)` (e.g. [build 437726](https://dev.azure.com/monacotools/Monaco/_build/results?buildId=437726)) intermittently fails right after a sub-suite boundary with: ``` Request Failed http://localhost:8000/?... NS_ERROR_CONNECTION_REFUSED page.got...
dmitrivMS
false
2026-05-10T03:36:11Z
26
4
1
0
1
1
0.769231
0
0.1
1
0.15
["Specific technical issue with error traces and Windows/Firefox context suggests human debugging experience"]
1
MIT
0.665385
diff --git a/test/integration/browser/src/index.ts b/test/integration/browser/src/index.ts @@ -134,10 +134,32 @@ async function runTestsInBrowser(browserType: BrowserType, browserChannel: Brows const payloadParam = `[["extensionDevelopmentPath","${testExtensionUri}"],["extensionTestsPath","${testFilesUri}"],["enabl...
1
facebook/react#35951
facebook/react
35,951
Add ReactFeatureFlags support to eprh
We're currently hardcoding experimental options to `eslint-plugin-react-hooks`. This blocks the release on features that might not be ready. This PR extends the ReactFeatureFlag infra to support flags for `eslint-plugin-react-hooks`. An alternative would be to create a separate flag system for build tools, but for n...
jackpope
false
2026-03-25T06:13:28Z
125
33
15
4
0
2
0.387597
0.628634
0
0.3
0.15
["Author voice present, specific technical details, real build output validation"]
1
MIT
0.665298
diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml @@ -116,11 +116,13 @@ jobs: run: | sed -i -e 's/ @license React*//' \ build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \ + ...
1
microsoft/vscode#312570
microsoft/vscode
312,570
Enable inline history summarization and GPT-5.5 tool search
Summary: - Enable inline agent history summarization by default in Copilot configuration. - Add GPT-5.5 model IDs to the Responses API tool search gate while keeping the existing experiment setting check.
bhavyaus
false
2026-04-26T03:50:43Z
17
8
4
0
2
1
0.8
0
0.2
1
0.15
["Human-written PR with specific technical changes and clear intent; mentions AI tools as features rather than authorship"]
1
MIT
0.665
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -4507,7 +4507,7 @@ }, "github.copilot.chat.agentHistorySummarizationInline": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "%github.copilot.config.agentHistorySummar...
1
microsoft/vscode#312435
microsoft/vscode
312,435
Fix open router prompt caching with messages API
lramos15
false
2026-05-03T18:04:28Z
218
18
4
2
4
3
0.297619
0.460849
0.4
1
0.25
["Specific technical refactoring with present-tense voice and clear implementation details, but commit messages could be AI-generated stilted phrasing"]
1
MIT
0.664855
diff --git a/extensions/copilot/src/extension/byok/node/openAIEndpoint.ts b/extensions/copilot/src/extension/byok/node/openAIEndpoint.ts @@ -251,6 +251,9 @@ export class OpenAIEndpoint extends ChatEndpoint { body.previous_response_id = undefined; } return body; + } else if (this.useMessagesApi) { + // D...
1
microsoft/vscode#312852
microsoft/vscode
312,852
feat(chat): add isExpectedError flag to suppress expected agent errors from telemetry
## Summary Generalizes the existing `isRateLimited` / `isQuotaExceeded` telemetry-suppression pattern (introduced in #311582) so that any user-actionable / expected operational condition thrown from a chat participant can opt out of the `chatAgentError` telemetry event — without needing a separate named-error sentinel...
bryanchen-d
false
2026-04-27T19:43:31Z
28
5
4
1
1
2
0.75188
0.42767
0.1
0.3
0.15
["Author voice present, specific issue references, technical context shows human understanding of design decisions"]
1
MIT
0.6647
diff --git a/src/vs/workbench/api/browser/mainThreadChatAgents2.ts b/src/vs/workbench/api/browser/mainThreadChatAgents2.ts @@ -357,9 +357,16 @@ export class MainThreadChatAgents2 extends Disposable implements MainThreadChatA chatSessionContext, }, token); - // Suppress expected operational errors (ra...
1
microsoft/vscode#303002
microsoft/vscode
303,002
Remove legacy sessionOptions string value
mjbvz
false
2026-03-18T23:15:00Z
80
105
13
1
5
2
0.350877
0.32767
0.5
1
0.15
["Human voice present ('I believe', 'I checked'), specific technical context, natural commit messages"]
1
MIT
0.664549
diff --git a/src/vs/sessions/contrib/chat/browser/newSession.ts b/src/vs/sessions/contrib/chat/browser/newSession.ts @@ -51,7 +51,7 @@ export interface INewSession extends IDisposable { setMode(mode: IChatMode | undefined): void; setQuery(query: string): void; setAttachedContext(context: IChatRequestVariableEntry...
1
microsoft/vscode#313507
microsoft/vscode
313,507
sessions: keep chevron and home button always visible in customizations header
## What Reworks the layout of the Agents sidebar **Customizations** header so the collapse chevron sits at the far right and the home/overview button sits immediately to its left. Both are now always visible. ## Why Previously the chevron was absolutely positioned inside the `Customizations` link button and only app...
joshspicer
false
2026-04-30T14:54:09Z
47
21
2
2
3
2
0.595238
0.560849
0.3
0.3
0.15
["Author voice present, specific technical details, ad-hoc commit messages, internal context references"]
1
MIT
0.664498
diff --git a/src/vs/sessions/contrib/sessions/browser/aiCustomizationShortcutsWidget.ts b/src/vs/sessions/contrib/sessions/browser/aiCustomizationShortcutsWidget.ts @@ -6,6 +6,7 @@ import '../../../browser/media/sidebarActionButton.css'; import './media/customizationsToolbar.css'; import * as DOM from '../../../../b...
1
microsoft/vscode#309934
microsoft/vscode
309,934
Skip effort picker when only one reasoning effort level exists
Skips the thinking effort picker in the model picker UI when a model only advertises a single reasoning effort level, and auto-selects that level in the Anthropic messages API request body. ## Changes - `languageModelAccess.ts`: `buildConfigurationSchema` returns `{}` when `effortLevels.length <= 1` so no picker is r...
bhavyaus
false
2026-04-14T20:00:36Z
4
2
2
1
0
4
0.943396
0.32767
0
0.3
0.18
["Human voice present; specific implementation details; ad-hoc commits with reviewer mentions"]
1
MIT
0.664427
diff --git a/extensions/copilot/src/extension/conversation/vscode-node/languageModelAccess.ts b/extensions/copilot/src/extension/conversation/vscode-node/languageModelAccess.ts @@ -56,7 +56,7 @@ const experimentalAutoModelHintMarkers = ['minimax', 'mp3yn0h7', 'yaqq2gxh']; */ function buildConfigurationSchema(endpoin...
1
microsoft/vscode#301310
microsoft/vscode
301,310
Move untitled session mapping much earlier in request process
Seeing if we can avoid adding more workaround by making sure the swap happens much earlier in the process
mjbvz
false
2026-03-13T02:11:23Z
76
31
7
1
4
1
0.483092
0.22767
0.4
1
0.15
["Informal voice, problem-solving approach, minimal description suggests human exploration"]
1
MIT
0.664381
diff --git a/src/vs/workbench/api/browser/mainThreadChatAgents2.ts b/src/vs/workbench/api/browser/mainThreadChatAgents2.ts @@ -42,7 +42,7 @@ import { IExtensionService } from '../../services/extensions/common/extensions.j import { Dto } from '../../services/extensions/common/proxyIdentifier.js'; import { ExtHostChatA...
1
microsoft/vscode#300897
microsoft/vscode
300,897
Support terminal creation on web worker extension host when there's remote authority
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed cha...
jeanp413
false
2026-03-12T00:55:31Z
18
3
1
2
0
2
0.826446
0.360849
0
0.3
0.15
["Human-written PR with specific issue reference, standard contribution template, and typical single commit message"]
1
MIT
0.664179
diff --git a/src/vs/workbench/api/common/extHostTerminalService.ts b/src/vs/workbench/api/common/extHostTerminalService.ts @@ -25,6 +25,7 @@ import { Promises } from '../../../base/common/async.js'; import { EditorGroupColumn } from '../../services/editor/common/editorGroupColumn.js'; import { TerminalCompletionList,...
1
microsoft/vscode#313498
microsoft/vscode
313,498
agents app: add "Don't show again" checkbox to permission warning dialogs
## Summary Adds a **"Don't show again"** checkbox to the Bypass Approvals and Autopilot warning dialogs in the Agents app, matching the behaviour already present in the workbench chat permission picker. ## Changes ### Feature: "Don't show again" in Agents app (`PermissionPicker`) The Agents-app `PermissionPicker` (...
ulugbekna
false
2026-05-06T17:55:00Z
165
186
6
7
3
3
0.221729
0.883011
0.3
0.3
0.15
["Human voice present, specific implementation details, real conflict resolution"]
0.75
MIT
0.664012
diff --git a/src/vs/sessions/contrib/copilotChatSessions/browser/copilotChatSessionsActions.ts b/src/vs/sessions/contrib/copilotChatSessions/browser/copilotChatSessionsActions.ts @@ -3,37 +3,37 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *----------------------...
1
microsoft/vscode#300954
microsoft/vscode
300,954
Add Copilot review instructions for OSS license files
Adds path-scoped `.instructions.md` for `ThirdPartyNotices.txt`, `cglicenses.json`, and `cgmanifest.json`. Teaches Copilot code review what to verify when reviewing automated OSS tool PRs. Part of the OSS Tool Automation V0 — see [vscode-engineering#2023](https://github.com/microsoft/vscode-engineering/issues/2023) fo...
benvillalobos
false
2026-03-12T16:56:38Z
34
0
1
1
1
2
0.746269
0.42767
0.1
0.3
0.15
["Human voice present: specific issue references, internal project context, deliberate design choices (copyleft scope, SPDX check softening)"]
1
MIT
0.663858
diff --git a/.github/instructions/oss.instructions.md b/.github/instructions/oss.instructions.md @@ -0,0 +1,34 @@ +--- +applyTo: '{ThirdPartyNotices.txt,cli/ThirdPartyNotices.txt,cglicenses.json,cgmanifest.json}' +--- + +# OSS License Review + +When reviewing changes to these files, verify: + +## ThirdPartyNotices.txt ...
1
microsoft/vscode#299029
microsoft/vscode
299,029
Add support for agent-scoped hooks
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
pwang347
false
2026-03-04T21:50:19Z
1,982
115
19
1
1
2
0.045517
0.42767
0.1
1
0.15
["Ad-hoc commit messages with 'wip', merge commits, and personal branch naming suggest human development; no AI indicators"]
1
MIT
0.663745
diff --git a/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationListWidget.ts b/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationListWidget.ts @@ -43,7 +43,7 @@ import { IPathService } from '../../../../services/path/common/pathService.js'; import { generateCustomizationDebugRepor...
1
microsoft/vscode#312844
microsoft/vscode
312,844
Cherry-pick: Remove anthropic.thinking.budgetTokens setting and hardcode budget to 16000 (#312824)
Cherry-pick of #312824 to `release/1.118`.
bhavyaus
false
2026-04-27T18:11:45Z
6
32
6
0
0
1
0.724638
0
0
1
0.15
["Cherry-pick PR with specific technical change, explicit issue reference, and human-style commit messaging"]
1
MIT
0.663696
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -3254,13 +3254,6 @@ "tags": [ "onExp" ] - }, - "github.copilot.chat.anthropic.thinking.budgetTokens": { - "type": "number", - "markdownDescription": "%github.copilot.config.anthropic.thinking.budget...
1
microsoft/vscode#300117
microsoft/vscode
300,117
Change migration confirmation UI for delegation
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
DonJayamanne
false
2026-03-09T07:26:23Z
706
17
14
2
4
2
0.121507
0.560849
0.4
1
0.25
["Repetitive 'Updates' commits suggest possible AI generation, but template-heavy PR body and vague title are inconclusive"]
1
MIT
0.663438
diff --git a/src/vs/workbench/contrib/chat/browser/accessibility/chatAccessibilityProvider.ts b/src/vs/workbench/contrib/chat/browser/accessibility/chatAccessibilityProvider.ts @@ -54,6 +54,8 @@ export const getToolConfirmationAlert = (accessor: ServicesAccessor, toolInvocat input = JSON.stringify(v.toolSpecificDa...
1
microsoft/vscode#311054
microsoft/vscode
311,054
agentHost: fix bugs around message handling
- Fix a bug where a sessions were not restored correctly because they had in-progress data (that is the move of the `providedSession.isCompleteObs?.get()`) - Fix a bug where sessions that supported progress streaming would not have sendable messages if they were already complete (that is the addition of `this._pendingR...
connor4312
false
2026-04-17T19:06:12Z
215
47
4
1
3
3
0.276243
0.32767
0.3
1
0.15
["Author voice present with specific bug descriptions and technical implementation details; appears human-written despite some minor grammar issues"]
1
MIT
0.663354
diff --git a/src/vs/workbench/api/common/extHostChatSessions.ts b/src/vs/workbench/api/common/extHostChatSessions.ts @@ -1119,7 +1119,7 @@ export class ExtHostChatSessions extends Disposable implements ExtHostChatSessio controllerData.onDidChangeChatSessionItemStateEmitter.fire(item); } - async $provideChatSessi...
1
pandas-dev/pandas#65433
pandas-dev/pandas
65,433
CI: Update pixi.lock
Scheduled update by `.github/workflows/update-pixi-lock.yml` If CI jobs fail, modify this pull request as needed.
github-actions[bot]
true
2026-05-02T17:16:51Z
2,183
2,082
2
6
0
2
0.02291
0.839151
0
0.3
0.15
["Automated CI workflow; minimal human authorship signals"]
1
BSD-3-Clause
0.663224
diff --git a/pixi.toml b/pixi.toml @@ -98,7 +98,7 @@ beautifulsoup4 = ">=4.12.3" blosc = ">=1.21.3" bottleneck = ">=1.4.2" fastparquet = ">=2024.11.0" -fsspec = ">=2024.10.0" +fsspec = ">=2024.10.0,<2026.4.0" html5lib = ">=1.1" gcsfs = ">=2024.10.0" jinja2 = ">=3.1.5"
1