nwhitehouse makes attachment chips actually open the document
A small UX fix that turns a dead label into a working shortcut into the doc viewer.
When a user pastes a document into chat, the file's name shows up as a little chip next to their message. On nwhitehouse's fork, that chip used to be decorative - it told you what was attached, but clicking it did nothing. The fix makes the chip behave like the rest of the interface: tap it, and the document opens in the side-panel viewer, the same way the assistant's own document references already worked.
The more interesting wrinkle is the second commit. The same user-message component is rendered from two different chat routes, and only one got the fix initially. Half an hour later, nwhitehouse patched the project-scoped chat route too. A useful reminder that shared components don't automatically inherit every prop their parents pass.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?