Merged
Conversation
- Add jinja2 as a dependency - Create templates directory with base.html, page.html, and index.html - Refactor generate_html to use Jinja2 template rendering - All 47 tests pass with identical HTML output
Owner
Author
|
Owner
Author
|
- Add comprehensive macros.html with reusable components for all HTML generation (pagination, tool displays, messages, index items, etc.) - Enable Jinja2 autoescape for security - Update base.html, page.html, index.html to use |safe filter for pre-rendered HTML content - Simplify Python render functions to call template macros - Update test snapshots with minor formatting differences
simonw
added a commit
that referenced
this pull request
Dec 25, 2025
btucker
added a commit
to btucker/claude-code-transcripts
that referenced
this pull request
Dec 29, 2025
Skill expansion messages have isMeta=True in JSONL sessions. These are system-injected, not user-typed prompts. They should be treated as continuations of the previous conversation for prompt numbering purposes. This fixes the code viewer showing all blame as "prompt simonw#2" when a skill was invoked - now all operations are correctly attributed to prompt #1 (the original user request to invoke the skill). - Preserve isMeta field in JSONL parsing - Treat isMeta entries like isCompactSummary (continuations) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
btucker
added a commit
to btucker/claude-code-transcripts
that referenced
this pull request
Dec 30, 2025
Changes: 1. Auto-select first blame block on file load - now that teleportation makes transcript navigation instant, re-enable auto-scrolling 2. Add prompt # to user message headers - shows "User #1", "User simonw#2" etc. for each user prompt (excluding tool result messages) 3. Add prompt # to pinned user message - shows "#N message text..." 4. Fix pinned user prompt overlap - hide the pinned header when the next user message would overlap with it, rather than showing both 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Transcript: https://gistpreview.github.io/?ffc01d1c04e47ed7934a58ae04a066d1/index.html