Timestamp app-server notifications at emission#32905
Merged
copyberry[bot] merged 1 commit intoJul 14, 2026
Merged
Conversation
## What changed - Add an optional `emittedAtMs` field to server notification envelopes and expose the envelope in the generated JSON and TypeScript schemas. - Populate the Unix timestamp when app-server emits a notification, before transport routing, so every connection in a fan-out receives the same value. - Keep the field optional for clients decoding notifications from older app-server versions. ## Testing - Verify notification serialization includes `emittedAtMs`. - Verify targeted fan-out reuses one timestamp across connections. GitOrigin-RevId: b379cb11e8e91c558bcd3d46ce459311a6e81e54
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/b379cb11e8e91c558bcd3d46ce459311a6e81e54
branch
from
July 14, 2026 00:39
4c0be52 to
c39520f
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/b379cb11e8e91c558bcd3d46ce459311a6e81e54
branch
July 14, 2026 00:40
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Timestamp app-server notifications at emission
What changed
emittedAtMsfield to server notification envelopes and expose the envelope in the generated JSON and TypeScript schemas.Testing
emittedAtMs.