Agents, grids, and automatic Slack channels
May 18–24, 2026
Figma launched a purpose-built design agent and shipped Grid to general availability, while Linear automated project Slack channels and added GitHub Enterprise Cloud support.
The agent era arrives in design
The biggest story of the week is Figma's purpose-built design agent, embedded directly in the editor. Rather than a chatbot in a sidebar, this agent generates and remixes designs, automates repetitive work, and respects your design system tokens out of the box. It's a meaningful step beyond the usual AI copilot pattern: the agent operates inside the same canvas where designers already work, not as a separate pane or tool. If it lives up to its promise, it could change how teams approach everything from initial mockups to asset production.
Speaking of asset production, Figma Buzz now supports bulk editing and resizing of campaign assets at scale. This pairs naturally with the agent: generate a set of ad variants, then resize and edit them all in one pass. The two releases together signal a push toward production workflows inside Figma, not just prototyping.
Grid gets real
Also from Figma: Grid is now generally available with column reordering, auto-positioning items into empty cells, and automatic row addition or removal to fit content. For anyone who has spent time manually nudging elements into alignment after a grid resize, the auto-positioning feature alone is worth the upgrade. The reordering capability — drag columns or rows and the grid recalculates — closes a long-standing gap with CSS Grid workflows.
Linear tightens the Slack loop
Linear had a busy week. The headline feature is automatic Slack channel creation for new projects: when you create a project, Linear can spin up a Slack channel, add all project members, and post project updates by default. The Linear Agent can also be invoked in those channels to answer questions or take actions. This removes a friction point that every project-based team has felt — the manual "did anyone create a Slack channel for this yet?" dance.
The same release brings GitHub Enterprise Cloud support on the Enterprise plan, with full feature parity to the standard GitHub integration. For organizations that self-host GitHub, this closes a significant gap. The duplicate issue handling also got smarter: duplicates now use a dedicated status type and move context (customer requests, synced threads, attachments) to the original issue, reducing the triage burden.
SDK updates
Two smaller but notable SDK releases. The Notion JavaScript SDK v5.22.0 adds a position field to the insert_content params for the update page markdown endpoint, giving developers more control over where content lands. The Slack Python SDK v3.42.0 adds authorship arguments to assistant threads and chat stream methods, plus new Card, Carousel, and Alert block types. The block additions are particularly relevant for builders creating richer app surfaces within Slack.