Conversation
hqhq1025
force-pushed
the
codex/cu-desktop-wiring
branch
from
July 13, 2026 10:50
6d8cf35 to
4b88d54
Compare
hqhq1025
force-pushed
the
codex/cu-presentation-lifecycle
branch
from
July 13, 2026 10:51
ae59405 to
323d903
Compare
hqhq1025
force-pushed
the
codex/cu-desktop-wiring
branch
from
July 13, 2026 11:06
4b88d54 to
359ded7
Compare
hqhq1025
force-pushed
the
codex/cu-presentation-lifecycle
branch
from
July 13, 2026 11:07
323d903 to
7e605b5
Compare
hqhq1025
force-pushed
the
codex/cu-desktop-wiring
branch
from
July 13, 2026 11:20
359ded7 to
80a87eb
Compare
hqhq1025
force-pushed
the
codex/cu-presentation-lifecycle
branch
from
July 13, 2026 11:21
7e605b5 to
701b05c
Compare
hqhq1025
force-pushed
the
codex/cu-desktop-wiring
branch
from
July 13, 2026 11:23
80a87eb to
0f43f33
Compare
hqhq1025
force-pushed
the
codex/cu-presentation-lifecycle
branch
from
July 13, 2026 11:23
701b05c to
23381b4
Compare
hqhq1025
force-pushed
the
codex/cu-desktop-wiring
branch
from
July 13, 2026 15:50
0f43f33 to
5ca7da5
Compare
hqhq1025
force-pushed
the
codex/cu-presentation-lifecycle
branch
from
July 13, 2026 15:59
23381b4 to
fb1e52c
Compare
Owner
Author
|
The exact net diff represented here is now published upstream as apache#896. Closing this fork-local review PR to keep the active review queue in the upstream repository. |
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.
Goal
Add the Desktop Computer Use presentation lifecycle as a reviewable layer above verified targeting and dispatch.
What this PR does
readyForInteraction, then fails open into native dispatchfinishedbefore returning the tool resultmouse_moveagainst the bound window and returns an executor-resolved completion point without injecting native pointer inputReverse-engineering constraints applied
The implementation follows the local Codex Computer Use lab findings:
resolvedScreenPointNon-goals
Verification
npm --workspace @maka/runtime test— full suite passednpm --workspace @maka/computer-use test— 103 passednpm --workspace @maka/desktop run typechecknpm --workspace @maka/desktop test— 2419 passednpm --workspace @maka/desktop run buildgit diff --checkReal Electron smoke boundary
An earlier protocol revision produced a visible nonblank cursor screenshot. After adding session+generation acknowledgements, this desktop environment could not reliably launch a second isolated Electron app while Codex/ChatGPT Electron was active, so the current protocol's real-window smoke is intentionally deferred to the cumulative PR G harness rather than claimed as complete here.
Stacked on #4.