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#308021
microsoft/vscode
308,021
feat: register agents to launchservices to allow launch from vscode
For users who haven't opened the app before or after the rename, this forces a registration to launche services db to avoid errors like <img width="632" height="530" alt="Screenshot 2026-04-06 at 00 02 39" src="https://github.com/user-attachments/assets/393f7b32-35ac-40a8-9417-4dbf7b3e1e24" />
deepak1556
false
2026-04-06T16:47:18Z
21
0
1
5
3
3
0.826446
0.788519
0.3
0.3
0.15
["Human voice evident; specific user problem with screenshot; ad-hoc commit messages"]
1
MIT
0.756097
diff --git a/src/vs/code/electron-main/app.ts b/src/vs/code/electron-main/app.ts @@ -6,6 +6,7 @@ import { app, Details, GPUFeatureStatus, powerMonitor, protocol, session, Session, systemPreferences, WebFrameMain } from 'electron'; import { addUNCHostToAllowlist, disableUNCAccessRestrictions } from '../../base/node/un...
1
microsoft/vscode#313931
microsoft/vscode
313,931
Change default for git.addAICoAuthor to off
Also making sure change tracking is disabled when AI features are disabled.
dmitrivMS
false
2026-05-03T07:58:11Z
11
2
3
57
2
4
0.884956
1
0.2
0.3
0.15
["Human-authored: specific feature change with deliberate co-author attribution in commit"]
0.333333
MIT
0.756077
diff --git a/extensions/git/package.json b/extensions/git/package.json @@ -3740,7 +3740,7 @@ "%config.addAICoAuthor.all%" ], "scope": "resource", - "default": "chatAndAgent", + "default": "off", "description": "%config.addAICoAuthor%" }, ...
1
pandas-dev/pandas#65300
pandas-dev/pandas
65,300
CI: Run code checks with Pixi
Towards https://github.com/pandas-dev/pandas/issues/64847
mroeschke
false
2026-05-03T02:47:49Z
4,491
805
13
5
0
2
0.018532
0.788519
0
1
0.15
["Human-authored: ad-hoc commit messages with technical specificity, incremental troubleshooting pattern"]
1
BSD-3-Clause
0.75491
diff --git a/.github/actions/setup-conda/action.yml b/.github/actions/setup-conda/action.yml @@ -1,22 +0,0 @@ -name: Set up Conda environment -inputs: - environment-file: - description: Conda environment file to use. - default: environment.yml -runs: - using: composite - steps: - - name: Install ${{ inputs....
1
BurntSushi/ripgrep#3186
BurntSushi/ripgrep
3,186
ignore: add lowercase r r_extensions
Add lowercase versions of *.Rmd and *.Rnw to the R type. These extensions are less common, but useful given that the *.r extension is also added as the R type. Thanks for all the work you do on rg, if this isn't wanted I'm happy to keep using my custom r type.
luhann
false
2025-10-14T19:15:07Z
1
1
1
5
0
0
0.980392
0.588519
0
0.3
0.05
["Human voice present, specific use case explanation, polite tone suggesting genuine contributor"]
0.8
Unlicense
0.754189
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs @@ -219,7 +219,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[ (&["qml"], &["*.qml"]), (&["qrc"], &["*.qrc"]), (&["qui"], &["*.ui"]), - (&["r"], &["*.R", "*.r", "*.Rmd", "*.Rnw"]), + (&["r"], &["*.R...
1
django/django#21066
django/django
21,066
Clarified "Add another question" as the plus sign button.
#### Trac ticket number N/A #### Branch description Provide a concise overview of the issue or rationale behind the proposed changes. While reviewing https://github.com/django/django/pull/20084, I was searching for "Add another" text in our docs. Within the tutorial an "Add another question" link is referen...
sarahboyce
false
2026-04-13T12:34:34Z
6
6
1
2
0
2
0.892857
0.560849
0
0.3
0.05
["Human voice evident: author describes search process, references specific PR review context, provides before/after comparison with screenshots"]
1
BSD-3-Clause
0.754141
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt @@ -109,12 +109,12 @@ the database. Django knows that a :class:`~django.db.models.ForeignKey` should be represented in the admin as a ``<select>`` box. In our case, only one question exists at this point. -Also note the "Add another question" link n...
1
microsoft/vscode#315364
microsoft/vscode
315,364
Bump auto-mode router decision timeout from 1s to 2.5s
Server p95 for the auto-intent-service is ~600ms, leaving the 1s client timeout almost no margin for network RTT and the p99 tail. Telemetry shows `routerTimeout` fallbacks growing from ~6K/day to ~50K/day after the recent Hydra rollout — driven entirely by tail amplification at higher traffic, not by any server-side l...
aashna
false
2026-05-08T21:21:17Z
3
3
2
1
0
2
0.943396
0.22767
0
1
0.15
["Human-authored: specific telemetry data, technical reasoning, internal systems context, natural problem explanation"]
1
MIT
0.753427
diff --git a/extensions/copilot/src/platform/endpoint/node/routerDecisionFetcher.ts b/extensions/copilot/src/platform/endpoint/node/routerDecisionFetcher.ts @@ -82,7 +82,7 @@ export class RouterDecisionFetcher { const copilotToken = copilotTokenObj.token; requestBody.copilot_plan = copilotTokenObj.rawCopilotPlan;...
1
facebook/react#34075
facebook/react
34,075
Fix form status reset when component state is updated
Alternate to https://github.com/facebook/react/pull/33351 without the regression highlighted in https://github.com/facebook/react/pull/33351#discussion_r2247272687 Host context is now updated in `pushHostContext` (similar to normal React Context) in addition to during `updateHostComponent`. Closes https://github....
eps1lon
false
2025-11-19T17:22:07Z
81
2
3
12
0
4
0.546448
1
0
0.3
0.15
["Human voice evident in technical discussion reference, specific issue/PR citations, ad-hoc commit messages with lowercase and casual phrasing"]
0.714286
MIT
0.753396
diff --git a/packages/react-dom/src/__tests__/ReactDOMForm-test.js b/packages/react-dom/src/__tests__/ReactDOMForm-test.js @@ -2281,4 +2281,64 @@ describe('ReactDOMForm', () => { await submit(formRef.current); assertLog(['stringified action']); }); + + it('form actions should retain status when nested sta...
1
microsoft/vscode#299124
microsoft/vscode
299,124
[MCP-Sandboxing]Changes for variable substitution and code refactor
fixes(#297452),(#297458) This PR includes - sandbox property is removed from MCPServerDefinition and added to MCPServerLaunch. - Currently launch property has changes for variable substitution which is reused for sandbox config. - Refactored code that updates the sandbox suggestions.
dileepyavan
false
2026-03-04T19:18:04Z
162
57
16
3
3
2
0.31348
0.65534
0.3
1
0.15
["Ad-hoc commit messages, specific issue references, and technical implementation details suggest human authorship"]
1
MIT
0.750857
diff --git a/src/vs/platform/mcp/common/mcpManagement.ts b/src/vs/platform/mcp/common/mcpManagement.ts @@ -10,13 +10,14 @@ import { IIterativePager } from '../../../base/common/paging.js'; import { URI } from '../../../base/common/uri.js'; import { SortBy, SortOrder } from '../../extensionManagement/common/extensionM...
1
microsoft/vscode#314795
microsoft/vscode
314,795
Guard terminal resize/dispose race against xterm.js dimension getters
## What Guards three terminal resize/dispose race paths that throw `Cannot read properties of undefined (reading 'dimensions')` from xterm.js' `RenderService.get dimensions()` after the renderer is disposed. ## Why PR #313817 bumped `@xterm/*` to `beta.213` and resolved the `OverviewRulerRenderer` dispose race...
bryanchen-d
false
2026-05-07T08:36:36Z
43
2
2
5
0
3
0.689655
0.788519
0
0.3
0.15
["Detailed technical analysis with specific error buckets, telemetry data, and internal issue tracking suggests human authorship"]
1
MIT
0.750578
diff --git a/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts b/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts @@ -816,14 +816,23 @@ export class TerminalInstance extends Disposable implements ITerminalInstance { () => this._isVisible, () => xterm, async (cols, rows) => { + if...
1
evanw/esbuild#2302
evanw/esbuild
2,302
Fix arrow function lowering failing to emit var _this decl
Fixes issue where the synthetic _this variable was being dropped, so that: ``` function foo(a) { arr.forEach(e=>this.foo(e)); } ``` was incorrectly lowered to the nonfunctional code: ``` function foo(a) { arr.forEach(function(e) { return _this.foo(e); }); } ```
nkeynes
false
2022-06-08T04:05:51Z
8
1
2
1
0
0
0.917431
0.22767
0
1
0.15
["Specific technical issue with code examples and authentic problem description"]
1
MIT
0.749532
diff --git a/internal/js_parser/js_parser.go b/internal/js_parser/js_parser.go @@ -11750,7 +11750,9 @@ func (p *parser) visitExprInOut(expr js_ast.Expr, in exprIn) (js_ast.Expr, exprO // Capture "this" inside arrow functions that will be lowered into normal // function expressions for older language environments ...
1
evanw/esbuild#1859
evanw/esbuild
1,859
fix(parser): allow Identifier `keyof`, `readonly`, `infer` in TypeScriptObjectType
fix #1858
magic-akari
false
2021-12-20T05:39:17Z
9
1
2
1
0
0
0.909091
0.22767
0
1
0.15
["Human-style bug fix with specific issue reference, minimal commit message"]
1
MIT
0.748281
diff --git a/internal/js_parser/ts_parser.go b/internal/js_parser/ts_parser.go @@ -280,7 +280,12 @@ func (p *parser) skipTypeScriptTypeWithOpts(level js_ast.L, opts skipTypeOpts) { if kind == tsTypeIdentifierPrefix { p.lexer.Next() - p.skipTypeScriptType(js_ast.LPrefix) + // {[keyof: string]: number} +...
1
microsoft/vscode#313079
microsoft/vscode
313,079
Get model and multiplier show up for Copilot CLI controller API route
Before PR: We went from being able to show model + token info after: https://github.com/microsoft/vscode/pull/311769 to the model not showing up until user reloads. Also not getting anything shown for auto mode before or after both https://github.com/microsoft/vscode/pull/311769 and this PR branch. Maybe related to: h...
anthonykim1
false
2026-05-01T20:28:39Z
371
57
15
6
3
3
0.189394
0.839151
0.3
1
0.25
["Co-authored-by Copilot tag present but commits show human debugging ('dqwdqwdwq', typos like 'contoller'), ad-hoc messages, and internal VSCode references"]
1
MIT
0.748197
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -4678,6 +4678,14 @@ "advanced" ] }, + "github.copilot.chat.agent.modelDetails.enabled": { + "type": "boolean", + "default": true, + "markdownDescription": "%github.copilot.config.chat.agent.modelDet...
1
django/django#21158
django/django
21,158
Replaced old PR quality comments when writing new ones.
#### Branch description Like the coverage comment workflow, we can delete prior comments each time there's an update instead of drowning a PR in noise. See demo PR: https://github.com/jacobtylerwalls/django/pull/17 #### AI Assistance Disclosure (REQUIRED) <!-- Please select exactly ONE of the following: --> - ...
jacobtylerwalls
false
2026-05-06T14:35:44Z
73
10
2
2
0
1
0.546448
0.360849
0
1
0.08
["Author explicitly disclosed no AI tools used; human voice present with self-reflection about ChatGPT attempt"]
1
BSD-3-Clause
0.748179
diff --git a/scripts/pr_quality/check_pr.py b/scripts/pr_quality/check_pr.py @@ -30,6 +30,7 @@ import urllib.parse import urllib.request from datetime import date, datetime, timedelta, timezone +from http import HTTPStatus from pr_quality.errors import ( CHECKS_FOOTER, @@ -102,7 +103,8 @@ def github_request(...
1
evanw/esbuild#2349
evanw/esbuild
2,349
fix #334: support automatic JSX runtime
fixes #334 fixes #718 fixes #1172 fixes #2318 This adds support for the [new (automatic) JSX runtime](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) to esbuild for both the build and transform APIs. **New CLI flags and API options**: - `--jsx-runtime`, `jsxRuntime` &mdash; `"auto...
jgoz
false
2022-07-28T15:20:17Z
1,136
94
23
14
0
2
0.037594
0.989483
0
1
0.15
["Human voice in detailed feature explanation, specific React blog link, technical implementation details suggest manual authorship"]
0.4
MIT
0.74801
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,60 @@ # Changelog +## Unreleased + +* Add support for React 17's `automatic` JSX transform ([#334](https://github.com/evanw/esbuild/issues/334), [#718](https://github.com/evanw/esbuild/issues/718), [#1172](https://github.com/evanw/esbuild/issues/1172), [#2318](http...
1
facebook/react#35929
facebook/react
35,929
[DevTools] Fix null ref crash in ContextMenu when items list is empty
## Summary Fixes #35923 When the `ContextMenu` component renders with an empty `items` list (or when the portal container is missing), the component returns `null` and the portal `<div ref={ref}>` is never mounted. However, the `useLayoutEffect` still fires and calls `repositionToFit(ref.current, ...)` where `ref.cur...
fresh3nough
false
2026-03-05T15:52:24Z
18
9
2
6
0
3
0.787402
0.839151
0
0.3
0.25
["Human-authored: specific bug reproduction steps, actual error message, test case descriptions, and natural PR narrative with issue reference"]
1
MIT
0.747898
diff --git a/packages/react-devtools-shared/src/devtools/ContextMenu/ContextMenu.js b/packages/react-devtools-shared/src/devtools/ContextMenu/ContextMenu.js @@ -8,15 +8,14 @@ */ import * as React from 'react'; -import {useLayoutEffect, createRef} from 'react'; +import {useLayoutEffect} from 'react'; import {creat...
1
django/django#21237
django/django
21,237
Refs #36712, #36664 -- Used annotation_format parameter of getfullargspec() on Python 3.15.
#### Trac ticket number ticket-36712 #### Branch description https://github.com/python/cpython/pull/149457 added the wanted interface here just before tomorrow's scheduled feature freeze for 3.15. #### AI Assistance Disclosure (REQUIRED) <!-- Please select exactly ONE of the following: --> - [x] **No AI tools...
jacobtylerwalls
false
2026-05-08T15:52:50Z
61
51
4
5
0
2
0.471698
0.788519
0
0.3
0.05
["Author explicitly discloses no AI tools used; specific technical reference to CPython PR and feature freeze; single focused commit"]
1
BSD-3-Clause
0.747884
diff --git a/django/contrib/admin/templatetags/base.py b/django/contrib/admin/templatetags/base.py @@ -1,8 +1,6 @@ -from inspect import getfullargspec - from django.template.exceptions import TemplateSyntaxError from django.template.library import InclusionNode, parse_bits -from django.utils.inspect import lazy_annot...
1
microsoft/vscode#299316
microsoft/vscode
299,316
Add feature flag for custom agent 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-05T00:51:03Z
56
6
9
2
2
3
0.617284
0.560849
0.2
1
0.25
["Terse commits with ad-hoc style; minimal PR description typical of human work"]
1
MIT
0.747805
diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -1070,6 +1070,15 @@ configurationRegistry.registerConfiguration({ disallowConfigurationDefault: true, tags: ['preview', 'prompts', 'hooks', 'agent'] }, + [PromptsConfig.USE...
1
BurntSushi/ripgrep#3248
BurntSushi/ripgrep
3,248
Fix compression tests in QEMU cross-compilation environments
## Problem Compression tests (lz4, brotli, zstd) fail on `riscv64` when running under QEMU user-mode emulation. The tests attempt to execute compression commands even when the required tools are missing, instead of skipping as expected. ## Root Cause This is caused by a known limitation in QEMU user-mode's `posix_...
OctopusET
false
2025-12-17T16:38:12Z
4
7
2
1
0
1
0.900901
0.22767
0
1
0.15
["Technical depth and specific QEMU syscall details suggest human research; commit messages are terse but natural; no AI generation markers"]
1
Unlicense
0.747053
diff --git a/tests/misc.rs b/tests/misc.rs @@ -922,8 +922,6 @@ be, to a very large extent, the result of luck. Sherlock Holmes eqnice!(expected, cmd.stdout()); }); -// lz4 decompression tool doesn't work under RISC-V QEMU emulation in CI -#[cfg(not(target_arch = "riscv64"))] rgtest!(compressed_lz4, |dir: Dir, ...
1
pandas-dev/pandas#65418
pandas-dev/pandas
65,418
BUG: DataFrame.loc setitem-with-expansion preserves dtype for list-like values (GH-42099)
## Summary Fixes two FIXMEs in `pandas/core/indexing.py`: - **Stale FIXME (line 1040)** — `_expand_ellipsis` already raises `IndexingError` if more than one Ellipsis is present (a few lines above), so the comment was no longer accurate. Removed. - **Real bug (line 2471, GH-42099)** — `_setitem_new_column` seeded...
jbrockmendel
false
2026-05-06T18:04:56Z
31
6
3
4
0
2
0.729927
0.728634
0
1
0.15
["Detailed technical explanation with specific error chains, internal discussion references, and ad-hoc commit messages suggest human authorship"]
0
BSD-3-Clause
0.746648
diff --git a/doc/source/whatsnew/v3.1.0.rst b/doc/source/whatsnew/v3.1.0.rst @@ -284,6 +284,7 @@ Indexing - Bug in :meth:`DataFrame.iloc` setitem raising ``AttributeError`` when assigning a :class:`Series` or :class:`Index` with a nullable EA dtype (e.g. ``Int64``, ``Float64``, ``boolean``) into a column with a NumPy ...
1
facebook/react#35999
facebook/react
35,999
[enableInfiniteRenderLoopDetection] Warn about potential infinite loop, instead of interrupting
The `enableInfiniteRenderLoopDetection` feature flag is currently disabled everywhere. When attempted to roll out this at Meta, we've observed multiple false-positives, where counter-based approach would interrupt the render that would've resolved at some later iteration. This change gates the scenarios that are onl...
hoxyq
false
2026-03-18T14:11:30Z
109
53
2
9
0
2
0.381679
0.956304
0
0.3
0.15
["Author voice present with 'When attempted to roll out', internal team context about Meta rollout, specific technical reasoning about false-positives"]
1
MIT
0.746328
diff --git a/packages/react-dom/src/__tests__/ReactUpdates-test.js b/packages/react-dom/src/__tests__/ReactUpdates-test.js @@ -1792,8 +1792,8 @@ describe('ReactUpdates', () => { expect(subscribers.length).toBe(limit); }); - it("does not infinite loop if there's a synchronous render phase update on another co...
1
microsoft/vscode#314174
microsoft/vscode
314,174
add ChatSkill.disableModelInvocation
<!-- 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...
aeschli
false
2026-05-04T20:44:19Z
11
2
6
1
0
1
0.884956
0.22767
0
1
0.15
["Standard PR template with minimal commits; no AI claims or stilted phrasing"]
1
MIT
0.744661
diff --git a/extensions/copilot/src/extension/chatSessions/copilotcli/vscode-node/test/copilotCLICustomizationProvider.spec.ts b/extensions/copilot/src/extension/chatSessions/copilotcli/vscode-node/test/copilotCLICustomizationProvider.spec.ts @@ -60,7 +60,7 @@ function makeInstruction(uri: URI, name: string, pattern: s...
1
facebook/react#36148
facebook/react
36,148
Add credentialless as a recognized boolean attribute for iframes
## Summary The `credentialless` attribute is a boolean HTML attribute for `<iframe>` elements that loads the iframe in a new, ephemeral context without access to the parent's credentials (cookies, client certificates, etc.). This change adds it to all boolean attribute switch/case lists in React DOM so it is properl...
vmx906
false
2026-04-20T17:37:34Z
45
0
5
7
0
3
0.689655
0.883011
0
0.3
0.25
["human voice in summary explaining spec motivation, but somewhat generic commit messages and structured PR format"]
1
MIT
0.744201
diff --git a/packages/react-dom-bindings/src/client/ReactDOMComponent.js b/packages/react-dom-bindings/src/client/ReactDOMComponent.js @@ -756,6 +756,7 @@ function setProp( case 'async': case 'autoPlay': case 'controls': + case 'credentialless': case 'default': case 'defer': case 'disab...
1
microsoft/vscode#298934
microsoft/vscode
298,934
Pzhu/feature custom snooze time
Fixes #288770 ## Feature Add an option named "Custom" in the snooze quick pick. ## How to test 1. Go to snooze quick pick 2. Select "Custom" 3. Enter a positive number without sign, fraction number is supported 4. Observe the snooze time countdown, or equivalently try with the inline suggestion when it is ba...
Pengkun-ZHU
false
2026-05-04T17:40:49Z
51
7
1
9
8
3
0.632911
0.956304
0.8
0.3
0.15
["Human voice evident: author explains testing steps, mentions existing issue with workaround, references code review feedback; commits show iterative refinement with 'Undo unneeded changes'"]
1
MIT
0.744013
diff --git a/src/vs/editor/browser/services/inlineCompletionsService.ts b/src/vs/editor/browser/services/inlineCompletionsService.ts @@ -212,27 +212,71 @@ export class SnoozeInlineCompletion extends Action2 { private async getDurationFromUser(quickInputService: IQuickInputService, storageService: IStorageService): Pr...
1
microsoft/vscode#300946
microsoft/vscode
300,946
Make chat sessions give a delta of what has changed
For #300770
mjbvz
false
2026-03-12T16:25:03Z
217
128
14
3
2
3
0.224719
0.65534
0.2
1
0.15
["Human voice with issue reference, minimal commit messages show iterative debugging pattern"]
1
MIT
0.742543
diff --git a/src/vs/sessions/test/web.test.ts b/src/vs/sessions/test/web.test.ts @@ -22,7 +22,7 @@ import { URI } from '../../base/common/uri.js'; import { Disposable } from '../../base/common/lifecycle.js'; import { IWorkbenchContribution, registerWorkbenchContribution2, WorkbenchPhase } from '../../workbench/common...
1
evanw/esbuild#3611
evanw/esbuild
3,611
work around api deprecations in deno 1.40.x (#3609)
Deno 1.40.0 introduced run-time warnings about certain APIs that esbuild uses. With this PR, esbuild will work around these run-time warnings by using newer APIs if they are present and falling back to the original APIs otherwise. This should avoid the warnings without breaking compatibility with older versions of Deno...
evanw
false
2024-01-27T16:35:53Z
198
62
9
12
0
3
0.277778
1
0
0.3
0.15
["Human voice present; specific technical problem-solving narrative; ad-hoc commit messages with implementation details"]
1
MIT
0.741667
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -89,12 +89,10 @@ jobs: with: node-version: 16 - # The version of Deno is pinned because version 1.25.1 was causing test - # flakes due to random segfaults. - - name: Setup Deno 1.24.0 + - name: Setup Deno 1.40....
1
microsoft/vscode#314577
microsoft/vscode
314,577
Fix stale BYOK models in model picker after API key removal
Fixes #312190, #265048, #265386. When a BYOK provider's API key/config was removed, the model picker continued to show the deleted models because mergeModelsWithCache could not distinguish between two cases: 1. A vendor that hadn't been resolved yet (startup race / extension reload) — cache should be used. 2. ...
vijayupadya
false
2026-05-06T01:01:46Z
133
14
6
2
3
2
0.404858
0.560849
0.3
1
0.15
["Author voice present with specific technical reasoning and problem analysis"]
1
MIT
0.740941
diff --git a/src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.ts b/src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.ts @@ -1178,8 +1178,16 @@ export class ChatInputPart extends Disposable implements IHistoryNavigationWidge .map(modelId => ({ identifier: modelId, metadata: this.langua...
1
microsoft/vscode#313630
microsoft/vscode
313,630
fix: Chronicle agent_name backfill, summary JSON filtering, schema description
Fixes the remaining open sub-issues of #312292 (Chronicle local schema drift). ## Changes ### `extractAgentName` — fixes #312296 `sessions.agent_name` was always `'unknown'` in the local store because: 1. `_initSession` fell through to `'unknown'` when the span lacked `gen_ai.agent.name` 2. `_bufferSessionUpsert` di...
digitarald
false
2026-05-01T04:54:37Z
142
8
5
2
3
3
0.4
0.560849
0.3
1
0.15
["Human author voice evident with detailed technical explanations, specific fallback chains, and ad-hoc commit truncation"]
1
MIT
0.740212
diff --git a/extensions/copilot/src/extension/chronicle/common/sessionStoreTracking.ts b/extensions/copilot/src/extension/chronicle/common/sessionStoreTracking.ts @@ -244,6 +244,57 @@ export function isGitHubMcpTool(toolName: string): boolean { /** Truncation suffix appended by truncateForOTel. */ const OTEL_TRUNCATI...
1
microsoft/vscode#300577
microsoft/vscode
300,577
Proposed browser API for debug support
See #300319, #289164
kycutler
false
2026-03-13T15:32:58Z
1,390
14
20
14
5
3
0.066489
1
0.5
1
0.15
["Ad-hoc commit messages with typos/abbreviations ('wip'-style), minimal body, references to issue numbers suggest human collaboration"]
0.5
MIT
0.739973
diff --git a/extensions/vscode-api-tests/package.json b/extensions/vscode-api-tests/package.json @@ -7,6 +7,7 @@ "enabledApiProposals": [ "activeComment", "authSession", + "browser", "environmentPower", "chatParticipantPrivate", "chatPromptFiles", diff --git a/extensions/vscode-api-tests/...
1
evanw/esbuild#3217
evanw/esbuild
3,217
[deno] add support for aarch64-linux-android
see this issue: <https://github.com/denoland/fresh/issues/1421>
secext2022
false
2023-07-13T13:10:47Z
1
0
1
2
0
2
0.990099
0.560849
0
0.3
0.15
["Human voice evident in informal issue reference and conversational commit message style"]
1
MIT
0.738727
diff --git a/lib/deno/mod.ts b/lib/deno/mod.ts @@ -155,6 +155,7 @@ async function install(): Promise<string> { // These platforms are not supported by Deno 'x86_64-unknown-freebsd': '@esbuild/freebsd-x64', + 'aarch64-linux-android': '@esbuild/android-arm64', } // Pick a package to install
1
BurntSushi/ripgrep#2702
BurntSushi/ripgrep
2,702
Add ARM build configurations to CI and release workflows
Add the following targets: + armv7-unknown-linux-gnueabihf + armv7-unknown-linux-musleabi + armv7-unknown-linux-musleabihf
yelkarama
false
2024-01-06T15:21:35Z
70
98
18
5
0
0
0.373134
0.588519
0
1
0.15
["Human voice present with uncertainty ('I'm not sure why', 'I suspect'), ad-hoc commit messages with incomplete thoughts and investigation trail"]
0.8
Unlicense
0.7381
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -75,6 +75,18 @@ jobs: os: ubuntu-latest rust: stable target: aarch64-unknown-linux-gnu + - build: stable-arm-gnueabihf + os: ubuntu-latest + rust: stable + target: armv7-unknown-linux-g...
1
pandas-dev/pandas#65436
pandas-dev/pandas
65,436
Account for privatization of matplotlib `Formatter.locs` attribute
With matplotlib/matplotlib#31416 (in the soon-to-be-released matplotlib 3.11), `Formatter.locs` is now private with a deprecation warning upon access. Since the only calls within pandas are setting commands, the lines can be changed to call the still-public setting method `Formatter.set_locs()`. Minimal example (wh...
ayshih
false
2026-05-03T15:21:05Z
2
2
1
6
0
0
0.961538
0.639151
0
0.3
0.15
["Human voice with specific technical context and concrete problem statement"]
0.833333
BSD-3-Clause
0.737352
diff --git a/pandas/plotting/_matplotlib/converter.py b/pandas/plotting/_matplotlib/converter.py @@ -198,7 +198,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
django/django#21105
django/django
21,105
Refs #35514 -- Refactored email docs.
#### Trac ticket number ticket-35514 #### Branch description This is a series of incremental changes to docs/email.txt to: * Rework its outline to a more logical structure (similar to the tasks and caches topics) * Relocate some chunks (introductory paragraphs, notes, and examples) that seem to have become sep...
medmunds
false
2026-04-16T18:39:04Z
177
128
1
19
0
3
0.246914
1
0
0.3
0.15
["Author voice present with 'I tried' and 'I merged', specific refactoring rationale with ticket references"]
1
BSD-3-Clause
0.737037
diff --git a/docs/topics/email.txt b/docs/topics/email.txt @@ -3,12 +3,13 @@ Sending email ============= .. module:: django.core.mail - :synopsis: Helpers to easily send email. + :synopsis: Helpers to send email. -Although Python provides a mail sending interface via the :mod:`smtplib` -module, Django provide...
1
pandas-dev/pandas#65360
pandas-dev/pandas
65,360
BUG: Fix df.query() with 'in' operator and column references (#65357)
- [x] closes #65357 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ...
harrywzl
false
2026-05-03T13:50:52Z
96
0
2
8
0
1
0.510204
0.821698
0
1
0.15
["Human-authored bug fix with standard pandas contribution checklist and specific test verification details"]
0
BSD-3-Clause
0.736955
diff --git a/pandas/core/computation/expr.py b/pandas/core/computation/expr.py @@ -725,6 +725,22 @@ def visit_Compare(self, node, **kwargs): # base case: we have something like a CMP b if len(comps) == 1: op = self.translate_In(ops[0]) + # GH#65357: Unroll `in` / `not in` into ...
1
pandas-dev/pandas#65455
pandas-dev/pandas
65,455
CI: Clean misc workflows and files
* Remove no-longer-used `.github/actions/build_pandas/action.yml`, `.condarc` * Remove `ci/run_tests.sh` in favor of lining where only used * Run codeql for c/c++ and actions code * Remove testing our conda-forge `meta.yml` (it's out of sync with the pandas-feedstock) * Update versions in pyodide job
mroeschke
false
2026-05-10T16:08:35Z
34
256
7
10
0
2
0.25641
0.98761
0
0.3
0.15
["Human voice evident - specific technical decisions, practical maintenance rationale, ad-hoc commit messages"]
1
BSD-3-Clause
0.735364
diff --git a/.github/actions/build_pandas/action.yml b/.github/actions/build_pandas/action.yml @@ -1,40 +0,0 @@ -name: Build pandas -description: Rebuilds the C extensions and installs pandas -inputs: - editable: - description: Whether to build pandas in editable mode (default true) - default: true - werror: - ...
1
microsoft/vscode#313835
microsoft/vscode
313,835
use review plan tool in claude agent
<!-- 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-08T22:43:14Z
800
91
14
6
9
3
0.100908
0.839151
0.9
1
0.15
["Human voice in commits, specific feature context, typical dev workflow with test fixes"]
1
MIT
0.734924
diff --git a/extensions/copilot/src/extension/chatSessions/claude/common/claudeMessageDispatch.ts b/extensions/copilot/src/extension/chatSessions/claude/common/claudeMessageDispatch.ts @@ -19,6 +19,7 @@ import { ExternalEditTracker } from '../../../chatSessions/common/externalEditTr import { ToolName } from '../../../...
1
microsoft/vscode#312057
microsoft/vscode
312,057
Launch agent host terminals as login shells on macOS
Fixes #312059 + shell detection (see my review comments The agent host terminal manager spawns zsh/bash without `--login` on macOS, which means things like zprofile and bash profile do not run and can lead to missing reference for node, cargo, etc. This is what we do in terminal profile: https://github.com/micro...
anthonykim1
false
2026-04-23T03:25:19Z
12
8
1
3
1
3
0.833333
0.65534
0.1
0.3
0.15
["Human voice evident (\"see my review comments\", \"what we do\", specific implementation details), references to internal discussions, ad-hoc commit messages with detailed technical rationale"]
1
MIT
0.733835
diff --git a/src/vs/platform/agentHost/node/agentHostTerminalManager.ts b/src/vs/platform/agentHost/node/agentHostTerminalManager.ts @@ -7,8 +7,9 @@ import * as fs from 'fs'; import { DeferredPromise, raceCancellablePromises, timeout } from '../../../base/common/async.js'; import { Emitter } from '../../../base/commo...
1
microsoft/vscode#304956
microsoft/vscode
304,956
Add pull request state icon support to session data and related components
<!-- 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-26T03:36:34Z
53
20
7
1
3
2
0.578035
0.42767
0.3
1
0.15
["Human authorship: minimal, specific commits without AI summary phrasing; boilerplate PR template with no AI attribution"]
1
MIT
0.733623
diff --git a/src/vs/sessions/contrib/chat/test/browser/sessionsConfigurationService.test.ts b/src/vs/sessions/contrib/chat/test/browser/sessionsConfigurationService.test.ts @@ -54,6 +54,7 @@ function makeSession(opts: { repository?: URI; worktree?: URI } = {}): ISessionD lastTurnEnd: observableValue('lastTurnEnd', u...
1
facebook/react#8627
facebook/react
8,627
[Fiber] Push class context providers even if they crash
Previously we used to push them only after the instance was available. This caused issues in cases an error is thrown during `componentWillMount()`. In that case we never got to pushing the provider in the begin phase, but in complete phase the provider check returned `true` since the instance existed by that point....
gaearon
false
2016-12-22T18:36:43Z
190
47
7
35
0
2
0.296736
1
0
0.3
0.15
["Human voice in explanation, specific technical problem-solving narrative, references to issue #8604, typical developer commit style"]
0.88
MIT
0.73251
diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt @@ -1157,7 +1157,8 @@ src/renderers/shared/fiber/__tests__/ReactIncremental-test.js * provides context when reusing work * reads context when setState is below the provider * reads context when setState is above the provider -* maintains ...
1
facebook/react#36047
facebook/react
36,047
Fix FragmentInstance listener leak: normalize boolean vs object capture options per DOM spec
## Summary `FragmentInstance.addEventListener` and `removeEventListener` fail to cross-match listeners when the `capture` option is passed as a **boolean** in one call and an **options object** in the other. This violates the [DOM Living Standard](https://dom.spec.whatwg.org/#dom-eventtarget-removeeventlistener), wh...
Dhakshin2007
false
2026-04-22T13:40:35Z
165
1
2
10
2
3
0.37594
0.98761
0.2
0.3
0.15
["Author voice and specific technical reasoning present; garbled commit messages suggest manual editing/human error rather than AI output"]
0.888889
MIT
0.732182
diff --git a/packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js b/packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js @@ -3093,7 +3093,7 @@ function normalizeListenerOptions( return `c=${opts ? '1' : '0'}`; } - return `c=${opts.capture ? '1' : '0'}&o=${opts.once ? '1' : '0'}&p=${opts.pas...
1
django/django#21041
django/django
21,041
Fixed #36901 -- Centralized and cleaned_up mitigations against timing attacks targeting user enumeration
#### Trac ticket number <!-- Replace XXXXX with the corresponding Trac ticket number. --> <!-- Or delete the line and write "N/A - typo" for typo fixes. --> ticket-36901 #### Branch description Centralized and cleaned_up mitigations against timing attacks targeting user enumeration Created two utility fun...
anjaniacatus
false
2026-04-27T14:22:05Z
38
25
3
56
2
5
0.613497
1
0.2
0.3
0.25
["Author disclosed Gemini use only for understanding, not code generation; authentic voice in disclosure; single focused commit; specific ticket reference"]
0.8
BSD-3-Clause
0.732025
diff --git a/django/contrib/auth/__init__.py b/django/contrib/auth/__init__.py @@ -391,3 +391,22 @@ async def aupdate_session_auth_hash(request, user): await request.session.acycle_key() if hasattr(user, "get_session_auth_hash") and await request.auser() == user: await request.session.aset(HASH_SESSI...
1
BurntSushi/ripgrep#2817
BurntSushi/ripgrep
2,817
Add Flox as an installation method
`ripgrep` is available to install through the [Flox CLI](https://flox.dev/docs/), and seems to be working today. Since Nix, and Guix, are also listed as installation option, I thought Flox might make sense as well.
bryanhonof
false
2024-05-24T15:59:19Z
6
0
1
2
0
2
0.943396
0.560849
0
0.3
0.15
["Human voice present - specific reasoning about why Flox should be added based on existing patterns"]
1
Unlicense
0.731722
diff --git a/README.md b/README.md @@ -318,6 +318,12 @@ If you're a **Nix** user, you can install ripgrep from $ nix-env --install ripgrep ``` +If you're a **Flox** user, you can install ripgrep as follows: + +``` +$ flox install ripgrep +``` + If you're a **Guix** user, you can install ripgrep from the official ...
1
BurntSushi/ripgrep#2412
BurntSushi/ripgrep
2,412
Enhance terraform default filter
The default filter for terraform only checks for *.tf files, but there are quite few other terraform filetypes. The explanation for all of them can be found below: _(including a link to the documentation from Hashicorp at the time of writing)_ - [*.tf.json & *.tfvars.json is to capture the files written in JSON-ba...
vincentbockaert
false
2023-02-09T17:57:02Z
5
1
1
2
0
2
0.943396
0.560849
0
0.3
0.15
["Author voice present with specific documentation links and rationale; ad-hoc commit messages with natural explanation"]
1
Unlicense
0.731722
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs @@ -251,7 +251,11 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib", "*.dtx", "*.ins"]), ("texinfo", &["*.texi"]), ("textile", &["*.textile"]), - ("tf", &["*.tf"...
1
microsoft/vscode#312293
microsoft/vscode
312,293
fix: populate cwd and assistant_response in Chronicle session store
Two fields in the Chronicle local session store were always empty. This fixes both with a consumer-only approach (no OTel producer changes) and adds schema caveats for remaining data gaps. ## Changes **`cwd`** — set from `vscode.workspace.workspaceFolders[0]` during session init. **`assistant_response`** — `truncate...
digitarald
false
2026-04-27T15:58:52Z
194
29
4
2
2
2
0.309598
0.560849
0.2
1
0.15
["Author voice present in technical details; specific implementation decisions and trade-offs discussed"]
1
MIT
0.731652
diff --git a/extensions/copilot/src/extension/chronicle/common/sessionStoreTracking.ts b/extensions/copilot/src/extension/chronicle/common/sessionStoreTracking.ts @@ -184,3 +184,62 @@ export function extractRepoFromMcpTool(toolArgs: unknown): string | undefined { export function isGitHubMcpTool(toolName: string): bool...
1
django/django#21050
django/django
21,050
Refs #36949 -- Removed hardcoded pks in modeladmin tests.
Amendment to 253f552c5809fa096116b601bd842ca4f3504860.
timgraham
false
2026-04-03T13:30:10Z
6
4
1
2
0
1
0.909091
0.360849
0
1
0.15
["Human-authored: terse commit style, Django project conventions, references specific issue/commit hashes"]
0.5
BSD-3-Clause
0.731576
diff --git a/tests/modeladmin/tests.py b/tests/modeladmin/tests.py @@ -849,7 +849,8 @@ class ConcertAdmin(ModelAdmin): 'class="related-widget-wrapper" data-model-ref="band"><select ' 'name="main_band" data-context="available-source" required ' 'id="id_main_band" data-custom-widget...
1
microsoft/vscode#313911
microsoft/vscode
313,911
Add background todo agent
Adds a background todo agent that automatically maintains the chat session's todo list during agent turns, removing the need to prompt the main model to call `manage_todo_list` itself. ### What it does - Watches agent activity via a `BackgroundTodoDeltaTracker` (peek/commit semantics with high-watermark tracking). - A...
vritant24
false
2026-05-04T04:43:11Z
2,995
2
13
20
12
4
0.032289
1
1
1
0.25
["Natural developer voice with specific implementation details, but PR description uses somewhat formulaic bullet-point structure"]
1
MIT
0.729843
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -4385,6 +4385,16 @@ "experimental" ] }, + "github.copilot.chat.agent.backgroundTodoAgent.enabled": { + "type": "boolean", + "default": false, + "markdownDescription": "%github.copilot.config.agent.b...
1
evanw/esbuild#2373
evanw/esbuild
2,373
Support Loongarch LE architecture
This PR adds support for Loongarch 64-bit LE Linux. Please be informed: - For now, only `Go@1.18.2` and newer suppoort Loongarch. - The version of `golang.org/x/sys` package must be above `v0.0.0-20220624` . Details in this [commit](https://github.com/golang/sys/commit/003f7fa1e2ed999af7526a2163157549a7f4c1b6)
beyond-1234
false
2022-08-02T21:19:11Z
45
9
6
4
0
3
0.649351
0.728634
0
0.3
0.15
["Human voice present: specific technical constraints, typos ('suppoort', 'cheungxi'), ad-hoc merge commits, specific dependency version requirements"]
1
MIT
0.729561
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -35,6 +35,10 @@ Previously if you mutate the build results object, you had to overwrite both `contents` and `text` since the value returned from the `text` getter is the original text returned by esbuild. Some people find this confusing so with this release, the getter...
1
django/django#21046
django/django
21,046
Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().
#### Trac ticket number <!-- Replace XXXXX with the corresponding Trac ticket number. --> <!-- Or delete the line and write "N/A - typo" for typo fixes. --> ticket-37016 #### Branch description When() expressions were passing arguments: _connector and _negated down into Q() objects. This change adds valida...
varunkasyap
false
2026-04-03T13:37:32Z
12
4
4
2
0
1
0.862069
0.460849
0
1
0.05
["Author explicitly states no AI tools used; specific technical implementation details; internal Django process followed"]
0
BSD-3-Clause
0.729523
diff --git a/django/db/models/expressions.py b/django/db/models/expressions.py @@ -12,7 +12,7 @@ from django.db import DatabaseError, NotSupportedError, connection from django.db.models import fields from django.db.models.constants import LOOKUP_SEP -from django.db.models.query_utils import Q +from django.db.models....
1
microsoft/vscode#301398
microsoft/vscode
301,398
Update conpty to 1.25
Take https://github.com/microsoft/node-pty/pull/898 for https://github.com/microsoft/vscode/issues/241978
anthonykim1
false
2026-03-17T01:27:01Z
34
13
7
4
1
2
0.680272
0.728634
0.1
0.3
0.15
["Human voice evident in experimental commits with typos and ad-hoc revert messages"]
1
MIT
0.729199
diff --git a/package-lock.json b/package-lock.json @@ -48,7 +48,7 @@ "minimist": "^1.2.8", "native-is-elevated": "0.9.0", "native-keymap": "^3.3.5", - "node-pty": "^1.2.0-beta.10", + "node-pty": "^1.2.0-beta.12", "open": "^10.1.2", "playwright-core": "1.59.0-al...
1
BurntSushi/ripgrep#2665
BurntSushi/ripgrep
2,665
Add Void Linux
liberodark
false
2023-11-29T12:49:21Z
7
0
1
3
0
1
0.934579
0.55534
0
0.3
0.15
["Minimal PR body, simple commit messages typical of human work"]
1
Unlicense
0.729022
diff --git a/README.md b/README.md @@ -358,6 +358,13 @@ same port as Haiku x86_64 using the x86 secondary architecture build: $ sudo pkgman install ripgrep_x86 ``` +If you're a **Void Linux** user, then you can install ripgrep from the +[official repository](https://voidlinux.org/packages/?arch=x86_64&q=ripgrep): +...
1
microsoft/vscode#310437
microsoft/vscode
310,437
better handling of too many images in 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 chang...
justschen
false
2026-04-16T08:32:09Z
466
54
4
3
3
3
0.16129
0.65534
0.3
1
0.15
["Human voice evident in commit progression, review-driven changes, specific implementation details, natural PR structure"]
1
MIT
0.728029
diff --git a/extensions/copilot/src/platform/endpoint/node/chatEndpoint.ts b/extensions/copilot/src/platform/endpoint/node/chatEndpoint.ts @@ -3,7 +3,6 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *----------------------------------------------------------------...
1
microsoft/vscode#314914
microsoft/vscode
314,914
Honor BYOK editTools configuration in chat model picker
Fixes https://github.com/microsoft/vscode/issues/297178 The editTools field in BYOK model configuration (e.g. editTools: ['apply-patch']) was accepted by the schema but had no effect on which edit tools the chat agent exposed to the model.
vijayupadya
false
2026-05-07T06:13:45Z
83
2
3
1
3
2
0.540541
0.42767
0.3
1
0.15
["Human voice present; minimal, natural commit messages with typo/abbreviation patterns"]
1
MIT
0.727999
diff --git a/extensions/copilot/src/extension/byok/common/byokProvider.ts b/extensions/copilot/src/extension/byok/common/byokProvider.ts @@ -154,7 +154,8 @@ export function byokKnownModelToAPIInfo(providerName: string, id: string, capabi isUserSelectable: true, capabilities: { toolCalling: capabilities.toolCa...
1
microsoft/vscode#314864
microsoft/vscode
314,864
Improve linked symbol anchors with tree-sitter fallback
Adds an eager tree-sitter fallback for linked-backtick symbol references so links open near the referenced symbol even before an LSP DocumentSymbolProvider result is available. Before this PR, links to referenced symbols would just take you to the top of the file if an LSP was not available. Changes: - Resolve init...
pranavvaid-ac
false
2026-05-10T02:21:48Z
728
60
6
6
6
3
0.112613
0.839151
0.6
1
0.15
["Author voice present ('Before this PR'), specific technical implementation details, organic commit messages with merges and test fixes"]
0.75
MIT
0.72668
diff --git a/extensions/copilot/src/extension/linkify/test/vscode-node/findWord.test.ts b/extensions/copilot/src/extension/linkify/test/vscode-node/findWord.test.ts @@ -0,0 +1,151 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation...
1
BurntSushi/ripgrep#2760
BurntSushi/ripgrep
2,760
doc: playground (#2758)
Playground mentioned in the readme as discussed in #2758.
nalgeon
false
2024-03-20T12:11:09Z
10
0
1
2
0
2
0.909091
0.560849
0
0.3
0.15
["minimal commits, brief body, likely manual documentation update"]
1
Unlicense
0.726576
diff --git a/README.md b/README.md @@ -220,6 +220,16 @@ configuration files, passthru, support for searching compressed files, multiline search and opt-in fancy regex support via PCRE2. +### Playground + +If you'd like to try ripgrep before installing, there's an unofficial +[playground](https://codapi.org/ripgrep...
1
microsoft/vscode#298137
microsoft/vscode
298,137
Revert "Bump hono from 4.12.0 to 4.12.3 in /test/mcp"
Reverts microsoft/vscode#298076 Fixes https://dev.azure.com/monacotools/Monaco/_build/results?buildId=412708&view=logs&j=a1a226c6-d859-5ac0-b784-63d47497f266&t=e8e681d6-5d09-5e02-96fd-530cbfcd695a
benvillalobos
false
2026-02-27T01:35:36Z
3
3
1
0
0
1
0.943396
0
0
1
0.05
["Simple revert commit with specific references to previous PR and build logs"]
1
MIT
0.726509
diff --git a/test/mcp/package-lock.json b/test/mcp/package-lock.json @@ -702,9 +702,9 @@ } }, "node_modules/hono": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.3.tgz", - "integrity": "sha512-SFsVSjp8sj5UumXOOFlkZOG6XS9SJDKw0TbwFeV+AJ8xlST8kxK5Z/5EYa...
1
microsoft/vscode#299283
microsoft/vscode
299,283
Bump @hono/node-server from 1.19.9 to 1.19.10 in /test/mcp
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.9 to 1.19.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/node-server/releases"><code>@​hono/node-server</code>'s releases</a>.</em></p> <blockquote> <h2>v1.19.10</h2> <h2>Security Fix</h2> <...
dependabot[bot]
true
2026-03-04T21:58:26Z
3
3
1
0
0
1
0.943396
0
0
1
0.05
["Automated dependency bump PR with standard Dependabot formatting"]
1
MIT
0.726509
diff --git a/test/mcp/package-lock.json b/test/mcp/package-lock.json @@ -22,9 +22,9 @@ } }, "node_modules/@hono/node-server": { - "version": "1.19.9", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.9.tgz", - "integrity": "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyC...
1
microsoft/vscode#299285
microsoft/vscode
299,285
Bump hono from 4.12.3 to 4.12.5 in /test/mcp
Bumps [hono](https://github.com/honojs/hono) from 4.12.3 to 4.12.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/hono/releases">hono's releases</a>.</em></p> <blockquote> <h2>v4.12.5</h2> <h2>What's Changed</h2> <ul> <li>fix(request): return <code>string | undefined<...
dependabot[bot]
true
2026-03-05T18:11:06Z
3
3
1
0
0
1
0.943396
0
0
1
0.05
["Automated dependabot dependency bump, not human or AI authored"]
1
MIT
0.726509
diff --git a/test/mcp/package-lock.json b/test/mcp/package-lock.json @@ -702,9 +702,9 @@ } }, "node_modules/hono": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.3.tgz", - "integrity": "sha512-SFsVSjp8sj5UumXOOFlkZOG6XS9SJDKw0TbwFeV+AJ8xlST8kxK5Z/5EYa...
1
microsoft/vscode#300620
microsoft/vscode
300,620
Bump hono from 4.12.5 to 4.12.7 in /test/mcp
Bumps [hono](https://github.com/honojs/hono) from 4.12.5 to 4.12.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/hono/releases">hono's releases</a>.</em></p> <blockquote> <h2>v4.12.7</h2> <h2>Security hardening</h2> <p>Ignore <code>__proto__</code> path segments in p...
dependabot[bot]
true
2026-03-11T16:31:33Z
3
3
1
0
0
1
0.943396
0
0
1
0.05
["Automated dependency bump PR generated by Dependabot"]
1
MIT
0.726509
diff --git a/test/mcp/package-lock.json b/test/mcp/package-lock.json @@ -702,9 +702,9 @@ } }, "node_modules/hono": { - "version": "4.12.5", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.5.tgz", - "integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZ...
1
django/django#21159
django/django
21,159
Reverted inadvertent changes to PK formatting in tests.
Bad conflict resolution in 63c56cda133a85a158502891c40465bc0331d3d9 reverted bits of d007fcf7291cc3c24d4545e23c759bde22b6a8a6.
timgraham
false
2026-04-24T15:46:54Z
3
3
2
0
0
1
0.943396
0
0
1
0.05
["Human explains specific merge conflict resolution issue with commit references"]
1
BSD-3-Clause
0.726509
diff --git a/tests/model_formsets/tests.py b/tests/model_formsets/tests.py @@ -1268,8 +1268,8 @@ def test_custom_pk(self): '<p><label for="id_form-0-owner">Owner:</label>' '<select name="form-0-owner" id="id_form-0-owner">' '<option value="" selected>- Select an option -</option>'...
1
microsoft/vscode#308602
microsoft/vscode
308,602
Chronicle - local and remote
# Chronicle — Session Search (local and cloud) ## Overview Chronicle enables agent to learn from your past coding sessions. It tracks session data locally, optionally syncs to cloud, and provides `/chronicle` commands for standups, tips, and freeform queries. ## Architecture ``` ┌──────────────────────────...
vijayupadya
false
2026-04-16T08:31:39Z
4,955
5
37
17
29
2
0.009881
1
1
1
0.25
["Human voice in architecture/design, sparse commit messages, but formal overview structure somewhat stylized"]
1
MIT
0.726482
diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json @@ -1174,6 +1174,32 @@ "legacyToolReferenceFullNames": [ "editFiles" ] + }, + { + "name": "copilot_sessionStoreSql", + "displayName": "Session Store SQL", + "toolReferenceName": "sessionStoreSql", + "userDescr...
1
microsoft/vscode#303156
microsoft/vscode
303,156
fix(mcp): resolve env vars in agent plugin MCP server definitions
Agent plugin MCP servers did not resolve environment variable references because the resolution pipeline was skipped entirely (no variableReplacement was set) and the MCP-standard bare ${VAR} syntax is not recognized by VS Code's configuration resolver. - Add variableReplacement to plugin server definitions so the r...
ConsoleTVs
false
2026-03-23T15:00:46Z
306
0
3
3
0
3
0.246305
0.65534
0
1
0.25
["Specific technical problem, authentic commit messages with typos/truncation, internal issue reference, but some stilted refactoring language"]
1
MIT
0.725781
diff --git a/src/vs/workbench/contrib/chat/common/plugins/agentPluginServiceImpl.ts b/src/vs/workbench/contrib/chat/common/plugins/agentPluginServiceImpl.ts @@ -204,6 +204,46 @@ function interpolateMcpPluginRoot( return { name: def.name, configuration: interpolated, uri: def.uri }; } +/** + * Regular expression ma...
1
microsoft/vscode#300521
microsoft/vscode
300,521
Bump minimatch from 3.1.2 to 3.1.5 in /test/automation
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/7bba97888a27a6162983056bcce2a6e28f668712"><code>7bba978</code></a> 3.1.5</li> <li><a href="https://github.com/isaacs/minimatch/commit/bd259425b2ca...
dependabot[bot]
true
2026-03-11T16:55:45Z
4
3
1
0
0
1
0.934579
0
0
1
0.05
["Automated dependabot dependency update PR, not human or AI-authored code"]
1
MIT
0.725187
diff --git a/test/automation/package-lock.json b/test/automation/package-lock.json @@ -474,10 +474,11 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrO...
1
django/django#21075
django/django
21,075
Refs CVE-2026-4292 -- Isolated new test in AdminViewListEditable.
#### Branch description As originally written, this test interfered with `admin_views.tests.SeleniumTests.test_inline_uuid_pk_add_with_popup`. To fix this, register the new ModelAdmin with a different AdminSite. #### AI Assistance Disclosure (REQUIRED) <!-- Please select exactly ONE of the following: --> - [x] *...
jacobtylerwalls
false
2026-04-08T17:34:02Z
4
3
2
0
0
1
0.934579
0
0
1
0.05
["Author explicitly disclosed no AI tools used, commit message shows specific internal knowledge of test interference"]
1
BSD-3-Clause
0.725187
diff --git a/tests/admin_views/admin.py b/tests/admin_views/admin.py @@ -369,7 +369,7 @@ def get_queryset(self, request): return super().get_queryset(request).order_by("age") -class ParentWithUUIDPKAdmin(admin.ModelAdmin): +class ParentWithUUIDPKNoAddAdmin(admin.ModelAdmin): list_display = ("id", "tit...
1
microsoft/vscode#298658
microsoft/vscode
298,658
Bump minimatch from 3.1.2 to 3.1.5 in /test/integration/browser
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/7bba97888a27a6162983056bcce2a6e28f668712"><code>7bba978</code></a> 3.1.5</li> <li><a href="https://github.com/isaacs/minimatch/commit/bd259425b2ca...
dependabot[bot]
true
2026-03-02T08:53:35Z
4
3
1
0
0
1
0.934579
0
0
1
0.05
["Automated dependency bump PR with standard Dependabot format"]
1
MIT
0.725187
diff --git a/test/integration/browser/package-lock.json b/test/integration/browser/package-lock.json @@ -135,10 +135,11 @@ "dev": true }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J...
1
microsoft/vscode#297797
microsoft/vscode
297,797
Dialog Notification when MCP server start fails in sandbox mode.
fixes:(#297387) Details: MCP server in sandboxing mode can fail due to file system access issues or due to domains that are not added to allowlist. - Shows a dialog for the user to confirm on the missing permissions/ domains for adding to sandbox config. - User doesnt need to look into the logs for sandbox r...
dileepyavan
false
2026-03-02T18:46:54Z
411
27
7
5
5
2
0.185874
0.788519
0.5
1
0.25
["Repetitive commit messages suggest automation, but PR body has specific details and issue reference"]
1
MIT
0.725011
diff --git a/src/vs/platform/mcp/common/mcpResourceScannerService.ts b/src/vs/platform/mcp/common/mcpResourceScannerService.ts @@ -47,6 +47,7 @@ export interface IMcpResourceScannerService { readonly _serviceBrand: undefined; scanMcpServers(mcpResource: URI, target?: McpResourceTarget): Promise<IScannedMcpServers>;...
1
microsoft/vscode#314713
microsoft/vscode
314,713
fixes https://github.com/microsoft/vscode/issues/291188
<!-- 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...
Larsjep
false
2026-05-08T17:54:55Z
2
2
1
2
2
3
0.961538
0.560849
0.2
0.3
0.15
["Human-written: ad-hoc test steps, specific issue reference, minimal commit message"]
1
MIT
0.724443
diff --git a/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts b/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts @@ -2064,7 +2064,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer return false; } } - await this._editorService.saveAll({ reason: S...
1
microsoft/vscode#314728
microsoft/vscode
314,728
fix opening agents window for first time
sandy081
false
2026-05-06T13:59:22Z
27
1
2
1
1
1
0.78125
0.22767
0.1
1
0.15
["minimal PR body, generic commit message, no AI markers"]
1
MIT
0.724105
diff --git a/src/vs/platform/userDataProfile/common/userDataProfile.ts b/src/vs/platform/userDataProfile/common/userDataProfile.ts @@ -412,7 +412,7 @@ export class UserDataProfilesService extends Disposable implements IUserDataProf this.updateEmptyWindowAssociation(workspace, profile, !!profile.isTransient); ...
1
microsoft/vscode#298610
microsoft/vscode
298,610
feat: add support for Copilot user agents and related functionality
<!-- 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-02T10:26:12Z
112
6
5
2
2
3
0.458716
0.560849
0.2
1
0.25
["Generic commit messages and sparse PR details, but no AI authorship claims or strong AI-generated patterns"]
1
MIT
0.72402
diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -53,7 +53,7 @@ import { ILanguageModelToolsService } from '../common/tools/languageModelToolsSe import { agentPluginDiscoveryRegistry, IAgentPluginService } from '../common/plugins/ag...
1
microsoft/vscode#298460
microsoft/vscode
298,460
Clean up model picker input styles
Cleans up leftover model picker input styles after the focus outline removal: - Remove background color from the filter input (was left behind when focus outlines were removed) - Add spacing below the filter separator to match the gap between the last model item and the "Other models" separator section
daviddossett
false
2026-02-28T17:30:37Z
5
0
1
2
2
2
0.952381
0.560849
0.2
0.3
0.15
["Human voice present with specific context; technical details about CSS changes suggest deliberate intent"]
1
MIT
0.723069
diff --git a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css @@ -1441,6 +1441,11 @@ have to be updated for changes to the rules above, or to support more deeply nes outline: none; box-shadow: none; border-color: transparent; + background-co...
1
django/django#19534
django/django
19,534
Fixed #35738 -- Deprecated double-dot variable lookups.
#### Trac ticket number <!-- Replace XXXXX with the corresponding Trac ticket number, or delete the line and write "N/A" if this is a trivial PR. --> ticket-35738 #### Branch description Alternative to #18551 which raises the error at parsing time and results in a smaller patch.
smithdc1
false
2026-04-28T17:07:12Z
73
2
4
4
0
2
0.571429
0.728634
0
1
0.15
["Human voice present ('Alternative to'), specific ticket references, minimal commit messages typical of manual work"]
0
BSD-3-Clause
0.722873
diff --git a/django/template/base.py b/django/template/base.py @@ -57,7 +57,7 @@ from enum import Enum from django.template.context import BaseContext -from django.utils.deprecation import django_file_prefixes +from django.utils.deprecation import RemovedInDjango70Warning, django_file_prefixes from django.utils.fo...
1
microsoft/vscode#298786
microsoft/vscode
298,786
constrain and make chat questions scrollable
fixes #298287 Makes the chat question carousel scrollable — wraps the input area in a `DomScrollableElement` with a max-height so long option lists scroll instead of pushing the chat UI off-screen. A ResizeObserver keeps the scroll layout in sync. https://github.com/user-attachments/assets/f58e227c-c5c6-4e09-8cd5...
meganrogge
false
2026-03-03T23:10:43Z
116
5
3
6
1
3
0.452489
0.839151
0.1
0.3
0.15
["Natural commit messages with typos and ad-hoc phrasing ('rm unneeded', 'ensure scrolled up'); specific issue reference; author voice in body"]
1
MIT
0.722661
diff --git a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuestionCarouselPart.ts b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatQuestionCarouselPart.ts @@ -18,6 +18,7 @@ import { IMarkdownRendererService } from '../../../../../../platform/markdown/br import { defaultButtonSty...
1
evanw/esbuild#2509
evanw/esbuild
2,509
support TypeScript `satisfies`
- follow https://github.com/microsoft/TypeScript/pull/46827
magic-akari
false
2022-11-02T20:59:10Z
71
2
3
3
0
0
0.578035
0.45534
0
1
0.15
["Human voice present with specific PR reference and technical implementation details"]
0.666667
MIT
0.722207
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -2,6 +2,26 @@ ## Unreleased +* Add support for the TypeScript 4.9 `satisfies` operator ([#2509](https://github.com/evanw/esbuild/pull/2509)) + + TypeScript 4.9 introduces a new operator called `satisfies` that lets you check that a given value satisfies a less specifi...
1
microsoft/vscode#311362
microsoft/vscode
311,362
fix(agents): vscode app launch due to missing app identifiers
Followup to https://github.com/microsoft/vscode/pull/310773 ``` The product.sub.json overlay in bootstrap-meta.ts uses shallow merge. This caused the entire `embedded` object from product.json to be replaced by product.sub.json's version, losing unique properties injected by the build such as `darwinSiblingBundle...
deepak1556
false
2026-04-20T13:41:31Z
5
1
1
2
2
2
0.943396
0.560849
0.2
0.3
0.15
["Human voice evident, specific technical context, minimal commits"]
1
MIT
0.721722
diff --git a/src/bootstrap-meta.ts b/src/bootstrap-meta.ts @@ -31,7 +31,11 @@ if ((process as INodeProcess).isEmbeddedApp) { try { const productSubObj = require('../product.sub.json'); - productObj = Object.assign(productObj, productSubObj); + if (productObj.embedded && productSubObj.embedded) { + Object.ass...
1
facebook/react#28796
facebook/react
28,796
[Fizz] Stop publishing external-runtime to stable channel
The external runtime is not vetted for stability yet. We should stop publishing it with our stable build
gnoff
false
2024-04-09T18:57:58Z
10
3
3
3
0
2
0.884956
0.55534
0
0.3
0.15
["Human voice present, specific business rationale, single straightforward commit"]
1
MIT
0.721578
diff --git a/packages/shared/ReactFeatureFlags.js b/packages/shared/ReactFeatureFlags.js @@ -110,7 +110,7 @@ export const enableUseEffectEventHook = __EXPERIMENTAL__; // Test in www before enabling in open source. // Enables DOM-server to stream its instruction set as data-attributes // (handled with an MutationObse...
1
microsoft/vscode#310374
microsoft/vscode
310,374
Bump hono from 4.12.12 to 4.12.14 in /test/mcp
Bumps [hono](https://github.com/honojs/hono) from 4.12.12 to 4.12.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/hono/releases">hono's releases</a>.</em></p> <blockquote> <h2>v4.12.14</h2> <h2>Security fixes</h2> <p>This release includes fixes for the following sec...
dependabot[bot]
true
2026-04-16T23:21:28Z
3
3
1
0
1
2
0.943396
0
0.1
1
0.05
["Automated dependency bump by Dependabot, not AI-generated code"]
1
MIT
0.721509
diff --git a/test/mcp/package-lock.json b/test/mcp/package-lock.json @@ -702,9 +702,9 @@ } }, "node_modules/hono": { - "version": "4.12.12", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", - "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FN...
1
microsoft/vscode#312766
microsoft/vscode
312,766
Bump postcss from 8.5.8 to 8.5.12 in /test/monaco
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.12</h2> <ul> <li>Fixed reading any file via user-generated CSS.</li> <li>Ad...
dependabot[bot]
true
2026-04-27T16:20:00Z
5
5
2
0
0
1
0.909091
0
0
1
0.05
["Automated dependency bump PR generated by Dependabot, not AI coding assistant"]
1
MIT
0.721364
diff --git a/test/monaco/package-lock.json b/test/monaco/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "postcss": "^8.5.6" + "postcss": "^8.5.12" }, "devDependencies": { "@types/chai": "^4.2.14", @@ -1399,9 +1399,9 @...
1
microsoft/vscode#311019
microsoft/vscode
311,019
Fix `run_in_terminal` wedging when cached terminal is disposed
Fixes #296892 Fixes #308610 When `terminal.killAll` (or other terminal disposal) races with a `run_in_terminal` call, `_initTerminal` could return a stale cached terminal from `_sessionTerminalAssociations` because the `onDidDisposeInstance` cleanup hadn't propagated yet. This caused all subsequent terminal operati...
meganrogge
false
2026-04-17T16:06:28Z
25
1
2
1
2
1
0.793651
0.22767
0.2
1
0.15
["Human voice present: specific issue references, technical detail about race conditions, and minimal commit message suggests human authorship"]
1
MIT
0.720965
diff --git a/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts b/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts @@ -1840,7 +1840,7 @@ export class RunInTerminalTool extends Disposable implements IToolImpl { // For foreground mode, t...
1
microsoft/vscode#298852
microsoft/vscode
298,852
sessions: mcp protocol negotiation, gateway output channel, and customization ui improvements
MCP Gateway Protocol Negotiation: - Gateway now negotiates protocol version with clients instead of hardcoding '2025-11-25', fixing compatibility with older SDK versions - Adds MCP_SUPPORTED_PROTOCOL_VERSIONS covering all known MCP spec versions - Responds with client's requested version if supported, falls back ...
joshspicer
false
2026-03-03T02:45:45Z
624
227
19
6
6
2
0.105152
0.839151
0.6
1
0.25
["Human voice evident in review feedback commit; specific technical details and error handling; realistic commit message progression"]
1
MIT
0.720561
diff --git a/src/vs/platform/mcp/node/mcpGatewayService.ts b/src/vs/platform/mcp/node/mcpGatewayService.ts @@ -9,7 +9,7 @@ import { JsonRpcMessage, JsonRpcProtocol } from '../../../base/common/jsonRpcPro import { Disposable } from '../../../base/common/lifecycle.js'; import { URI } from '../../../base/common/uri.js';...
1
facebook/react#14
facebook/react
14
Docs updates per community response
Man, we did a bad job messaging JSX and component architectures in general. This tries to reposition us a little better. I may beat the JSX horse a little bit, but I think it's one that needs to be beaten.
petehunt
false
2013-05-30T11:42:50Z
34
14
4
3
0
0
0.675676
0.55534
0
0.3
0.05
["Human voice, informal tone, self-aware critique of messaging"]
1
MIT
0.720186
diff --git a/docs/_js/examples/timer.js b/docs/_js/examples/timer.js @@ -3,7 +3,6 @@ */ var TIMER_COMPONENT = "\ -/** @jsx React.DOM */\n\ var Timer = React.createClass({\n\ getInitialState: function() {\n\ return {secondsElapsed: 0};\n\ @@ -15,15 +14,13 @@ var Timer = React.createClass({\n\ setInter...
1
facebook/react#35439
facebook/react
35,439
Fix typos in the documentation
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork ...
rahul24salunke
false
2026-03-24T23:10:00Z
4
4
2
2
2
3
0.925926
0.560849
0.2
0.3
0.15
["Typo fixes with natural commit messages and ad-hoc phrasing; no AI indicators"]
1
MIT
0.719101
diff --git a/compiler/docs/DESIGN_GOALS.md b/compiler/docs/DESIGN_GOALS.md @@ -8,7 +8,7 @@ The idea of React Compiler is to allow developers to use React's familiar declar * Bound the amount of re-rendering that happens on updates to ensure that apps have predictably fast performance by default. * Keep startup time...
1
evanw/esbuild#1756
evanw/esbuild
1,756
feat: minify `font`/`font-family`/`font-weight` CSS property
This PR will add the following minifications. - `font-weight: bold` into `font-weight: 700` - unquote `font-family` values if possible
sapphi-red
false
2021-11-16T07:13:05Z
397
0
7
3
0
2
0.201207
0.65534
0
1
0.25
["Human voice in PR body, ad-hoc commit messages with 'mangle', specific technical changes, but lacks author details/context"]
1
MIT
0.719016
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -37,6 +37,24 @@ With this release, esbuild will now only merge adjacent duplicate rules together if they are known to work in all browsers (specifically, if they are known to work in IE 7 and up). Adjacent duplicate rules will no longer be merged in all other cases inc...
1
microsoft/vscode#299168
microsoft/vscode
299,168
Revert "sessions - improve session hover title rendering and persistence"
Reverts microsoft/vscode#298950
bpasero
false
2026-03-04T11:51:00Z
5
7
4
0
0
1
0.892857
0
0
1
0.05
["Simple revert PR with minimal, human-style commit message"]
1
MIT
0.718929
diff --git a/src/vs/sessions/contrib/sessions/browser/sessionsViewPane.ts b/src/vs/sessions/contrib/sessions/browser/sessionsViewPane.ts @@ -143,7 +143,7 @@ export class AgenticSessionsViewPane extends ViewPane { source: 'agentSessionsViewPane', filter: sessionsFilter, overrideStyles: this.getLocationBasedC...
1
microsoft/vscode#311975
microsoft/vscode
311,975
ci: switch PR workflows back to 1ES self-hosted runners with JobId
## Summary Reverts the GitHub-hosted runner switch (#305298) for ubuntu/windows jobs in the PR workflows and adds a unique `JobId` label per job. Per the recent IcM, bare `1ES.Pool=...` labels without a `JobId` lead to 1ES runners cancelling intermittently — adding a per-run+attempt JobId scopes the agent to a specifi...
Yoyokrazy
false
2026-04-22T19:53:41Z
10
10
4
3
4
2
0.833333
0.65534
0.4
0.3
0.15
["Author voice and internal context present, specific technical decisions documented, ad-hoc commit messages with domain knowledge"]
1
MIT
0.718835
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: ubuntu-22.04 + runs-on: [ self-hosted, 1ES.Pool=1es-vscode-oss-ubuntu-22.04-x64, "JobId=linux-cli-test-${{ inputs.job_name }}-...
1
evanw/esbuild#2062
evanw/esbuild
2,062
Drop superfluous `__name()` calls
When the output is generated with `--keep-names` flag - `__name(fn, "name")` statements are inserted for every function/class with a name. However, in many situations the renamer doesn't change the name of the function/class, and thus the call to `__name` has no effect other than imposing an extra runtime cost on t...
indutny
false
2022-03-14T00:59:15Z
269
49
7
7
0
0
0.239234
0.683011
0
1
0.15
["Human voice present: specific technical problem with clear reasoning and trade-off explanation"]
0.571429
MIT
0.718781
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -56,6 +56,48 @@ Some JavaScript environments such as Cloudflare Workers or Deno Deploy don't allow `new Function` because they disallow dynamic JavaScript evaluation. Previously esbuild's WebAssembly-based library used this to construct the WebAssembly worker function....
1
evanw/esbuild#4142
evanw/esbuild
4,142
fix #4141: Avoid redundant `this` access during async function lowering
- Fix: #4141
magic-akari
false
2025-04-23T01:02:50Z
151
59
7
2
0
1
0.322581
0.460849
0
1
0.15
["Specific issue reference, technical commit messages with concrete problem descriptions, no AI markers or generic summaries"]
1
MIT
0.718599
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -2,6 +2,44 @@ ## Unreleased +* Fix lowered `async` arrow functions before `super()` ([#4141](https://github.com/evanw/esbuild/issues/4141), [#4142](https://github.com/evanw/esbuild/pull/4142)) + + This change makes it possible to call an `async` arrow function in a co...
1
django/django#21225
django/django
21,225
Refs #35514 -- Prepared for email providers.
#### Trac ticket number ticket-35514 #### Branch description Cherry picked test updates and other prep work from PR #21052. #### AI Assistance Disclosure (REQUIRED) <!-- Please select exactly ONE of the following: --> - [ ] **No AI tools were used** in preparing this PR. - [x] **If AI tools were used**, I ...
medmunds
false
2026-05-07T01:39:17Z
548
283
9
10
0
1
0.107411
0.78761
0
1
0.25
["AI disclosed and used but cherry-picked from human PR #21052; commits show specific technical changes with context"]
0.8
BSD-3-Clause
0.718014
diff --git a/django/core/mail/backends/filebased.py b/django/core/mail/backends/filebased.py @@ -15,6 +15,10 @@ def __init__(self, *args, file_path=None, **kwargs): self.file_path = file_path else: self.file_path = getattr(settings, "EMAIL_FILE_PATH", None) + if self.file_path ...
1
microsoft/vscode#314291
microsoft/vscode
314,291
sessions: remove Home button from customizations view header
Removes the Home / customizations-overview button from the Agents app sidebar customizations view header. ### Changes - Drop the home button (`ai-customization-overview-button`) and its `.ai-customization-header-actions` container from `AICustomizationShortcutsWidget`. - Remove the now-dead `_openWelcomePage` helper ...
joshspicer
false
2026-05-05T23:01:15Z
3
296
4
2
3
2
0.250627
0.560849
0.3
1
0.15
["Human voice and specific context (PR #31286 reference, actual code decisions)"]
1
MIT
0.717806
diff --git a/src/vs/sessions/contrib/sessions/browser/aiCustomizationShortcutsWidget.ts b/src/vs/sessions/contrib/sessions/browser/aiCustomizationShortcutsWidget.ts @@ -22,9 +22,6 @@ import { IAICustomizationItemsModel } from '../../../../workbench/contrib/chat/b import { ICustomizationHarnessService } from '../../../...
1
microsoft/vscode#310961
microsoft/vscode
310,961
Fix steer/queue keybinding labels in picker dropdown
## Problem The queue/steer picker dropdown showed incorrect keybinding labels when a chat request was in progress. For example, with the default config (`steer`), **Steer** was labelled **Alt+Enter** in the dropdown, but **Enter** actually steered. ## Root Cause `ActionWidgetDropdown` resolved keybindings via ...
ulugbekna
false
2026-04-21T15:07:35Z
116
14
3
1
2
2
0.434783
0.42767
0.2
1
0.15
["Human voice present; specific technical root cause; ad-hoc commit messages with truncation artifacts"]
1
MIT
0.717135
diff --git a/src/vs/platform/actionWidget/browser/actionWidgetDropdown.ts b/src/vs/platform/actionWidget/browser/actionWidgetDropdown.ts @@ -3,16 +3,17 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *----------------------------------------------------------------...
1
facebook/react#36253
facebook/react
36,253
[react-native-renderer] EventTarget-based event dispatching
## Summary Set up the experiment to migrate event dispatching in the React Native renderer to be based on the native EventTarget API. Behind the `enableNativeEventTargetEventDispatching` flag, events are dispatched through `dispatchTrustedEvent` instead of the legacy plugin system. Regular event handler props ...
rubennorte
false
2026-04-14T11:43:41Z
775
16
10
15
0
2
0.112233
1
0
0.3
0.15
["Detailed technical explanation with specific implementation details and design decisions; author voice present in explaining rationale"]
1
MIT
0.716835
diff --git a/.eslintrc.js b/.eslintrc.js @@ -463,6 +463,7 @@ module.exports = { globals: { nativeFabricUIManager: 'readonly', RN$enableMicrotasksInReact: 'readonly', + RN$isNativeEventTargetEventDispatchingEnabled: 'readonly', }, }, { diff --git a/packages/react-native-r...
1
microsoft/vscode#299836
microsoft/vscode
299,836
Bump express-rate-limit from 8.2.1 to 8.3.0 in /test/mcp
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 8.2.1 to 8.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/express-rate-limit/express-rate-limit/releases">express-rate-limit's releases</a>.</em></p> <blockquote> <h2>v8.3.0</h2> <p...
dependabot[bot]
true
2026-03-09T17:51:21Z
7
7
1
0
0
1
0.877193
0
0
1
0.05
["Automated dependency bump PR, likely generated by Dependabot"]
1
MIT
0.716579
diff --git a/test/mcp/package-lock.json b/test/mcp/package-lock.json @@ -489,12 +489,12 @@ } }, "node_modules/express-rate-limit": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz", - "integrity": "sha512-PCZEIEIxqwhzw4KF...
1
pandas-dev/pandas#64998
pandas-dev/pandas
64,998
DOC: clarify Series index alignment behavior in DataFrame.assign
- [x] closes #64994 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ]...
rustamali9183
false
2026-05-06T16:50:50Z
3
0
1
7
0
2
0.970874
0.883011
0
0.3
0.15
["Human voice evident, standard pandas PR checklist with typos in commit messages"]
0
BSD-3-Clause
0.716384
diff --git a/pandas/core/frame.py b/pandas/core/frame.py @@ -5580,6 +5580,9 @@ def assign(self, **kwargs) -> DataFrame: Assigning multiple columns within the same ``assign`` is possible. Later items in '\*\*kwargs' may refer to newly created or modified columns in 'df'; items are computed and...
1
pandas-dev/pandas#65464
pandas-dev/pandas
65,464
[pre-commit.ci] pre-commit autoupdate
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.9...v0.15.12) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0a3) - [github.com/pre-commit/mirrors-clang-format: v22...
pre-commit-ci[bot]
true
2026-05-04T22:29:41Z
7
8
3
0
0
0
0.869565
0
0
1
0.05
["Automated pre-commit.ci tool, not AI-generated code"]
1
BSD-3-Clause
0.715435
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ ci: skip: [pyright, mypy] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.12 hooks: - id: ruff args: [--exit-non-zero-on-fix] @@ -67,7 +67,7 @@ repos: - id:...
1
microsoft/vscode#312326
microsoft/vscode
312,326
Add compareBranch to TitleAndDescriptionProvider for enhanced PR context
Adds `compareBranch` to the context passed to `TitleAndDescriptionProvider.provideTitleAndDescription`, and include it in the prompt sent to the model when generating a PR title and description. Previously the model had no knowledge of which branch is merged, causing it to hallucinate branch names in the generated des...
shaypet
false
2026-04-29T10:23:46Z
20
7
3
4
1
3
0.787402
0.728634
0.1
0.3
0.25
["Human-written PR with specific context and references, but generic commit messages and bullet-point summary could suggest some AI assistance in writing"]
1
MIT
0.715269
diff --git a/extensions/copilot/src/extension/githubPullRequest.d.ts b/extensions/copilot/src/extension/githubPullRequest.d.ts @@ -6,7 +6,7 @@ import type { CancellationToken, Disposable, Uri } from 'vscode'; export interface TitleAndDescriptionProvider { - provideTitleAndDescription(context: { commitMessages: stri...
1
microsoft/vscode#303712
microsoft/vscode
303,712
Fix non-hardcoded meta commands not working with kitty keyboard, Fish
Resolves: https://github.com/microsoft/vscode/issues/303118 I think when you press command shortcut in terminal, VS Code checks if the command is in hardcoded skip list: https://github.com/microsoft/vscode/blob/a1254fd4c266b86ea1a605a8e8d3f08b7a4b24a4/src/vs/workbench/contrib/terminal/common/terminal.ts#L497 ...
anthonykim1
false
2026-03-22T23:45:23Z
37
4
2
3
2
2
0.70922
0.65534
0.2
1
0.15
["Human author voice with investigation narrative and specific technical understanding"]
0
MIT
0.715218
diff --git a/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts b/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts @@ -1131,10 +1131,12 @@ export class TerminalInstance extends Disposable implements ITerminalInstance { } // Skip processing by xterm.js of keyboard events that resolve to...
1
microsoft/vscode#314409
microsoft/vscode
314,409
refactor: remove sub application support
deepak1556
false
2026-05-07T08:15:59Z
212
2,359
52
4
5
3
0.01872
0.728634
0.5
1
0.15
["Human voice evident in commit messages; specific feature removal with deprecation strategy suggests intentional design decision"]
1
MIT
0.714966
diff --git a/build/darwin/sign.ts b/build/darwin/sign.ts @@ -76,9 +76,6 @@ async function main(buildDir?: string): Promise<void> { const appRoot = path.join(buildDir, `VSCode-darwin-${arch}`); const appName = product.nameLong + '.app'; const infoPlistPath = path.resolve(appRoot, appName, 'Contents', 'Info.plist')...
1
microsoft/vscode#310238
microsoft/vscode
310,238
Add automode.routerModelSelection telemetry with actualModel
Emits a new telemetry event `automode.routerModelSelection` after all client-side model overrides (same-provider, vision fallback, default selection) are applied. ## Properties | Property | Description | |----------|-------------| | `candidateModel` | The router's top pick (`candidate_models[0]`) | | `actualMo...
aashna
false
2026-04-16T18:42:27Z
149
4
2
2
2
2
0.395257
0.560849
0.2
1
0.25
["Specific technical implementation with concrete KQL query and design rationale; human voice in explaining telemetry purpose"]
1
MIT
0.714501
diff --git a/extensions/copilot/src/platform/endpoint/node/automodeService.ts b/extensions/copilot/src/platform/endpoint/node/automodeService.ts @@ -215,6 +215,29 @@ export class AutomodeService extends Disposable implements IAutomodeService { selectedModel = this._applyVisionFallback(chatRequest, selectedModel, t...
1
facebook/react#36195
facebook/react
36,195
fix: explicitly warn for infinite loops discovered only via enableInfiniteRenderLoopDetection
My change in https://github.com/facebook/react/pull/35999 did not cover all possible scenarios for emitting a warning, instead of throwing. The instrumentation not only enables the identification for the infinite loop via execution context checks, but also adds the check to more lifecycle methods, like `markRootPing...
hoxyq
false
2026-04-13T16:28:43Z
119
5
3
5
0
2
0.446429
0.788519
0
0.3
0.15
["Human voice present with specific context references and technical explanation"]
1
MIT
0.714094
diff --git a/packages/react-dom/src/__tests__/ReactUpdates-test.js b/packages/react-dom/src/__tests__/ReactUpdates-test.js @@ -2006,6 +2006,115 @@ describe('ReactUpdates', () => { ]); }); + it('warns instead of throwing when infinite Suspense ping loop is detected via enableInfiniteRenderLoopDetection during...
1
microsoft/vscode#315394
microsoft/vscode
315,394
Show usage stats in context window for BYOK
Fixes https://github.com/microsoft/vscode/issues/291100 The Context Window widget in chat shows `0%` and zero token counts for all BYOK models. The root cause is in `ExtensionContributedChatEndpoint.makeChatRequest2` — the success response hardcoded usage to all zeros. **Fix:** Mirror the existing ContextManagem...
vijayupadya
false
2026-05-08T23:30:49Z
89
6
6
1
5
2
0.512821
0.42767
0.5
1
0.15
["Human voice evident in issue reference, specific technical root cause analysis, and ad-hoc commit messages"]
1
MIT
0.713841
diff --git a/extensions/copilot/src/extension/byok/vscode-node/anthropicProvider.ts b/extensions/copilot/src/extension/byok/vscode-node/anthropicProvider.ts @@ -313,6 +313,9 @@ export class AnthropicLMProvider extends AbstractLanguageModelChatProvider { contextManagement: result.contextManagement }); ...
1
microsoft/vscode#313584
microsoft/vscode
313,584
Don't dismiss hover when mouse exits due to programmatic resize
<!-- 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-01T22:58:31Z
136
9
3
1
2
2
0.408163
0.42767
0.2
1
0.15
["Ad-hoc commit messages with single words ('fix', 'nit'), standard PR template usage, no AI attribution language"]
1
MIT
0.713142
diff --git a/src/vs/platform/hover/browser/hoverService.ts b/src/vs/platform/hover/browser/hoverService.ts @@ -339,13 +339,13 @@ export class HoverService extends Disposable implements IHoverService { options.container = this._layoutService.getContainer(getWindow(targetElement)); } - if (options.persistence?....
1
microsoft/vscode#314648
microsoft/vscode
314,648
Add coverage for Copilot CLI node-pty shimming
Resolves: https://github.com/microsoft/vscode/issues/314128 This adds targeted coverage for the runtime node-pty shim regression from https://github.com/microsoft/vscode/issues/313609 / https://github.com/microsoft/vscode/pull/313550. The goal is to make PR checks catch the practical VSIX/Marketplace failure mode th...
anthonykim1
false
2026-05-06T17:14:53Z
139
3
3
2
3
2
0.413223
0.560849
0.3
1
0.25
["Human voice and specific technical details present, but commit messages are stilted and vague"]
1
MIT
0.712196
diff --git a/extensions/copilot/src/extension/chatSessions/copilotcli/AGENTS.md b/extensions/copilot/src/extension/chatSessions/copilotcli/AGENTS.md @@ -78,6 +78,7 @@ copilotcli/ │ ├── copilotCLISkills.ts # Skills location resolution │ ├── copilotCLIImageSupport.ts # Image attachment handling │ ├── mcpH...
1
BurntSushi/ripgrep#3159
BurntSushi/ripgrep
3,159
doc: update the CentOS, RHEL and Rocky Linux installation instructions
I've split the previously singular "CentOS/RHEL/Rocky" section into 3 sections. They each benefit from having their own steps. I've also copied steps from [EPEL Getting Started] documentation, including steps that don't seem to be required because it seems to be best practice (although I do not understand it). No...
BurntSushi
false
2025-09-24T14:02:46Z
21
6
1
6
0
0
0.787402
0.639151
0
0.3
0.15
["Author voice present with personal reasoning and design decisions; specific technical details about distro differences; references to previous discussions and suggestions"]
0.833333
Unlicense
0.711231
diff --git a/README.md b/README.md @@ -302,15 +302,30 @@ and **openSUSE Leap** since 15.1. $ sudo zypper install ripgrep ``` -If you're a **RHEL/CentOS/Rocky Linux 9** user, you can install ripgrep from -the [EPEL](https://docs.fedoraproject.org/en-US/epel/) repository: +If you're a **CentOS Stream 10** user, you c...
1