-
Notifications
You must be signed in to change notification settings - Fork 55
HTML polish: tool titles, AskUserQuestion, fold bar, thinking borders #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughWalkthroughAdds title renderers for GlobInput and AskUserQuestionInput to the HTML renderer, enhances ReadInput title metadata, replaces emoji Q/A icons with textual "Q:"/"A:" labels in HTML output, and adjusts CSS tokens and fold/QA styling; tests and snapshots updated to match UI changes. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Add title_GlobInput showing pattern (e.g., "Glob (*.md)") - Enhance title_ReadInput to show line range when limit is provided - "line N" for single line reads - "lines X-Y" for range reads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add title_AskUserQuestionInput with "❓ Asking questions..." title - Replace emoji icons (❓/✅) with Q:/A: labels in question/answer blocks - Swap border colors: assistant color for questions, user color for answers - Simplify backgrounds: --answer-bg now matches --question-bg - Add .qa-label CSS class for future styling flexibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Reduces visual clutter when all items have the same (default) priority. Only high and low priority items now display colored left borders. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Lighten --text-muted from #666 to #888 for less visual weight - Add muted color to fold icons (matching fold labels) - Right-align fold bar content with extra right padding - Reduce fold bar bottom border from 2px to 1px 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Separate fold-specific color (#888) from --text-muted (#666) to preserve readability of other muted text like detail labels. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
When multiple Glob tools are invoked in parallel (same timestamp), showing only the pattern made them look like duplicates. Now shows "pattern in path" when path is specified. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Previously unpaired thinking messages used --assistant-dimmed border. Now all thinking messages consistently use --assistant-color. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
8fce103 to
6529520
Compare
These |
|
Note Docstrings generation - SUCCESS |
Docstrings generation was requested by @cboos. * #70 (comment) The following files were modified: * `claude_code_log/html/renderer.py` * `claude_code_log/html/tool_formatters.py`
Adds concise docstrings showing typical output format to satisfy docstring coverage requirements (38 methods documented). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
HTML polish: tool titles, AskUserQuestion, fold bar, thinking borders
Summary
HTML polish round focusing on visual consistency and tool distinguishability:
--fold-color(#888), reduced border thickness (2px→1px), right-aligned contentTest plan
Summary by CodeRabbit
New Features
Style
Tests
✏️ Tip: You can customize this high-level summary in your review settings.