Skip to content

[mirror] microsoft/vscode#309257 Update @github/copilot to version 1.0.24 in package.json and package-lock.json#1591

Open
austindyoung wants to merge 7660 commits intomainfrom
driftfence/mirror/pr-309257/latest
Open

[mirror] microsoft/vscode#309257 Update @github/copilot to version 1.0.24 in package.json and package-lock.json#1591
austindyoung wants to merge 7660 commits intomainfrom
driftfence/mirror/pr-309257/latest

Conversation

@austindyoung
Copy link
Copy Markdown
Owner

Automated mirror PR for DriftFence counterfactual telemetry.

Source PR: microsoft#309257
Source URL: microsoft#309257
Mirror branch: driftfence/mirror/pr-309257/latest

This PR is maintained by automation for telemetry and review links.

lszomoru and others added 30 commits April 8, 2026 16:26
* Add context key got GitHub remote

* Sdopt the new context key

* Fix issue with detecting the repository path
microsoft#308621)

Adds worktree deletion on archive and recreation on unarchive for both
the legacy provider API and the new controller API.

- Expose onDidChangeChatSessionItemState on the return value of
  registerChatSessionItemProvider via Object.assign
- Wire up archive/unarchive handling at the V1 registration site in
  chatSessions.ts using the exposed event
- Refresh session items after worktree recreation so changes and stats
  are recomputed in the UI

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…lamingo

Fire chat input state commands with correct arguments
Fix `.selected` not being updated when changing options
…nacle

Add telemetry event for search timeouts
…aver

Remove now unused `ChatSessionChangedFile` interface
…ft#308629)

* sessions: fix archive and retention of stopped temp sessions

When a copilot-cli session is stopped before the first turn commits, the
session remained in a temp/untitled state. Archiving such a session
previously fell through to cleanup logic that deleted and disposed it
instead of archiving in-place.

- Add setArchived() to CopilotCLISession and RemoteNewSession so temp
  sessions can be archived/unarchived without deletion
- Handle CancellationError in _sendFirstChat by marking the session as
  Completed so it stays visible in the session list
- Add tests for deleting and archiving uncommitted temp sessions

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: assert doesNotReject instead of swallowing sendPromise errors

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update hidden Model B agent prompt for evals

* Refine hidden Model B prompt tag structure
* feat(copilot): update session option group handling

* Fix tests

* Fixes
…rosoft#308648)

* Add `oauth` section to mcp.json to allow overriding of client id

More properties (like client secret) can come later... but this is the foundation, which is a lot of plumbing...

ref microsoft#257415

* feedback
…crosoft#308657)

* Use the modelProvider instead looking for claude for Claude agent

A little cleaner.

* feedback
…ata storage and deprecate old forkSession method (microsoft#308652)

feat: implement session forking using Copilot API with metadata storage and deprecate old forkSession method
…ries (microsoft#308649)

* chatSessions: optimize workspace changes handling for shared repositories

* Updates

* updates
* chat confirmation carousel rehaul v2

* address some comments on duplication

* address some more comments
microsoft#308708)

Refactor applyPackageJsonPatch to remove isPreRelease parameter and derive it from VSCODE_QUALITY environment variable; add getDateBasedPatch function for versioning

Co-authored-by: Copilot <copilot@github.com>
…ax check

- Fix heritage clause scope resolution: walk extends expressions before
  pushing the inner class scope so #field references resolve to the
  enclosing class (matching JS lexical scoping)
- Fix name collision: skip generated names that collide with existing
  public member names on the same class
- Add syntax validation for post-processed JS bundles using esbuild
- Add 5 tests covering both bugs and the brand-check variant
roblourens and others added 30 commits April 10, 2026 20:02
Too risky, chat model lifecycle is too confusing and there are still some references to this to do things like check the URI after it's disposed
Keep the Sessions header and workspace section titles visible in narrow sidebars by truncating them with ellipsis instead of hiding or overflowing the labels.

This preserves access to the sidebar section actions when repository names are long.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Show historical debug sessions in Agent Debug Logs

* Feedback update

* add test
…08909)

* carousel improvements

* address some comments

* address more comments + fix flickering

* use monaco scrollable element

* address comments
* Filter out Claude customization directories in sessions app

The sessions (Agents) window was incorrectly showing and allowing
creation of customizations in .claude directories. Add protected
hook methods getPromptSourceFolders() and getDefaultSourceFolders()
to PromptFilesLocator, then override them in AgenticPromptFilesLocator
to filter out Claude-specific sources (ClaudePersonal, ClaudeWorkspace,
ClaudeWorkspaceLocal).

This ensures the sessions app only shows .github and .copilot
customization directories.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Address review: path-based Claude filtering and fix JSDoc

- Also filter user-configured .claude paths (Config* source types)
  by checking the path string, not just the PromptFileSource enum
- Fix inaccurate JSDoc comments

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update OS display name of the agents app

* fix: remove old start menu shortcut

* temp: bump gulp-electron for validation

* temp: bump gulp-electron

* chore: update sign.ts

* fix: entitlements for embedded app helpers

* fix: launch services registration

* chore: bump gulp-electron@1.41.2
Update the GitHub Enterprise auth provider label in product.json to use the shorter GHE name.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…placeholder (microsoft#309112)

* fix: AI customization welcome page improvements

- Fix 'New...' button to insert into active session's chat input
  instead of always targeting the new-session view
- Update placeholder text to be more workflow-oriented

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: register IChatWidgetService mock in fixture

Add missing IChatWidgetService mock to the aiCustomizationManagementEditor
fixture to prevent crash after the new service dependency was added.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* chore: rename 'Generate Workflow' to 'Customize Your Agent'

Update the getting started section title, description, and aria labels
to better reflect the purpose of the customization input.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
sessions: ellipsize titlebar repo metadata first

Wrap the repository/worktree metadata in its own truncating group so it collapses before the primary AI-generated session title when the command center gets narrow.

This keeps the main session title readable longer while still preserving repository context when space allows.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add agent session project metadata

(Written by Copilot)

* Persist agent session project resolution

(Written by Copilot)

* sync ahp
…nstead (microsoft#309119)

Hooks can be disabled... we don't want the user to disable hooks and then key functionality goes away.

* Edit tracking
* Enter/Exit plan mode
* tool logging

all now go through the message dispatching instead of via hooks.

Additionally, there was duplicate logic in the hooks world for logging so that was all removed since we already log hooks in the dispatcher.

this allowed us to completely delete the hook registery code.
* feat: welcome onboarding walkthrough variations A/B/C/D

* improve onboarding: sign-in CTA, keyboard mapping, skeleton themes, extensions step

* fix theme colors, keyboard mapping hint, clickable session cards, extension styling in B

* feat: add Variation E - in-context UI tour with spotlight overlay

* polish: cleaner theme skeletons, keyboard mapping pills, and session cards

* fix tour alignment: ID-based targeting, centered popovers, welcome tab setup

* tour: add sign-in as final step

* removed variations

* updated layout to match sessions experience

* refined

* Feature clean up and polish

* Refactor onboarding layout and styles for improved user experience

* updated ghe button

* removed other variations. changed command to Welcome Onboarding 2026

* removed keyboard maps for cursor and windsurf, added more theme options

* added support for other ides

* Add telemetry

* Addressing code review comments

* Remove 2 extension reccs and add setting to control onboarding

* Remove button click from feature cards and update command category

* - Removed the preview properties from IOnboardingThemeOption and related theme options.
- Deleted IOnboardingKeymapOption interface and ONBOARDING_KEYMAP_OPTIONS array.
- Consolidated AI collaboration preferences into a single enum and options array.
- Added new SVG files for theme previews: dark 2026, high contrast dark, high contrast light, light 2026, solarized dark, and solarized light.

* Refine agent sessions step and footer layout

- Rename Background Agents to Copilot CLI
- Move video tutorials link to bottom of content area (above footer)
- Move sign-in nudge button to footer left with visible border
- Remove agents tutorial link and sessions-docs separator
- Add footerLeft container for last-step footer elements
- Remove unused _renderSignInNudge method
- Make doc-link icon inherit link color

* Refactor onboarding service and update startup page

* Resolve merge conflicts, move theme options to product.json, default onboarding setting to false

Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/da410dab-8ffb-4cc5-9afd-6e968b0c5ed6

Co-authored-by: cwebster-99 <60238438+cwebster-99@users.noreply.github.com>

* Update src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts

* Update src/vs/workbench/contrib/welcomeGettingStarted/browser/startupPage.ts

Co-authored-by: Josh Spicer <23246594+joshspicer@users.noreply.github.com>

* Fix timing for onboarding widget on startup

* update distro to microsoft/vscode-distro@84f56fc

* pass --skip-welcome

---------

Co-authored-by: cwebster-99 <cowebster@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cwebster-99 <60238438+cwebster-99@users.noreply.github.com>
Co-authored-by: Josh Spicer <23246594+joshspicer@users.noreply.github.com>
* Move IRequestLogger into common

so that it can be used in common files.

also two tiny feedbacks in claude from microsoft#309119

* format
* Move request logging over to dispatch

and reorganize processToolResult

* feedback
…soft#309144)

* show working progress for when confirmation carousel is active

* address some commments
* Copilot - some cleanup in the git service

* Fi test compilation errors
Update distro commit to 21295cb9

Co-authored-by: vs-code-engineering[bot] <122617954+vs-code-engineering[bot]@users.noreply.github.com>
…08655)

* Show unsandboxed retry in chat terminal

* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fixing failed tests

* fixing tests

* Remove automatic unsandbox retry note

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.