Vercel AI Updates: September 10, 2026
1. Eve Agents Got Persistent Memory Through Named Slots
Vercel. Memory is declared as named slots in files under agent/memory/, each with a provider that handles storage and retrieval and a scope that controls who can read it, so a slot can be scoped per authenticated user. Before each turn the runtime retrieves relevant memories and injects them into model context; writes happen automatically after a turn, through agent-invoked tools, or both. Built-in providers cover file memory backed by Vercel Blob, Supermemory, Upstash AgentKit, and Kybernesis Arcana, with a custom provider interface for other stores. Source
2. v0 Wires Up Email, Auth, Search, and Databases in One Click
Vercel. v0 now connects Resend, AWS OpenSearch, MongoDB Atlas, Algolia, and Clerk inline during generation with automatic setup, rather than leaving the generated app with placeholder configuration for the developer to fill in. Source
3. The Vercel CLI Can Now Read and Search the Changelog
Vercel. vercel changelog pulls the changelog feed into the terminal. Vercel frames the use case explicitly around agents discovering new platform features, which is a notable design choice: the audience for a CLI subcommand is now assumed to include the coding agent rather than only the human running it. Source