feat(cua-driver): add internal action truth records - #2711
Merged
f-trycua merged 1 commit intoJul 31, 2026
Merged
Conversation
f-trycua
marked this pull request as ready for review
July 31, 2026 12:46
f-trycua
force-pushed
the
codex/cua-driver-checked-state
branch
from
July 31, 2026 14:50
8573e5a to
e52ff35
Compare
f-trycua
force-pushed
the
codex/cua-driver-action-truth
branch
from
July 31, 2026 15:58
3e81d57 to
68b6e7b
Compare
Collaborator
Author
|
Fresh exact-head CI completed for |
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
ActionExecutionRecordat the canonical dispatch seamThis is intentionally stacked on #2705 and has been replayed onto its certified head
e52ff35fdc2756194659d442ce03841dbfd51162. It should be rebased tomainafter #2705 merges. The publicActionResultcontract and SDK accessors remain a separate atomic breaking PR.Compatibility
ToolResult.action_recordis#[serde(skip)]structuredContentis returned unchangedaction.jsongains only an additiveaction_truthfieldVerification
Freshly rerun on rebased head
68b6e7b776ffec5fd8302ff77b585437f28a6ac2:cargo test -p cua-driver-core --lib --locked(448 passed)cargo test -p platform-macos --lib --locked(259 passed)cargo check -p cua-driver --lockedcargo test -p cua-driver-contract --lib --locked(21 passed)cargo run --locked -p cua-driver-contract --bin cua-contract-gen -- all --checkcargo fmt --all -- --checkgit diff --checkArchitecture was reviewed with Claude Code Fable against the exact #2705 head. Its key recommendations incorporated here are the core/contract boundary, constructive no-echo projection, browser-action inclusion in the breaking bump, and removal of the window-scope validation gap in the follow-up.