ChangelogWeek 22
Week 22
Documentation
- New guide: Get started with AI Presence.
- New guide: Get started with AI agents in React Flow.
- New guide: Get started with AI agent notifications.
- Updated Notifications get started guide to use secret key.
Showcase
- New item: AI slideshow editor.
- New item: AI replies in comment threads.
- New item: Multiplayer AI comment feeds.
- New item: AI generates slides with presence.
- New item: AI suggestions dropdown.
- New item: Conflict-free multiplayer editing.
- New item: AI comments bot with Chat SDK.
- New item: One AI bot for Slack and comments.
- New item: AI and humans editing together.
- New item: Multiplayer sync for custom UIs.
- New item: Agents work simultaneously.
- New item: Multiplayer React Flow at 60fps.
- New item: AI builds a flowchart with presence.
- New item: React Flow comment pins.
- New item: Multiplayer undo in React Flow.
- New item: Handsontable realtime editing.
- New item: AI presence highlighting changes.
- New item: AI comments like Linear.
- New item: Inline AI comments.
- New item: Liveblocks n8n nodes.
- New item: Mention notifications inbox.
- New item: AG Grid comment pins.
Liveblocks dev server (v1.5.0)
- Add
--random-port(-P) flag toliveblocks dev: bind a random free port instead of an explicit port number. With--cmd(-c), the chosen port is exposed to the command viaLIVEBLOCKS_DEV_SERVER_PORT. Ideal for CI (no port collisions ever). - Fix
LiveList.push()so concurrent pushes from multiple clients no longer settle out of order.