Persist Codex typed delivery receipts - #237
Closed
myobie wants to merge 3 commits into
Closed
Conversation
This was referenced Aug 11, 2026
Contributor
Author
|
Folded into the reviewable implementation replacement #241 at exact head |
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.
Stack hold — do not restack or force-push
This pull request currently conflicts with its base because #236 advanced from exact
74fe7bcto exactea1d0a3. The mechanical fix is to restack this branch onto the updated #236 head.That restack is deliberately not done. #239 is based on this branch at exact head
1d06c4b, so moving or force-pushing this branch would move the ground under another author's active pull request. This draft is blocked on Nathan coordinating the stack choice; it is not stale or abandoned. Until then, keepagent/native-delivery-codex-receiptfrozen at1d06c4b.Summary
This is Task 13 of the Codex native-delivery plan and implements the duplicate-control boundary from #233. It is stacked on draft #236.
Contract
Verification
Live acceptance
A private real Codex CLI 0.145.0 session accepted one stable native client ID. A controlled interruption retained both the unread inbox file and the attempted receipt. The replacement wrapper resumed the same thread, found the exact typed userMessage in authoritative history, promoted the receipt to accepted under its new runtime incarnation, and emitted no second native input. Normal resume-safe archival then removed the inbox item and receipt; the stable client ID and reply each occurred exactly once. The private wrapper and app server were cleanly stopped.
Not covered
The Claude native-delivery half remains parked. This stack creates no deliver mcp agent and does not claim that Claude delivery works.