05-13-26
CursorSummary
This release focuses on enhancing agent development environments by introducing support for multi-repo setups and Dockerfile-based configuration with build secrets. Key improvements include faster builds via upgraded layer caching and new governance features like environment version history and granular secret scoping for better security and control.
New Features
- Introduced support for multi-repo environments for cloud agents and automations, allowing configuration of a single environment with multiple required repositories.
- Enabled environment configuration using Dockerfiles, now supporting build secrets for securely accessing private package registries during the build step.
- Enabled agents to ask clarifying questions, flag missing credentials, and validate proper environment setup during configuration.
- Added version history tracking for every development environment, allowing users to review and roll back changes.
- Implemented environment-level scoping for egress and secrets, ensuring secrets configured for one environment are inaccessible from others.
Bug Fixes
- Fixed environment configuration failures so that cloud agents now default to a base image with clear warnings instead of immediately failing.
Improvements
- Upgraded layer caching for Dockerfile builds, resulting in 70% faster builds when the cache is hit by only rebuilding updated layers.
- Cursor now clearly displays the environment version that the agent is currently running in.
- Added the ability for admins to restrict environment rollback permissions to administrators only.
- Added an audit log to capture all actions taken by team members on environments for security visibility.