Summary
Vercel’s Chat SDK now ships a native AI SDK tool layer under chat/ai, letting developers wire chat read and write actions into an agent with one helper call. The built-in toolset keeps write actions approval-gated and preset-scoped, which makes chat surfaces easier to turn into governed agent workspaces.
What changed
Vercel added a built-in AI SDK toolset to Chat SDK through the new chat/ai subpath and createChatTools(chat) helper.
Why it matters
This turns chat surfaces into a more programmable agent layer without forcing teams to hand-roll wrappers around messaging actions. It also shows Vercel pushing agent development into communication primitives with approval and scope controls already built in.
Evidence excerpt
Vercel says Chat SDK now ships a built-in AI SDK toolset through chat/ai, and one createChatTools(chat) call wires Chat SDK read and write actions into an agent.