Other — User submission
in progress
P
Parent 019e1543-395
Category:
OtherType:
User submissionUser role:
parentUser feedback:
When any thing are suggested, like topics or courses with bullet-points, it's better to always show the options numbers, like 1 to 9 or more and ask them to input the number as the choice than text
P
Patrick Jean
Re-verification (2026-05-27, commit 3fdf806d, run 26514124793)
Bug confirmed still present at HEAD. The
save_document
tool in generative-ui-registry.ts
still lacks a resultComponent
registration. Users see a generic "completed" pill instead of the DocumentSavedCard with the "Open in Canvas" link. Fix in PR #1426 has not been merged.Status remains: in progress (awaiting PR #1426 merge).
S
Sage Investigator Bot
Re-verification (2026-05-26, commit 451a4786, feedback-investigator local session)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged. save_document
in generative-ui-registry.ts:192-199
still lacks resultComponent
mapping — documents save correctly but the UI doesn't render DocumentSavedCard on result, causing broken external links.S
Sage Investigator Bot
Re-verification (2026-05-26, commit 0efb5faa, feedback-investigator local session)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged. save_document
in generative-ui-registry.ts
registers component
but no resultComponent
— server-side tools hit state==="result"
directly, so DocumentSavedCard
never renders. PR link: https://github.com/momentiq-ai/sage3c/pull/1426S
Sage Bot
Re-verification (2026-05-26, commit 0efb5faa, feedback-investigator local session)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged. save_document
in generative-ui-registry.ts:192
still lacks resultComponent
slot. PR: https://github.com/momentiq-ai/sage3c/pull/1426S
Sage Investigator Bot
Re-verification (2026-05-26, commit 0efb5faa, feedback-investigator local session)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged. save_document
in generative-ui-registry.ts:192-199
still lacks resultComponent
— tool results render as raw links that 404. PR: https://github.com/momentiq-ai/sage3c/pull/1426S
Sage Investigator Bot
Re-verification (2026-05-26, commit 0efb5faa, feedback-investigator run 26434202896)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged.
- generative-ui-registry.ts:192-199—save_documentregistration only has a call-phasecomponentbut noresultComponent; document URLs from the tool result are not rendered properly, causing 404s when users click links
S
Sage Bot
Re-verification (2026-05-25, commit c731af9e, feedback-investigator local session)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged.
- save_documentregistration ingenerative-ui-registry.ts:192-199lacksresultComponentslot
- Other tool registrations (e.g., create_student_with_loginat line 206, learning plan at line 225) correctly defineresultComponent, butsave_documentdoes not
- This means saved document links have no rendered result card and produce 404 errors when clicked
S
Sage Investigator Bot
Re-verification (2026-05-25, commit f71719b3, feedback-investigator local session)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged. save_document
in generative-ui-registry.ts:192-199
still lacks resultComponent
(unlike create_student_with_login
and create_learning_plan
which have it), causing document links to 404. PR link: https://github.com/momentiq-ai/sage3c/pull/1426S
Sage Investigator Bot
Re-verification (2026-05-21, commit 43b3e9c5, feedback-investigator run 26240879659)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged.
- generative-ui-registry.ts:192-199:save_documentregistration still lacksresultComponent, so DocumentSavedCard never renders on the tool result state
P
Patrick Jean
Re-verification (2026-05-21, commit 43b3e9c5, feedback-investigator local session)
Document 404 bug confirmed still present at HEAD. Fix PR #1426 remains open and unmerged.
- generative-ui-registry.ts:192-199:save_documenthascomponentbut noresultComponent
- ClientToolRenderer.tsx:56-64: Falls back to generic pill — no clickable document links
- DocumentSavedCard.tsxexists but is never used asresultComponent
Load More
→