Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
editToolCall streams the new file contents (streamContent). The file is written on disk. Then:
- No
tool_callsubtype: completedevent is ever emitted for that edit - No
resultevent - The process never exits
- stderr is empty
- Open Design’s inactivity watchdog kills it after 600s (
AGENT_EXECUTION_FAILED/inactivity_timeout)
This is not an approval wait: Open Design telemetry for the real run recordedapproval_requested: false. Glob/Read tool calls in the same session complete normally; only the write hangs.
Minimal repro (small)
Workspace: a folder containing only DESIGN.md.
Steps to Reproduce
Append a single HTML comment at the end of DESIGN.md in this workspace, then reply DONE. Keep it minimal.
Observed NDJSON (session df51e6ee-84b7-4487-ab05-669f7becafd3):
system/init— okglobToolCall**/DESIGN.md— completedreadToolCallof DESIGN.md — completededitToolCallstarted withstreamContentending in<!-- small edit test -->- silence — no completed event, no result, process still running, empty stderr
Real repro (design write)
Same hang writing a full HTML artifact (homepage-preview.html) after a long thinking/read pass.
- session_id:
3c362e17-e27d-4c54-b6d6-1416034ab0cc - Last event:
tool_call/editToolCall/subtype: started(call-492a85f8-07ec-4528-8c34-769bc67ac89a-36) - Open Design run
f0e1e94d-7f06-4848-aec8-a54c7724be25: stalled 600s,artifact_write_seen: true,tool_call_seen: false(host never got a completed tool result),stderr_present: false,stdin_backpressure: true
Screenshots / Screen Recordings
repro-small.log (18.4 KB)repro-real.log (433 KB)
Operating System
Windows 10/11
Version Information
- Product: Cursor CLI (
cursor-agent/agent), not the IDE Agent chat - Version:
2026.08.11-e8db854(August 11, 2026 release — currently the latest on the public changelog) - OS: Windows 11 (
10.0.26200) - Account: logged-in CLI (
apiKeySource: login) - Host: Open Design desktop (nexu-io/open-design) spawning headless
cursor-agentfor design artifact writes; also reproduced with a minimal one-file prompt outside Open Design - CLI config (
%USERPROFILE%\.cursor\cli-config.json):approvalMode: allowlist,sandbox.mode: disabled,network.useHttp1ForAgent: false,model: Auto - Hooks:
~/.cursor/hooks.jsonis empty ("hooks": {}) — not the Windows Claude-hooks hang agent about --format json: cliVersion 2026.08.11-e8db854, osPlatform win32, osArch x64, subscriptionTier Pro, lastRequestId null
For AI issues: which model did you use?
Auto
Additional Information
- Product: Cursor CLI (
cursor-agent/agent), not the IDE Agent chat - Version:
2026.08.11-e8db854(August 11, 2026 release — currently the latest on the public changelog) - OS: Windows 11 (
10.0.26200) - Account: logged-in CLI (
apiKeySource: login) - Host: Open Design desktop (nexu-io/open-design) spawning headless
cursor-agentfor design artifact writes; also reproduced with a minimal one-file prompt outside Open Design - CLI config (
%USERPROFILE%\.cursor\cli-config.json):approvalMode: allowlist,sandbox.mode: disabled,network.useHttp1ForAgent: false,model: Auto - Hooks:
~/.cursor/hooks.jsonis empty ("hooks": {}) — not the Windows Claude-hooks hang agent about --format json: cliVersion 2026.08.11-e8db854, osPlatform win32, osArch x64, subscriptionTier Pro, lastRequestId null
Does this stop you from using Cursor
Yes - Cursor is unusable