Where does the bug appear (feature/product)?
Cloud Agent (GitHub, Slack, Web, Linear)
Describe the Bug
On Windows, agent worker start crashes when starting exec-daemon. The native module better-sqlite3 was built for NODE_MODULE_VERSION 127 but the bundled Node.js requires NODE_MODULE_VERSION 137.
Because the self-hosted worker never stays online, Remote Control sessions fail with:
- Waiting for self-hosted worker
- No self-hosted workers are connected
- No self-hosted workers were available for this repo
Git push issues were fixed separately. This looks like a broken cursor-agent Windows package.
Environment:
- OS: Windows 10/11
- Cursor desktop: 3.15.19 (user setup), VSCode Extension Version: 1.128.0, Commit: de07bee81cefe43461ebf4f40c3d2d78d15052a0
- Workspace: D:\Game
- Git remote: rain294890061/Game on GitHub
- cursor-agent path: C:\Users\rainwang\AppData\Local\cursor-agent
- Agent version folder: 2026.08.11-e8db854
- Plan: Pro
- Cursor Version: 3.15.19
Steps to Reproduce
-
Install Cursor Agent CLI on Windows using the official win32 install script from Cursor docs (PowerShell).
-
Run: agent login (success)
-
cd D:\Game (git remote is rain294890061/Game on GitHub)
-
Run: agent worker start --name game-pc --debug
-
Worker crashes immediately with:
Error starting exec-daemon: better_sqlite3.node was compiled against a different Node.js version.
NODE_MODULE_VERSION 127. This version of Node.js requires: NODE_MODULE_VERSION 137. -
Remote Control also fails: enable Remote Control in Agents Window, send /remote-control plus a follow-up, then open the session on the web Agents page — shows no self-hosted workers connected, fails after 40 attempts.
Also tried:
- Delete LOCALAPPDATA\cursor-agent and reinstall CLI — same error
- PowerShell ExecutionPolicy Bypass — login works, worker start still fails
- I sometimes use remote desktop to access this PC, but the sqlite version error happens on the machine itself, not only over remote desktop
Expected Behavior
agent worker start should keep running and register a self-hosted worker for rain294890061/Game.
Remote Control (/remote-control plus follow-up in Agents Window) should allow continuing the session from the web Agents UI or mobile, with tool calls on the local Windows machine.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
Version: 3.15.19 (user setup)
VS Code Extension API: 1.128.0
Commit: de07bee81cefe43461ebf4f40c3d2d78d15052a0
Date: 2026-08-11T05:22:54.627Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.291
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
No - Cursor works, but with this issue

