Automatic persistence now in beta on Vercel SandboxVercel Sandbox now supports persistent sandboxes that automatically save and restore file system state.+3Marc Codina Segura, Andy Waller, and 3 others
Vercel Sandboxes now allow unique, customizable namesVercel Sandbox now have unique, customizable names within your project, replacing the previous ID-based identification.+3Marc Codina Segura, Andy Waller, and 3 others
Chat SDK now supports concurrent message handlingChat SDK now lets you control what happens when a new message arrives before a previous one finishes processing, with support for configurable concurrency strategies across all adapters.Malte Ubl, Ben Sabic
Chat SDK now supports scheduled Slack messagesChat SDK now supports scheduling messages, so you can have your agent send a message on your behalf in the past, while still maintaining the option to cancel it.Ben SabicContent Engineer
Elastic build machines now available in betaPro and Enterprise users can now set their projects to build with a dynamic "elastic" setting. Vercel will automatically pick the right build machine depending on the app and its build process.Mehul Kar, Marcos Grappeggia
Enterprise teams can now set their default build machineEnterprise teams can now set their team's default build machine. This setting will affect all new projectsMehul KarSoftware Engineer
Activity Log now available in Vercel CLIYou can now query for activity logs the Vercel CLI using the vercel activity command. This enables you to pull activity logs programmatically.Ergün ErdoğmuşSoftware Engineer
View specific error codes in runtime logsYou can now view specific error codes, when relevant, directly in the request details panel of the Runtime Logs page of the Vercel dashboard, in addition to the HTTP status response code.Chandan Rao, Mark Knichel