Skip to content

disable ChatConfiguration.ExitAfterDelegation#296149

Merged
joshspicer merged 1 commit intomainfrom
josh/disable-exist-after-delegation
Feb 19, 2026
Merged

disable ChatConfiguration.ExitAfterDelegation#296149
joshspicer merged 1 commit intomainfrom
josh/disable-exist-after-delegation

Conversation

@joshspicer
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 19, 2026 00:18
@joshspicer joshspicer enabled auto-merge (squash) February 19, 2026 00:19
Copy link
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

Updates the Chat feature configuration to disable automatic exiting of the chat panel after delegating a request to another session by default.

Changes:

  • Flip the default for chat.exitAfterDelegation (ChatConfiguration.ExitAfterDelegation) from true to false.
Comments suppressed due to low confidence (1)

src/vs/workbench/contrib/chat/browser/chat.contribution.ts:1162

  • The PR description is still the default template and doesn’t explain the motivation/expected behavior change or how to validate it (e.g. steps to reproduce delegation and confirm the panel no longer exits by default). Please update the PR description so reviewers and release notes can track the intent of flipping this default.
			type: 'boolean',
			description: nls.localize('chat.exitAfterDelegation', "Controls whether the chat panel automatically exits after delegating a request to another session."),
			default: false,

@joshspicer joshspicer merged commit b49fba8 into main Feb 19, 2026
24 checks passed
@joshspicer joshspicer deleted the josh/disable-exist-after-delegation branch February 19, 2026 01:04
Copilot AI added a commit that referenced this pull request Feb 19, 2026
Co-authored-by: DonJayamanne <1948812+DonJayamanne@users.noreply.github.com>
DonJayamanne pushed a commit that referenced this pull request Feb 19, 2026
disable ChatConfiguration.ExitAfterDelegation
DonJayamanne added a commit that referenced this pull request Feb 19, 2026
disable ChatConfiguration.ExitAfterDelegation

Co-authored-by: Josh Spicer <23246594+joshspicer@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.

3 participants