Show session-specific file diffs in the inspector - #76
Merged
Conversation
calvintvu
force-pushed
the
cvu/render-diff
branch
2 times, most recently
from
August 14, 2026 00:19
4225459 to
d24304f
Compare
luhe19001
reviewed
Aug 14, 2026
luhe19001
left a comment
Collaborator
There was a problem hiding this comment.
@calvintvu, please review these two findings.
milanshen
reviewed
Aug 14, 2026
milanshen
reviewed
Aug 14, 2026
milanshen
reviewed
Aug 14, 2026
milanshen
reviewed
Aug 14, 2026
milanshen
reviewed
Aug 14, 2026
calvintvu
force-pushed
the
cvu/render-diff
branch
from
August 17, 2026 17:29
d24304f to
49ef453
Compare
milanshen
reviewed
Aug 17, 2026
milanshen
approved these changes
Aug 17, 2026
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.
Context
The session inspector lists edited files but does not show the changes that produced them. This adds a per-file view backed by recorded session edits instead of the current working tree. Changes remain in session order, while file writes show their full content.
Changes
/api/diffendpoint with loading, empty, and error statesTest
go test ./cmd/coslash -count=1— passedgo build ./...— passednpm test— passednpm run build— passedScreenshots