Product ReleaseMarch 20, 2026

Convex 1.34.0 – AI context files & deployment management

Convex v1.34.0
Convex Team

Convex Team

Published on March 20, 2026

Overview

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.

Included Features (2)

#263
AI context files for Convex projects

The CLI can now automatically provide Convex AI context files (AGENTS.md, CLAUDE.md, guidelines/state files) to your project when using npx convex dev. Manage them with npx convex ai-files: install, update, status, disable, enable, and remove.

Completed
#264
Deployment management commands

New npx convex deployment create and npx convex deployment select commands for creating cloud deployments and selecting which deployment to target. All CLI commands now support --deployment flag accepting deployment names, refs (e.g. dev/james), dev, prod, or cross-project refs (team-slug:project-slug:ref).

Completed