This release introduces npx convex insights and a corresponding MCP tool, giving developers direct access to deployment health insights from the terminal. It also adds fine-grained pagination controls, moves local backend state to a project-local .convex directory for worktree isolation, and adds region selection when creating deployments.
Product ReleaseFebruary 18, 2026
Convex 1.32
convex v1.32
Convex Team
Published on February 18, 2026
Overview
Included Features (4)
#111
npx convex insights Command
New CLI command and MCP tool for diagnosing OCC conflicts and resource limit issues directly from the terminal.
Completed
#112
Fine-Grained Pagination Options
New maximumRowsRead and maximumBytesRead options in PaginationOptions for precise control over paginated query resource consumption.
Completed
#113
Project-Local Backend State
Local backend data is now stored in a .convex directory in the project root instead of ~/.convex, enabling clean worktree isolation.
Completed
#114
Region Selection for New Deployments
The CLI now asks which deployment region to use when creating a new dev deployment if no team default is set.
Completed