February 2, 2026
#Highlights
Onboarding v2
Complete redesign of new user onboarding. New users get a pre-seeded workspace with a guided project, a multi-step setup flow at /r/onboard with click-to-copy MCP config, and client-agnostic connection instructions that work across Claude Code and Claude.ai.
Multi-user UI attribution
Activity feeds, event summaries, and kanban cards now show who did what. Added display name resolution, AuthorizedByPill component, and updated claim badges for multi-user workspaces.
Historical state reconstruction
New get_record_at MCP tool reconstructs any record's state at a specific point in time by replaying events chronologically. Also added optimistic concurrency control via if_unmodified_since on record updates, with last_activity_at surfaced across get, query, and start_work responses.
Public read-only MCP access
Added public token support to the MCP route, a public tree view component on the welcome page, and shareable MCP config snippets. Lets anyone explore a workspace via Claude without authentication.
Also Shipped
- Improve:Add ISR caching to /h/welcome page
- Improve:Add TipTap table editing to WritingEditor
- Improve:Fix /scope workflow stuck at awaiting_decisions step
- Improve:Collection table view: tags & filtering
- Improve:Add shared-workspace detection hook