AI Context Files
The CLI can now automatically provide Convex AI context files (AGENTS.md, CLAUDE.md, guidelines/state files) to your project via npx convex dev. Manage them with the new npx convex ai-files command: install, update, check status, disable/enable prompts, or remove.
Deployment Management
New npx convex deployment create and npx convex deployment select commands give you full control over cloud deployments. All CLI commands now support --deployment to target a specific deployment by name, ref (dev/james), shorthand (dev, prod), or cross-project ref (team-slug:project-slug:ref).
Also includes: improved websocket client backoff behavior and no longer recreating convex/README.md when the convex/ folder already exists.