[new]Added the/checkpointslash command for checkpointing agent work from the CLI.[new]Added a--endpointCLI flag so you can point the agent at a custom endpoint.[new]Support for Azure DevOps and Google APIs hosts for repository and provider workflows.[new]Desktop bridge support viaCURSOR_DESKTOP_BRIDGE_DIRfor tighter Cursor desktop ↔ CLI integration.[new]CURSOR_DISABLE_SPARSE_PLUGIN_CLONESto turn off sparse plugin clones when you need a full checkout.[changed]Native helpers updated (sandbox,crepectl, file service, better-sqlite3) for stability and compatibility.[fixed]Clearer handling when the agent store hits conflicts or inactive state, including retry behaviour for agent KV operations.
Models & prompts
No model ID or default model changes in this release.
Under the hood
- Additional context can be delivered through agent exec hooks.
- Telemetry for PR-open flows, zen-mode availability, and agent host/store paths to improve reliability diagnostics.
- Removed an older stream start timeout recovery path in favour of the current exec flow.
- Minor license/attribution cleanup in bundled service code.
Upgrade notes
- If you use custom networking or self-hosted setups, try
--endpointwhere you previously relied on defaults alone. - Desktop users integrating the CLI may set
CURSOR_DESKTOP_BRIDGE_DIRas needed; most installs can ignore it. - Set
CURSOR_DISABLE_SPARSE_PLUGIN_CLONES=1only if sparse plugin clones are causing issues in your environment.