fix(agent-gui): open message center sessions across agents - #2528
Open
mt-hub8 wants to merge 2 commits into
Open
fix(agent-gui): open message center sessions across agents#2528mt-hub8 wants to merge 2 commits into
mt-hub8 wants to merge 2 commits into
Conversation
Signed-off-by: man tuo <2428184991@qq.com>
mt-hub8
force-pushed
the
codex/fix-message-center-open-chat
branch
from
August 20, 2026 08:20
e278a98 to
7b3805f
Compare
Signed-off-by: man tuo <2428184991@qq.com>
mt-hub8
marked this pull request as ready for review
August 20, 2026 13:19
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 free
to 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.
Summary
Intended behavior
In Agent mode, clicking Open session:
Scope
This PR intentionally does not change OS notification delivery, Electron main/preload IPC, native window creation, replacement-window fallback, show/focus policy, or daemon/session lifecycle semantics.
It reuses:
requestWorkspaceAgentGuiLaunchhandleStandaloneAgentGuiLaunchValidation
pnpm check:changed -- --base upstream/main: 15/15 lanes passedThe fork's default pre-push comparison uses an
origin/mainthat is 152 commits behind upstream, so it additionally ran unrelated repository lanes; 90/91 passed and the only failure was an unrelatedservices/tuttidGo test. The scoped upstream-based validation above is fully green.Manual acceptance
Windows requires only the same interaction check: this PR contains no Windows-specific path, process, shell, filesystem, native window, or show/focus changes.
The PR remains Draft until real-data cross-Agent acceptance is recorded.