April 29, 2026
@mentions. Move a surface. Replace one section.
Highlight a phrase, type @, pick a teammate. The mention becomes a comment, an inbox notification, and an email. Plus: drag a surface from one workspace to another (rows + doc + columns + comments come along), and a new MCP tool that lets agents replace one doc section without rewriting the rest.
New
- @mention picker in the comment composer. Typing @ opens an autocomplete over every member of the active org. Mentioning a non-member offers to share the workspace with them on send.
- Move a surface between workspaces. Right-click the tab → Move to workspace. Rows, doc body, columns, and comments come along.
- /inbox: hide a thread without resolving it. Hidden filter shows what you've stepped away from.
API
- MCP `update_doc_section(slug, sectionPath, markdown)` replaces one heading-anchored section without rewriting the rest of the doc.
- `POST /api/orgs/[slug]/invites` grants access immediately when the invitee already has a Dock account. No second-click accept on their end.
Fix
- Hyperlinks in doc and table cells navigate on plain click and show a pointer cursor.
- Workspace skeletons match the live render exactly, so the swap from skeleton to real content is jump-free.
- Doc tab swaps reuse the TipTap editor instance instead of remounting (faster + no scroll jump).