Skip to content

Enable remote agent hosts by default in Insiders#310883

Merged
roblourens merged 1 commit intomainfrom
roblou/enable-remote-agent-hosts-insiders
Apr 17, 2026
Merged

Enable remote agent hosts by default in Insiders#310883
roblourens merged 1 commit intomainfrom
roblou/enable-remote-agent-hosts-insiders

Conversation

@roblourens
Copy link
Copy Markdown
Member

Enable remote agent host connections by default for Insiders builds while keeping Stable and other product qualities disabled by default.

Validation:

  • Core Typecheck: 0 errors
  • Core Transpile: 0 errors
  • node --experimental-strip-types build/hygiene.ts src/vs/sessions/contrib/remoteAgentHost/browser/remoteAgentHost.contribution.ts passed with the existing TypeScript version warning

(Written by Copilot)

Copilot AI review requested due to automatic review settings April 17, 2026 01:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables remote agent host connections by default for Insiders builds in the Agents (sessions) window by making the chat.remoteAgentHostsEnabled setting default to true when product.quality === 'insider'.

Changes:

  • Import product to access product.quality in the sessions remote agent host contribution.
  • Change the default value of chat.remoteAgentHostsEnabled to be true on Insiders, false otherwise.
Show a summary per file
File Description
src/vs/sessions/contrib/remoteAgentHost/browser/remoteAgentHost.contribution.ts Sets the remote agent hosts enabled setting default based on product quality (Insiders only).

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@roblourens roblourens merged commit d4f80cb into main Apr 17, 2026
30 checks passed
@roblourens roblourens deleted the roblou/enable-remote-agent-hosts-insiders branch April 17, 2026 03:19
@vs-code-engineering vs-code-engineering Bot added this to the 1.117.0 milestone Apr 17, 2026
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.

3 participants