feat: add Streaming Diff Oven#5
Closed
alowpoly wants to merge 3 commits into
Closed
Conversation
This was referenced Jul 14, 2026
feat: add Visual Parity Oven
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.
What is the Streaming Diff Oven?
Streaming Diff is a local review dashboard that turns ordinary Codex edits into timestamped diff cards scoped to one Codex task.
The user opens the viewer, manually attaches that browser tab to a task feed, and continues working normally. Trusted Codex lifecycle hooks snapshot the repository around tool calls and atomically publish a thread-specific feed. The dashboard receives revisions over SSE and supports unified or split diffs.
Manual attachment lets two browser tabs follow two agents working in the same repository without attributing changes from the shared Git tree alone.
Included
Boundaries
Validation
npm run build:dashboardnpm run verify— 175 tests passingReview note
This draft contains the full working checkout requested for publication. The branch predates a recent upstream dashboard directory move, so it will need a focused port or conflict resolution before merge.