Merged
Conversation
Allow users to configure clickable links in the banner for exceptions, jobs, and warnings via string path patterns with :id interpolation. Added: Configurable banner links for exceptions, jobs, and warnings via string path patterns Version: minor Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ExceptionTrack includes the log record ID. SolidErrors uses the error record ID (falling back to occurrence ID). Updated base class docs to reflect the new :id key in the banner data hash. Added: Record ID in format_for_banner output for linking to individual records Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6f6e028 to
e06d040
Compare
cseeman
approved these changes
Mar 11, 2026
Contributor
cseeman
left a comment
There was a problem hiding this comment.
Looks good, the link-rendering logic in render_exceptions/render_warnings is pretty similar and could probably be extracted into a shared helper, but that is not-blocking.
Deduplicate link-rendering logic between render_exceptions and render_warnings per PR #39 review feedback. Co-Authored-By: Claude Opus 4.6 <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.
Summary
exception_links,job_links, andwarning_linksconfiguration options for clickable banner items:idinterpolation (e.g.,/errors/:id)format_for_banneroutput for ExceptionTrack and SolidErrors adaptersTest plan
:idinclusion🤖 Generated with Claude Code