feat(cua-driver): Project Centennial preview - #3188
Merged
Merged
Conversation
f-trycua
force-pushed
the
t3code/project-centennial-preview
branch
from
August 15, 2026 22:43
c354124 to
d16388f
Compare
f-trycua
marked this pull request as ready for review
August 15, 2026 23:42
|
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 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
Computer History remains off by default. Enabling capture does not grant an agent read access; status and query use separate existing Cua capabilities.
Validation
cargo fmt --all -- --checkcargo check -p cua-driver-core -p platform-macos -p cua-drivercargo test -p cua-driver-core history --lib --no-fail-fast— 42 passedcargo test -p cua-driver --bin cua-driver history --no-fail-fast— 13 passedcargo test -p platform-macos history --no-fail-fast— 1 passed, 1 release-qualification Keychain test ignored locallyExact-head host qualification at
226b3ffe7df8f700c58aec45c4fcafe2d4e4bc70:com.trycua.driver.local, Team IDYCK386LBJ7, and strict signature verificationconfirmedthrough the accessibility routeThe earlier complete macOS Lume matrix on the stacked candidate passed every history-specific Keychain lifecycle, cryptographic purge, retention, and latency gate. The matrix was 156/157 overall; the only failure was an unrelated background Tauri left-click cursor-drift cell.
Known limitation
Screen Recording was not granted to the host's local-development bundle, so this exact-head host replay used Accessibility and external frame readback rather than screenshot/pixel rows. The release packaging workflow separately verifies the production bundle's restricted entitlements and provisioning profile.
Stack
The Windows/Linux extension is intentionally isolated in the follow-up stacked pull request.