Cursor CLICursor · CLI
Cursor CLI 2026.08.11-e8db854
2026.08.04-aaa8809→2026.08.11-e8db854·
Patch release: local agent host header support, removal of the bundled cursor-agent-svc component, and refreshed native helpers.
- [new]
CURSOR_LOCAL_AGENT_HEADERS lets you supply extra headers when talking to a local agent host.
- [removed] The bundled
cursor-agent-svc component (and its license file) is no longer shipped in the package.
- [removed]
CURSOR_AGENT_DISABLE_DEBUG_LOG is no longer recognized.
- [changed] Native helpers updated (
crepectl, file_service, merkle-tree-napi).
Under the hood
- Local agent host path work: clearer handling around the local host loop, queued prompts getting a new request id, and host move/exec.
- Older CLI telemetry v2 metrics flag retired in favor of the newer host-oriented events.
- Package metadata/version bump only;
agent_version remains 2.15.4.
Upgrade notes
- Drop any use of
CURSOR_AGENT_DISABLE_DEBUG_LOG; it has no effect in this build.
- If you depended on
cursor-agent-svc living inside the CLI package, that component is gone—use your current supported local/agent host setup instead.
- Optional: set
CURSOR_LOCAL_AGENT_HEADERS when a local agent host needs custom request headers.