feat(seer): Add event-specific LLM context hint for issue event route#114926
Merged
Mihir-Mavalankar merged 1 commit intomasterfrom May 6, 2026
Merged
feat(seer): Add event-specific LLM context hint for issue event route#114926Mihir-Mavalankar merged 1 commit intomasterfrom
Mihir-Mavalankar merged 1 commit intomasterfrom
Conversation
Contributor
Mihir-Mavalankar
commented
May 5, 2026
- When a user navigates to /issues/:groupId/events/:eventId/, the context hint now tells the LLM agent to fetch that specific event first via get_event_details(event_id). Extracts a helper function for the context hint to keep the useLLMContext call readable.
- Registers the route in NEW_STRUCTURED_CONTEXT_ROUTES behind the context-engine-structured-page-context flag.
Contributor
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.40% |
26e3f11 to
46e6ed2
Compare
scttcper
approved these changes
May 5, 2026
Extract getIssueDetailContextHint helper with three view modes: - issue-overview: default issue page with latest event - specific-event: user navigated to a specific event UUID, prompts the agent to fetch that event first - events-list: user is browsing all events for the issue Filter out pseudo-event IDs (latest/oldest/recommended) using RESERVED_EVENT_IDS so they don't trigger the specific-event hint. Register /issues/:groupId/events/ and /issues/:groupId/events/:eventId/ in NEW_STRUCTURED_CONTEXT_ROUTES behind the experimental flag. Co-Authored-By: Claude Opus 4.6 <[email protected]>
46e6ed2 to
ff451f0
Compare
scttcper
approved these changes
May 5, 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.