-
Notifications
You must be signed in to change notification settings - Fork 0
Share one status line, open limitations as a sheet, and make the answer-wait diagnostic readable #2594
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
Merged
BigSimmo
merged 10 commits into
main
from
claude/answer-loading-sources-animation-4obfpq
Sep 4, 2026
+454
−136
Merged
Share one status line, open limitations as a sheet, and make the answer-wait diagnostic readable #2594
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d0527a1
fix(diagnostic): let the answer-preview reason reach the person it wa…
claude dee2327
feat(answer): one status line, limitations in a sheet, and the Pearls…
claude c4b2fc9
issues: log the source-only stub as a generation defect, not a render…
claude 895b1e1
Merge branch 'main' into claude/answer-loading-sources-animation-4obfpq
BigSimmo 1608312
fix(answer): restore the limitations chip's salience, and correct two…
claude 2e4b0d8
Merge branch 'claude/answer-loading-sources-animation-4obfpq' of http…
claude 02be816
fix(diagnostic): bucket the public timestamp rather than withdraw the…
claude 705688b
refactor(answer): name the safety rail Key points, not Pearls
claude 11baead
Merge branch 'main' into claude/answer-loading-sources-animation-4obfpq
claude 02f5bb9
Merge branch 'main' into claude/answer-loading-sources-animation-4obfpq
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
docs/outstanding-issues-inbox/7c6d8a93-fde5-41c8-8cb0-cc0727c14dc9.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "version": 2, | ||
| "id": "7c6d8a93-fde5-41c8-8cb0-cc0727c14dc9", | ||
| "createdOn": "2026-09-04", | ||
| "action": "add", | ||
| "payload": { | ||
| "pri": "P2", | ||
| "type": "issue", | ||
| "summary": "Answer generation silently gives up and returns the source-only stub, so no written answer and no inline citation marks", | ||
| "detail": "Reported live 2026-09-04: the query 'lithium level timing' returned sourceBackedGenerationTimeoutAnswer (rag-extractive-answer.ts:2951) with three citations and answerSections: []. The owner read the absent in-prose source marks as a rendering bug. It is not: resolveClaimMarks (answer-claim-marks.ts:193) matches a rendered sentence against answer.supportedClaims by exact normalised text, the stub's two sentences are not recorded claims, and rag-answer-instructions.ts:49 forbids the model from writing citation digits in prose at all. So no marker parser exists or should exist, and adding one would change nothing on this path. The defect is upstream: no written answer was produced for a query whose corpus evidence was good enough to cite three documents. Same shape as J8SJQ9 (antipsychotic metabolic monitoring), which names the first diagnostic step as establishing whether generation was attempted at all - that run recorded provider_attempted:false for 11 of 30 targeting cases. Owner reports the stub is rare in normal use, so this is scheduled work rather than an incident. Three trigger sites: rag.ts:3121 extractiveNeedsReviewFallback, rag.ts:4169 sourceBackedReviewReason, rag.ts:4200 finalizedFallbackNeedsReview. Do not relax the eval case to hide it.", | ||
| "source": "Owner phone report 2026-09-04 during PR #2590 follow-up; screenshot of Answer mode, query 'lithium level timing'", | ||
| "issueUlid": "01M1N79ZX3E9F5GWKSCBF87Y3W" | ||
| } | ||
| } |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.