Skip to content

[pull] main from microsoft:main#70

Open
pull[bot] wants to merge 10000 commits intoAppInitio:mainfrom
microsoft:main
Open

[pull] main from microsoft:main#70
pull[bot] wants to merge 10000 commits intoAppInitio:mainfrom
microsoft:main

Conversation

@pull
Copy link

@pull pull bot commented Aug 11, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

osortega and others added 28 commits February 25, 2026 14:59
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: enable sub app entrypoint on windows

* chore: update window icons

* chore: update gulp-electron

* chore: bump inno_updater

* chore: cleanup

* fix: inno compilation for stable

* chore: bump distro

* chore: bump distro
…epository path and improve session data extraction
…ion method by directly injecting dependencies for agentSessionsService and chatSessionsService
* ai customizations: always use embedded editor with auto-save

- Remove preferEmbeddedCustomizationEditor branching — embedded editor
  is now the default for both core VS Code and sessions
- Add explicit save via textFileService.save() with 500ms debounce,
  fixing the issue where edits opened dirty copies in separate tabs
- Remove IEditorService dependency and close() method from the
  management editor
- Update AI_CUSTOMIZATIONS.md

Refs #297343

* Update src/vs/sessions/copilot-customizations-spec.md

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

* Update src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagementEditor.ts

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

---------

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

Sessions window: execute slash command on enter
…ving of sessions based on context, improving session management in the chat widget
…ion and truncate conversation transcripts to avoid exceeding token limits in chat sessions
* Adjust chat response spacing margins

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

* chat: avoid stacked used-context margins

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ocal sessions when not in sessions window, improving session management
Adds proper error handling to the output promise in the
mcpStdioStateHandler test by:

- Adding reject parameter to the Promise constructor
- Forwarding child process errors as promise rejections

This ensures that child process errors are properly handled
and prevents potential unhandled rejection warnings.

Fixes #297237

(Commit message generated by Copilot)
Update button colors and animation for download progress
…d on session window context, improving session management
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
meganrogge and others added 30 commits February 27, 2026 19:55
* chat: expose toolResultError as boolean flag

Converts toolResultError to support both string and boolean types,
allowing it to be used as a simple error flag when the specific error
message is not needed. The conversion to boolean is safe because the
only usage is in a truthy check.

- Updates IToolResult interface to accept string | boolean for toolResultError
- Adds conversion logic in extHostTypeConverters for boolean mapping
- Passes the error flag through the main thread language model tools

Refs #298226

(Commit message generated by Copilot)

* fix
* chat: mark implicitContext.enabled as experiment-configurable

* chat: tag implicitContext.enabled as experimental
…T18-24-47

Sessions window: git sync command with worktree URI
* chat - restore default click behaviour on title action

* ccr
Hide focus outline on model picker filter input
* chat: refine steering/stop-send input button states

* chat: simplify steering and stop button state logic

* Chat: keep Cancel visible for pending tool UI
…tion (#298350)

Not sure the error is in here, but if it is, this should help.
Common entrypoint from other tools. Similar to /skills
)

* Initial plan

* fix: honor deprecated infer:false in custom agent visibility

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>
- Reorders dropdown actions to show queue/steer (the default actions) before stop and send (destructive action)
- Marks the configured default action as checked so it's focused when the dropdown opens with keyboard
- This ensures the dropdown pre-selection matches the action that would be triggered by pressing Enter

Fixes #297559

(Commit message generated by Copilot)
* Show agent picker for Background Agents in welcome view

* Apply suggestion from @Copilot

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* plugins: store installed plugins in storage rather than paths

This simplifies some things and sets the groundwork for more special
things (like updating and disk cleanup) that we'll do with marketplace
plugins.

* fix
chat: fix dropdown action order to match default
- When a tool call returns a CreateTaskResult, the MCP server now forwards
  task statusMessage from notifications/tasks/status into the chat progress
  stream via the ToolProgress callback
- Adds onStatusMessage optional callback to McpTask constructor to report
  status messages as they come in from server notifications
- Updates callTool method signature to accept onStatusMessage callback,
  passed from _callWithProgress in mcpServer.ts
- This allows task-mode MCP tools to communicate progress through the
  established progress channel without requiring duplicate progress
  notifications

Fixes #298013

(Commit message generated by Copilot)
…of domains. (#298372)

* fixing when trusted domains are url's instead of just domains

* changes

* changes
* set remote repo uri

* fix setting repo

* fix setting repo uri
As no editor can open non-modal, this is not helping much.
* sessions - show command in toast and show it more often

* Update src/vs/workbench/contrib/chat/browser/chatWindowNotifier.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* sessions - tweaks to chat input to make it larger

* Update src/vs/sessions/browser/media/style.css

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…opened (#297783)

* Git - file-system provider should open the repository if not already opened

* Git - only open the repository in the empty/session window

* Add logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.