Add syntax highlighting and anonymous telemetry to inline diffs#2
Merged
Add syntax highlighting and anonymous telemetry to inline diffs#2
Conversation
- Add @pierre/diffs integration for language-aware syntax highlighting - Support dark/light theme switching for highlighted code - Implement smart context trimming: shows changed lines + 3-line radius context - Insert separators (···) between omitted context gaps - Calculate diff stats from full diff before line truncation - Fix timestamp formatting to use 2-digit hours for consistency
tyulyukov
added a commit
that referenced
this pull request
Apr 24, 2026
Upstream pingdotgg#2292 added the "restarts the provider session when the thread workspace changes" test using the hardcoded path "/tmp/provider-project-worktree". MarCode's ProviderCommandReactor (line 302) auto-archives threads whose worktree directory is missing on disk — so the non-existent path short-circuits the session restart and the test times out waiting for startSession call #2. Use mkdtempSync for a real dir that exists during the test, clean up in finally. This preserves MarCode's missing-worktree auto-archive behavior (MEMORY.md: "Handle missing worktree directories gracefully #54e6ddc2") while still exercising the workspace-change restart path.
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
@pierre/diffswith Shiki-JS for language-aware code highlighting in diff previewsTesting
bun run test— AnalyticsService layer test verifies batch flushing across multiple requests (45 events across 3 batches)bun run test— ProviderService tests verify telemetry records fire on session/turn/interrupt/stop operationsbun run test— Main startup heartbeat test verifies thread/project count telemetrybun fmt,bun lint,bun typecheck— All pass