feat(cua-driver): extend Project Centennial across desktop platforms - #3189
Merged
Conversation
f-trycua
force-pushed
the
t3code/project-centennial-platforms
branch
2 times, most recently
from
August 15, 2026 19:38
bcec076 to
bde4f52
Compare
f-trycua
force-pushed
the
t3code/project-centennial-preview
branch
from
August 15, 2026 22:43
c354124 to
d16388f
Compare
f-trycua
force-pushed
the
t3code/project-centennial-platforms
branch
2 times, most recently
from
August 15, 2026 23:45
cf735cb to
af4a216
Compare
f-trycua
changed the base branch from
t3code/project-centennial-preview
to
main
August 15, 2026 23:45
f-trycua
force-pushed
the
t3code/project-centennial-platforms
branch
from
August 16, 2026 00:49
a777e79 to
bbca124
Compare
f-trycua
force-pushed
the
t3code/project-centennial-platforms
branch
from
August 16, 2026 01:39
92efee8 to
48df01b
Compare
f-trycua
marked this pull request as ready for review
August 16, 2026 09:35
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This was referenced Aug 17, 2026
f-trycua
added a commit
that referenced
this pull request
Aug 17, 2026
…t schema (#3223) The published Computer History event schema still pins `data.platform` to `{"const": "macos"}`, which predates the Windows and Linux extension in #3189. Both adapters emit `"windows"` and `"linux"`, so any consumer validating real events against the published v0 schema rejects every event produced off macOS. Observed on Windows with cua-driver 0.20.1-nightly.20260817.31994594712: "platform": "windows" `platform_name()` in history_runtime.rs returns exactly one of `macos | windows | linux`, so the enum mirrors the emitter. Refs #3189 Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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
This pull request follows the merged macOS/shared foundation in #3188.
Validation
Candidate:
48df01bbb617181bb695db998cbe3bb7b0a5095ccargo fmt --all -- --checkcargo check -p cua-driver-core -p platform-macos -p platform-windows -p platform-linux -p cua-drivercargo test -p cua-driver-core history --lib --no-fail-fast— 43 passedcargo test -p cua-driver --bin cua-driver history --no-fail-fast— 13 passedcargo test -p cua-driver --test computer_history_cross_platform_test --no-fail-fast— platform-gated on macOScomputer_history_cross_platform_test— passedCanonical desktop evidence:
af4a216023e92e3f7948ed8461b9e4b8be9da9ecaf4a216023e92e3f7948ed8461b9e4b8be9da9eca777e7947dcc37e481fa0f6a697d5352fca1757892efee851e15ae23211b8f21f156eed984d110f6The PR-authored changes after the fully certified Windows/X11 product revision
are confined to Wayland CI/test coverage. The affected Wayland shared lane was
rerun after those changes; the already-passing native and capture lanes are
product-identical. The final rebase adds only an unrelated Fleet backend commit
from
main; the Cua Driver, workflow, and test trees are byte-identical to thecertified
92efee851revision.Stack
Base:
main; foundation merged in #3188.