Uh oh!
There was an error while loading. Please reload this page.
[release/0.25] Add support for using terminals with Containers and Executables - #183
Merged
Karol Zadora-Przylecki (karolz-ms) merged 38 commits intoJun 9, 2026
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
TerminalSpec gains a socketMode option (listen|connect). In connect mode DCP dials the peer's Unix socket instead of listening, re-dialing with a bounded minimum interval after each session ends. The HMP data flow is unchanged; only connection establishment differs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…table Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: David Negstad <50252651+danegsta@users.noreply.github.com>
Karol Zadora-Przylecki (karolz-ms)
requested a review
from David Negstad (danegsta)June 9, 2026 17:36
Karol Zadora-Przylecki (karolz-ms)
enabled auto-merge (squash)
June 9, 2026 17:45
David Negstad (danegsta)
approved these changes
Jun 9, 2026
Karol Zadora-Przylecki (karolz-ms)
merged commit Jun 9, 2026
a1dd84f
into
release/0.25
11 checks passed
Uh oh!
There was an error while loading. Please reload this page.
Karol Zadora-Przylecki (karolz-ms)
deleted the
backport/pr-173-to-release/0.25
branch
June 9, 2026 18:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #173 to release/0.25
/cc Karol Zadora-Przylecki (@karolz-ms)
Customer Impact
Testing
Risk
Regression?