From 5cc8f20cd2c0aab67355d8d6d9a87bf629029f48 Mon Sep 17 00:00:00 2001 From: centdix Date: Sun, 22 Feb 2026 15:53:10 +0000 Subject: [PATCH] docs: add Cursor IDE new window tip to dev-dashboard README Co-Authored-By: Claude Opus 4.6 --- dev-dashboard/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev-dashboard/README.md b/dev-dashboard/README.md index 2c9ca711a2..7110805bdb 100644 --- a/dev-dashboard/README.md +++ b/dev-dashboard/README.md @@ -166,6 +166,16 @@ cd frontend && bun run dev Open http://localhost:5112 in your browser. +### Cursor IDE integration + +The top bar has a **Cursor** button that opens the selected worktree's directory in Cursor IDE via the `cursor://` protocol. Click the gear icon next to it to configure SSH remote host. + +By default, clicking the button reuses an existing Cursor window. To always open in a **new window**, add this to your Cursor `settings.json` (`Cmd+Shift+P` → "Preferences: Open Settings (JSON)"): + +```json +"window.openFoldersInNewWindow": "on" +``` + ### Keyboard shortcuts | Shortcut | Action |