nwhitehouse makes attachment chips actually open the document
Those little file tags on chat messages used to be pure decoration - now they're a one-click route to the document itself.
When a user attaches a document to a message in Mike's assistant chat, that attachment shows up as a small tag on the message. Until now, clicking it did nothing. nwhitehouse wired those tags up so a click opens the underlying document, and made sure the fix lands in both places the chat appears - the standalone assistant and the project-level assistant - so the behaviour is consistent wherever you're working.
The handling is sensibly conservative: tags that point to a stored document become clickable and resolve to the current version when you open them, while tags for attachments that never went through document storage stay as plain, non-interactive labels. No half-broken buttons.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?