nwhitehouse pulls search results out of the activity log and into the answer
When the model returns sources but little prose, the sources now show up as the answer instead of hiding behind a 'completed in steps' toggle.
nwhitehouse's fork now treats every result from a legal or web search as a reference card in its own right - a title, where it came from (CourtListener and Federal Register for case law and rulings, plain web for the rest), a date, and a snippet, each linking out to the source. The cards stream in as they're found rather than waiting for the assistant to finish thinking.
The more interesting move is the bug fix behind it. Those cards were being tucked inside a collapsible disclosure, so on multi-source research questions - where the model often hands back citations but thin write-up - the user saw an empty-looking reply unless they manually expanded it. The fix breaks references out into the main conversation, on the candid logic that the sources are the answer when the model under-explains.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?