@srgay/cursor-extension 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  一组本机 Cursor workbench 增强脚本,包含三部分:
4
4
 
5
5
  1. **MAX Mode 守护**:保持 `MAX Mode` 关闭,并在彩色 `MAX` 标记出现且聊天框有内容时阻止发送。
6
- 2. **MCP Follow-up 面板**:在 Cursor 聊天框上方注入一个 MCP 反馈面板,连接 `mcp-feedback-enhanced` 的 WebSocket,让你直接在 Cursor 里回复 `interactive_feedback`,支持端口自动扫描/自定义,并能按当前项目自动匹配对应端口(多项目、多端口同时在线时也不误连)。
6
+ 2. **MCP Follow-up 面板**:在 Cursor 聊天框上方注入一个 MCP 反馈面板,连接 `mcp-feedback-enhanced` 的 WebSocket,让你直接在 Cursor 里回复 `interactive_feedback`,支持端口自动扫描/自定义,并能按当前窗口自动匹配对应端口(多窗口、多端口同时在线时也不误连)。
7
7
  3. **输入法回车修复**:修复用中文输入法(拼音/注音等)组字时,按回车上屏候选词会被 Cursor 误当成「提交」的问题(含自带的 AskQuestion「Other」输入框)。
8
8
 
9
9
  ## 安装与使用(npx)
@@ -115,10 +115,10 @@ npm run inject
115
115
 
116
116
  - 注入到聊天框上方,样式贴合 Cursor 原生输入框。
117
117
  - 自动扫描端口 `8765–8769`,识别正在监听的 MCP 服务(连得上或返回 `4004 无 session` 即视为活跃)。
118
- - 端口下拉:动态填充扫描到的活跃端口,末尾提供「自定义端口…」可手动输入任意端口。
119
- - 下拉展开时每项显示「状态 · 项目名」(如 `Port 8766 · waiting · my-project`),收起时只显示「Port X · 状态」以贴合宽度,避免与右侧项目名重复。
120
- - 放大镜按钮可随时重新扫描。
121
- - **自动匹配当前项目端口**:从 Cursor 原生 `window.vscode` 取当前窗口的工作区路径,优先连接 `project_directory` 与之相等的 MCP 端口;多个端口同时在线(如别的项目窗口或常驻实例)时也能选对本项目,绝不误连。本项目端口尚未出现时持续重扫等待,出现后自动连上;取不到工作区(多根工作区/空窗口)时回退为原有的端口选择逻辑。
118
+ - 端口下拉(自定义浮层菜单):**点开下拉即扫描一次**——先显示「扫描中…」,扫完用最新结果填充并展示可用端口;点选**一次即生效**(自定义菜单不依赖原生 `<select>`,不打断、不闪),末尾提供「自定义端口…」可手动输入任意端口。点空白处或按 `Esc` 关闭菜单。
119
+ - 菜单每项显示「状态 · 项目名」(如 `Port 8766 · waiting · my-project`)便于区分;触发按钮收起时只显示「Port X · 状态」以贴合宽度,避免与右侧项目名重复。
120
+ - 放大镜按钮可随时重新扫描(全量扫描并自动连上本窗口端口)。
121
+ - **自动匹配当前窗口端口**:每个 Cursor 窗口会起一个独立的 mcp-feedback 实例。面板从 Cursor 原生 `window.vscode` 取当前窗口工作区路径,再借 `run_command` 读取每个端口所在实例的 `WORKSPACE_FOLDER_PATHS`(窗口真实工作区,由 Cursor 注入、**不受 AI 传入的 `project_directory` 影响**),据此连接「本窗口」对应的端口;读不到时退用 `CURSOR_WORKSPACE_LABEL`(项目名)做次级匹配。多端口同时在线(别的窗口/常驻实例)也能选对、绝不误连;本窗口端口尚未出现时降频重扫等待,出现后自动连上;取不到工作区(多根工作区/空窗口)时回退原有逻辑。
122
122
  - 持续保持为 WebSocket「最后连接」(每 3 秒重连 + 输入框聚焦时重连),确保始终能收到当前会话并成功提交反馈。
123
123
  - 底部「常用提示词」下拉:一键把 `ui_settings.json` 里的提示词追加到输入框;旁边刷新按钮可重新拉取配置。
124
124
  - 齿轮按钮展开**配置抽屉**:
@@ -147,9 +147,9 @@ npm run inject:followup
147
147
  ### 端口扫描与自定义
148
148
 
149
149
  - 面板安装时自动扫描一次 `8765–8769`。
150
- - **按项目自动选端口**:扫描后优先选中 `project_directory` 等于当前窗口工作区路径的端口;若当前选中端口已知属于别的项目则不连接,避免误连到其它项目或常驻 feedback 实例。
151
- - 本项目端口还没出现时,每 3 秒重扫一次去发现它;连上本项目端口后改为定期重连以保持「最后连接」。
152
- - 点击放大镜按钮可手动重扫。
150
+ - **按窗口自动选端口**:扫描时借 `run_command` 读取每个端口实例的 `WORKSPACE_FOLDER_PATHS`,优先选中与当前窗口工作区相等的端口(次级用 `CURSOR_WORKSPACE_LABEL` 项目名);已知属于别的窗口的端口直接不连。这样即使「在 A 窗口让 AI 改 B 项目代码」(会话 `project_directory` 变成 B),也仍连回 A 窗口自己的端口。
151
+ - **扫描时机**:只在「面板启动时」和「每次点开端口下拉时」各扫一次,不做后台轮询扫描;连上本窗口端口后只发心跳维持 WebSocket「最后连接」。本窗口端口暂未出现时,点开下拉重扫即可发现并连上。
152
+ - 点击放大镜按钮可手动重扫(全量扫描并自动连上本窗口端口)。
153
153
  - 在端口下拉里选择「自定义端口…」,就地输入端口号回车即可连接;输入框失焦或按 `Esc` 会回退到第一个可用端口。
154
154
 
155
155
  ### 查看状态
@@ -177,7 +177,7 @@ window.__cursorMcpFollowup.uninstall() // 卸载面板
177
177
  脚本顶部 `config` 可调整:
178
178
 
179
179
  - `scanStart` / `scanCount`:扫描起始端口与数量(默认从 `8765` 起、共 `5` 个,即 `8765–8769`)。
180
- - `probeTimeoutMs`:单端口探测超时(默认 `1200` ms)。
180
+ - `probeTimeoutMs`:单端口探测超时(默认 `2500` ms;含一次 `run_command` 读取窗口工作区的往返)。
181
181
  - `reconnectMs`:自动重连间隔(默认 `3000` ms)。
182
182
 
183
183
  ### 排障
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srgay/cursor-extension",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "本机 Cursor workbench 增强:MAX Mode 守护、MCP Follow-up 面板、输入法回车修复(支持随 Cursor 启动持久加载,或 CDP 临时注入)。",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,8 @@
12
12
  reconnectMs: 3000,
13
13
  scanStart: 8765,
14
14
  scanCount: 5,
15
- probeTimeoutMs: 1200,
15
+ probeTimeoutMs: 2500,
16
+ // 按需扫描:仅在「启动时」和「展开端口下拉框时」各扫一次,不做后台/持续扫描。
16
17
  customValue: "__custom__",
17
18
  lang: "zh-CN",
18
19
  // 发送场景重连成功(onopen)后,若服务端未及时推送会话状态,则等待此毫秒数后兜底直接发送。
@@ -40,8 +41,10 @@
40
41
  scanning: false,
41
42
  foundPorts: [],
42
43
  portProjects: {},
43
- // 端口 → 完整 project_directory(扫描/会话时记录),用于把面板锁定到当前窗口项目对应的端口。
44
- portPaths: {},
44
+ // 端口 → 窗口真实工作区路径 / 项目名(取自 server 进程的 WORKSPACE_FOLDER_PATHS / CURSOR_WORKSPACE_LABEL,
45
+ // 由 Cursor 注入、不受 AI 传入的 project_directory 影响),用于把面板锁定到「本窗口」对应的端口。
46
+ portWorkspaces: {},
47
+ portLabels: {},
45
48
  portStatuses: {},
46
49
  selectedStatus: null,
47
50
  expanded: false,
@@ -63,6 +66,9 @@
63
66
  // 输入法组字(拼音/注音等)进行中:此间回车用于上屏候选词,不应触发发送。
64
67
  composing: false,
65
68
  timers: [],
69
+ // 自定义端口下拉的文档级监听(点空白处 / Esc 关闭菜单),uninstall 时移除。
70
+ onDocPointerDown: null,
71
+ onDocKeydown: null,
66
72
  };
67
73
 
68
74
  const SVG_NS = "http://www.w3.org/2000/svg";
@@ -176,6 +182,45 @@
176
182
  #${config.panelId} .cmf-port:focus { background-color: var(--vscode-list-hoverBackground, rgba(228, 228, 228, .07)); }
177
183
  #${config.panelId} .cmf-prompts { max-width: 170px; flex: 0 1 auto; }
178
184
 
185
+ /* 自定义端口下拉:触发按钮 + 浮层菜单(替代原生 <select>,以支持「点开→扫描→填充→展示」而不打断点选)。 */
186
+ #${config.panelId} .cmf-portwrap { position: relative; display: inline-flex; flex: 0 0 auto; }
187
+ #${config.panelId} .cmf-portbtn {
188
+ appearance: none; -webkit-appearance: none;
189
+ height: 22px; padding: 0 20px 0 8px;
190
+ border-radius: 4px;
191
+ border: 1px solid transparent;
192
+ background-color: transparent;
193
+ background-image: url("${chevron}");
194
+ background-repeat: no-repeat;
195
+ background-position: right 5px center;
196
+ color: var(--vscode-descriptionForeground, rgba(228, 228, 228, .7));
197
+ font-family: inherit; font-size: 11.5px; cursor: pointer; outline: none;
198
+ white-space: nowrap;
199
+ transition: background-color .12s ease;
200
+ }
201
+ #${config.panelId} .cmf-portbtn:hover { background-color: var(--vscode-list-hoverBackground, rgba(228, 228, 228, .07)); }
202
+ #${config.panelId} .cmf-portbtn.open { background-color: var(--vscode-list-hoverBackground, rgba(228, 228, 228, .1)); }
203
+ #${config.panelId} .cmf-portmenu {
204
+ position: absolute; top: calc(100% + 4px); right: 0; z-index: 1000;
205
+ min-width: 100%; max-width: 300px; max-height: 240px; overflow-y: auto;
206
+ padding: 4px;
207
+ border: 1px solid var(--vscode-input-border, rgba(228, 228, 228, .18));
208
+ border-radius: 8px;
209
+ background: var(--vscode-menu-background, var(--vscode-editorWidget-background, #252526));
210
+ box-shadow: 0 6px 20px rgba(0, 0, 0, .32);
211
+ }
212
+ #${config.panelId} .cmf-opt {
213
+ display: block; white-space: nowrap;
214
+ padding: 4px 8px; border-radius: 5px;
215
+ font-size: 11.5px; line-height: 1.5;
216
+ color: var(--vscode-foreground, rgba(228, 228, 228, .9));
217
+ cursor: pointer;
218
+ }
219
+ #${config.panelId} .cmf-opt:hover { background: var(--vscode-list-hoverBackground, rgba(228, 228, 228, .1)); }
220
+ #${config.panelId} .cmf-opt.sel { color: var(--vscode-foreground, #fff); background: var(--vscode-list-activeSelectionBackground, rgba(129, 161, 193, .22)); }
221
+ #${config.panelId} .cmf-opt-custom { margin-top: 3px; padding-top: 6px; border-top: 1px solid var(--vscode-input-border, rgba(228, 228, 228, .12)); color: var(--vscode-descriptionForeground, rgba(228, 228, 228, .7)); }
222
+ #${config.panelId} .cmf-menuhint { display: flex; align-items: center; gap: 7px; padding: 6px 8px; font-size: 11.5px; color: var(--vscode-descriptionForeground, rgba(228, 228, 228, .65)); }
223
+
179
224
  #${config.panelId} .cmf-scan {
180
225
  flex: 0 0 auto;
181
226
  width: 22px; height: 22px;
@@ -433,10 +478,35 @@
433
478
  }
434
479
 
435
480
  function buildPanel() {
436
- const portSelect = h("select", { class: "cmf-port", "aria-label": "选择 MCP 前端端口" });
481
+ // 隐藏的原生 <select> 仅作「数据载体」:继续承载当前选中 value options 列表,
482
+ // 让 fillPortOptions / connectSelectedPort 等既有读写逻辑(els.portSelect.value)保持不变;
483
+ // 用户实际看到/交互的是下面的自定义触发按钮 + 浮层菜单(portBtn / portMenu)。
484
+ const portSelect = h("select", { class: "cmf-port", "aria-hidden": "true", tabindex: "-1" });
485
+ portSelect.style.display = "none";
437
486
  els.portSelect = portSelect;
438
487
  fillPortOptions(defaultPorts(), String(config.scanStart));
439
488
 
489
+ const portBtnText = h("span", { class: "cmf-portbtn-text" }, "Port " + config.scanStart);
490
+ const portBtn = h(
491
+ "button",
492
+ {
493
+ class: "cmf-portbtn",
494
+ type: "button",
495
+ "aria-haspopup": "listbox",
496
+ "aria-expanded": "false",
497
+ "aria-label": "选择 MCP 前端端口",
498
+ title: "选择 MCP 前端端口",
499
+ },
500
+ portBtnText
501
+ );
502
+ const portMenu = h("div", { class: "cmf-portmenu", role: "listbox" });
503
+ portMenu.style.display = "none";
504
+ const portWrap = h("div", { class: "cmf-portwrap" }, portBtn, portMenu, portSelect);
505
+ els.portBtn = portBtn;
506
+ els.portBtnText = portBtnText;
507
+ els.portMenu = portMenu;
508
+ els.portWrap = portWrap;
509
+
440
510
  const customInput = h("input", {
441
511
  class: "cmf-custom",
442
512
  type: "text",
@@ -476,7 +546,7 @@
476
546
  status,
477
547
  h("span", { class: "cmf-spacer" }),
478
548
  scanBtn,
479
- portSelect,
549
+ portWrap,
480
550
  customInput,
481
551
  projectName,
482
552
  gear
@@ -537,6 +607,7 @@
537
607
  // 状态文本已从面板移除;游离占位元素让现有状态写入成为无害空操作。
538
608
  els.hint = document.createElement("span");
539
609
 
610
+ updatePortButton();
540
611
  wireEvents();
541
612
  }
542
613
 
@@ -620,13 +691,41 @@
620
691
  }
621
692
  }
622
693
 
623
- // 从一轮扫描结果里挑出 project_directory 与当前窗口工作区相等的端口(按项目锁定端口的核心优先级)。
694
+ // server 进程里读「窗口真实工作区」的命令:WORKSPACE_FOLDER_PATHS / CURSOR_WORKSPACE_LABEL 由 Cursor 注入,
695
+ // 不受 AI 传入的 project_directory 影响。用单个 print 表达式(不含 ';')+ chr(10) 分隔(不含 '|'),
696
+ // 规避服务端 _safe_parse_command 的危险子串过滤。
697
+ function buildWorkspaceProbeCmd() {
698
+ const code =
699
+ "print(__import__('os').environ.get('WORKSPACE_FOLDER_PATHS','')+chr(10)+__import__('os').environ.get('CURSOR_WORKSPACE_LABEL',''))";
700
+ return config.pyCmd + ' -c "' + code + '"';
701
+ }
702
+
703
+ // WORKSPACE_FOLDER_PATHS 可能含多个路径(多根工作区);按常见分隔符拆开后看是否包含当前工作区。
704
+ function matchFolders(folders, ws) {
705
+ if (!folders || !ws) return false;
706
+ return String(folders)
707
+ .split(/[:;,\n]/)
708
+ .map((s) => normalizePath(s))
709
+ .filter(Boolean)
710
+ .includes(ws);
711
+ }
712
+
713
+ // 端口是否属于「当前窗口」:优先用 WORKSPACE_FOLDER_PATHS(完整路径),其次用 CURSOR_WORKSPACE_LABEL(项目名)。
714
+ function isPortMine(port, ws) {
715
+ if (!ws) return false;
716
+ if (matchFolders(state.portWorkspaces[port], ws)) return true;
717
+ const label = state.portLabels[port];
718
+ return !!(label && label === basename(ws));
719
+ }
720
+
721
+ // 从一轮扫描结果里挑出「属于当前窗口」的端口:主用 WORKSPACE_FOLDER_PATHS,次用 CURSOR_WORKSPACE_LABEL。
624
722
  function pickWorkspacePort(results) {
625
723
  const ws = getWorkspacePath();
626
724
  if (!ws) return null;
627
- const hit = results.find(
628
- (item) => item.alive && item.project && normalizePath(item.project) === ws
629
- );
725
+ const wsLabel = basename(ws);
726
+ let hit = results.find((r) => r.alive && matchFolders(r.workspaceFolders, ws));
727
+ if (hit) return String(hit.port);
728
+ hit = results.find((r) => r.alive && r.workspaceLabel && r.workspaceLabel === wsLabel);
630
729
  return hit ? String(hit.port) : null;
631
730
  }
632
731
 
@@ -653,6 +752,7 @@
653
752
  const status = isSelected ? state.selectedStatus : state.portStatuses[option.value] || null;
654
753
  option.textContent = portText(option.value, status, state.expanded);
655
754
  }
755
+ updatePortButton();
656
756
  }
657
757
 
658
758
  function setOptionLabel(port, status) {
@@ -660,6 +760,87 @@
660
760
  refreshOptionLabels();
661
761
  }
662
762
 
763
+ // ———————————————————— 自定义端口下拉 ————————————————————
764
+ // 触发按钮文字 = 当前选中端口(带状态、不带项目名;项目名在右侧 projectName 单独显示)。
765
+ function updatePortButton() {
766
+ if (!els.portBtnText) return;
767
+ const cur = els.portSelect.value;
768
+ els.portBtnText.textContent =
769
+ cur === config.customValue ? "自定义端口…" : portText(cur, state.selectedStatus, false);
770
+ }
771
+
772
+ // 渲染浮层菜单:扫描中显示「扫描中…」,否则按最新 foundPorts 列出可用端口(带状态·项目名)+「自定义端口…」。
773
+ // 关键:菜单仅在「打开瞬间」与「扫描完成时」各渲染一次,渲染后保持稳定 —— 自定义 div 不会像原生 <select>
774
+ // 那样在用户点击瞬间因重建 DOM 而打断点选,因此点选即时生效、无打断、无闪。
775
+ function renderPortMenu(opts) {
776
+ if (!els.portMenu) return;
777
+ const loading = !!(opts && opts.loading) || state.scanning;
778
+ clear(els.portMenu);
779
+ if (loading) {
780
+ els.portMenu.appendChild(
781
+ h(
782
+ "div",
783
+ { class: "cmf-menuhint" },
784
+ h("span", { class: "cmf-spinner", "aria-hidden": "true" }),
785
+ h("span", null, "扫描中…")
786
+ )
787
+ );
788
+ return;
789
+ }
790
+ const cur = els.portSelect.value;
791
+ const ports = state.foundPorts.length ? state.foundPorts.map(String) : defaultPorts();
792
+ for (const p of ports) {
793
+ const status = p === cur ? state.selectedStatus : state.portStatuses[p] || null;
794
+ const item = h("div", { class: "cmf-opt" + (p === cur ? " sel" : ""), role: "option" }, portText(p, status, true));
795
+ item.addEventListener("click", () => selectPort(p));
796
+ els.portMenu.appendChild(item);
797
+ }
798
+ const customItem = h("div", { class: "cmf-opt cmf-opt-custom", role: "option" }, "自定义端口…");
799
+ customItem.addEventListener("click", selectCustom);
800
+ els.portMenu.appendChild(customItem);
801
+ }
802
+
803
+ // 打开菜单:先显示「扫描中…」,按需扫一次,扫完用最新结果填充并展示(满足「先扫描→填充→再展示」)。
804
+ async function openPortMenu() {
805
+ if (state.expanded) return;
806
+ state.expanded = true;
807
+ els.portMenu.style.display = "";
808
+ els.portBtn.classList.add("open");
809
+ els.portBtn.setAttribute("aria-expanded", "true");
810
+ renderPortMenu({ loading: true });
811
+ await scanPorts({ refreshOnly: true });
812
+ if (state.expanded) renderPortMenu();
813
+ }
814
+
815
+ function closePortMenu() {
816
+ state.expanded = false;
817
+ if (els.portMenu) els.portMenu.style.display = "none";
818
+ if (els.portBtn) {
819
+ els.portBtn.classList.remove("open");
820
+ els.portBtn.setAttribute("aria-expanded", "false");
821
+ }
822
+ }
823
+
824
+ function togglePortMenu() {
825
+ if (state.expanded) closePortMenu();
826
+ else openPortMenu();
827
+ }
828
+
829
+ // 点选某端口:写回隐藏 select 的 value,关菜单,刷新按钮,再走既有连接逻辑(onPortChange)。
830
+ function selectPort(port) {
831
+ els.portSelect.value = String(port);
832
+ closePortMenu();
833
+ updatePortButton();
834
+ onPortChange();
835
+ }
836
+
837
+ function selectCustom() {
838
+ els.portSelect.value = config.customValue;
839
+ closePortMenu();
840
+ updatePortButton();
841
+ onPortChange();
842
+ }
843
+
663
844
  function deriveStatusLabel(info) {
664
845
  if (!info) return "";
665
846
  if (info.feedback_completed === true || info.status === "feedback_submitted" || info.status === "completed") {
@@ -722,7 +903,6 @@
722
903
 
723
904
  const project = basename(info && info.project_directory);
724
905
  if (project) state.portProjects[state.socketPort] = project;
725
- if (info && info.project_directory) state.portPaths[state.socketPort] = info.project_directory;
726
906
  state.portStatuses[state.socketPort] = deriveStatusLabel(info);
727
907
 
728
908
  const status = info && info.status;
@@ -1251,6 +1431,10 @@
1251
1431
  let opened = false;
1252
1432
  let project = "";
1253
1433
  let statusLabel = "";
1434
+ let workspaceFolders = "";
1435
+ let workspaceLabel = "";
1436
+ let cmdBuf = null;
1437
+ let needCmd = false;
1254
1438
  let ws = null;
1255
1439
  const finish = (alive) => {
1256
1440
  if (done) return;
@@ -1264,13 +1448,24 @@
1264
1448
  /* noop */
1265
1449
  }
1266
1450
  }
1267
- resolve({ alive, project, statusLabel });
1451
+ resolve({ alive, project, statusLabel, workspaceFolders, workspaceLabel });
1268
1452
  };
1269
1453
  const timer = window.setTimeout(() => finish(opened), timeoutMs);
1270
1454
  try {
1271
1455
  ws = new WebSocket("ws://127.0.0.1:" + port + "/ws?lang=" + config.lang);
1272
1456
  ws.onopen = () => {
1273
1457
  opened = true;
1458
+ // 连上后用 run_command 读「窗口真实工作区」(不受 AI 传入的 project_directory 影响)。
1459
+ // pyCmd 占位符未被注入替换时跳过,退回靠 session_info 仅识别项目名。
1460
+ if (config.pyCmd.indexOf("__MCP_") !== 0) {
1461
+ cmdBuf = "";
1462
+ needCmd = true;
1463
+ try {
1464
+ ws.send(JSON.stringify({ type: "run_command", command: buildWorkspaceProbeCmd() }));
1465
+ } catch (error) {
1466
+ needCmd = false;
1467
+ }
1468
+ }
1274
1469
  };
1275
1470
  ws.onmessage = (event) => {
1276
1471
  try {
@@ -1279,6 +1474,21 @@
1279
1474
  if (info && info.project_directory) {
1280
1475
  project = info.project_directory;
1281
1476
  statusLabel = deriveStatusLabel(info);
1477
+ // 没发探测命令时(占位符未替换),拿到会话即可结束。
1478
+ if (!needCmd) finish(true);
1479
+ }
1480
+ if (data.type === "command_output") {
1481
+ if (cmdBuf !== null) cmdBuf += data.output || "";
1482
+ }
1483
+ if (data.type === "command_complete" || data.type === "command_error") {
1484
+ const raw = (cmdBuf || "").replace(/\r/g, "");
1485
+ const nl = raw.indexOf("\n");
1486
+ if (nl >= 0) {
1487
+ workspaceFolders = raw.slice(0, nl).trim();
1488
+ workspaceLabel = raw.slice(nl + 1).trim();
1489
+ } else {
1490
+ workspaceFolders = raw.trim();
1491
+ }
1282
1492
  finish(true);
1283
1493
  }
1284
1494
  } catch (error) {
@@ -1293,7 +1503,8 @@
1293
1503
  });
1294
1504
  }
1295
1505
 
1296
- async function scanPorts() {
1506
+ async function scanPorts(opts) {
1507
+ const refreshOnly = !!(opts && opts.refreshOnly);
1297
1508
  if (state.scanning) return;
1298
1509
  state.scanning = true;
1299
1510
  if (els.scanBtn) {
@@ -1306,44 +1517,53 @@
1306
1517
  els.hint.textContent = "正在扫描端口 " + from + "–" + to + "…";
1307
1518
 
1308
1519
  const ports = defaultPorts();
1520
+ // 跳过探测「当前已连接的健康端口」:probe 会另建连接抢占服务端的「最后连接」,从而把面板自己挤下线。
1521
+ // 对已连端口直接用已知信息标记为活跃,保证下拉扫描/重扫不会断开当前会话。
1522
+ const curPort =
1523
+ state.socket && state.socket.readyState === WebSocket.OPEN ? String(state.socketPort) : null;
1309
1524
  const results = await Promise.all(
1310
- ports.map((port) =>
1311
- probePort(port, config.probeTimeoutMs).then((res) => ({
1525
+ ports.map((port) => {
1526
+ if (curPort && String(port) === curPort) {
1527
+ return Promise.resolve({
1528
+ port,
1529
+ alive: true,
1530
+ project: state.currentSession ? state.currentSession.project_directory : "",
1531
+ statusLabel: state.portStatuses[port] || state.selectedStatus || "",
1532
+ workspaceFolders: state.portWorkspaces[port] || "",
1533
+ workspaceLabel: state.portLabels[port] || "",
1534
+ });
1535
+ }
1536
+ return probePort(port, config.probeTimeoutMs).then((res) => ({
1312
1537
  port,
1313
1538
  alive: res.alive,
1314
1539
  project: res.project,
1315
1540
  statusLabel: res.statusLabel,
1316
- }))
1317
- )
1541
+ workspaceFolders: res.workspaceFolders,
1542
+ workspaceLabel: res.workspaceLabel,
1543
+ }));
1544
+ })
1318
1545
  );
1319
1546
  const found = [];
1320
1547
  for (const item of results) {
1321
1548
  if (item.alive) {
1322
1549
  found.push(item.port);
1323
- if (item.project) {
1324
- state.portProjects[item.port] = basename(item.project);
1325
- state.portPaths[item.port] = item.project;
1326
- } else {
1327
- delete state.portProjects[item.port];
1328
- delete state.portPaths[item.port];
1329
- }
1550
+ if (item.project) state.portProjects[item.port] = basename(item.project);
1551
+ else delete state.portProjects[item.port];
1552
+ if (item.workspaceFolders) state.portWorkspaces[item.port] = item.workspaceFolders;
1553
+ else delete state.portWorkspaces[item.port];
1554
+ if (item.workspaceLabel) state.portLabels[item.port] = item.workspaceLabel;
1555
+ else delete state.portLabels[item.port];
1330
1556
  if (item.statusLabel) state.portStatuses[item.port] = item.statusLabel;
1331
1557
  else delete state.portStatuses[item.port];
1332
1558
  } else {
1333
1559
  delete state.portProjects[item.port];
1334
- delete state.portPaths[item.port];
1560
+ delete state.portWorkspaces[item.port];
1561
+ delete state.portLabels[item.port];
1335
1562
  delete state.portStatuses[item.port];
1336
1563
  }
1337
1564
  }
1338
1565
  state.foundPorts = found;
1339
1566
 
1340
- const wasCustom = els.portSelect.value === config.customValue;
1341
- // 优先选中 project_directory 与当前窗口工作区相等的端口;取不到工作区或无匹配端口时维持原有选择
1342
- //(combo 降级),连接层再由 connectSelectedPort 守卫兜底,避免连到别的项目。
1343
- const preferred = pickWorkspacePort(results);
1344
- fillPortOptions(found, preferred || (wasCustom ? null : els.portSelect.value));
1345
- if (wasCustom && !preferred) els.portSelect.value = config.customValue;
1346
-
1347
1567
  if (els.scanBtn) {
1348
1568
  els.scanBtn.classList.remove("scanning");
1349
1569
  els.scanBtn.disabled = false;
@@ -1354,6 +1574,20 @@
1354
1574
  ? "扫描完成:发现活跃端口 " + found.join("、") + "。"
1355
1575
  : "扫描完成:" + from + "–" + to + " 未发现活跃 MCP 端口。";
1356
1576
 
1577
+ if (refreshOnly) {
1578
+ // 自定义下拉:扫描结果已写入 state;菜单仍展开则用最新结果渲染一次浮层(渲染后保持稳定,
1579
+ // 不会在用户点击瞬间重建 DOM,故点选即时生效、无打断、无闪)。
1580
+ if (state.expanded) renderPortMenu();
1581
+ return;
1582
+ }
1583
+
1584
+ const wasCustom = els.portSelect.value === config.customValue;
1585
+ // 优先选中 project_directory 与当前窗口工作区相等的端口;取不到工作区或无匹配端口时维持原有选择
1586
+ //(combo 降级),连接层再由 connectSelectedPort 守卫兜底,避免连到别的项目。
1587
+ const preferred = pickWorkspacePort(results);
1588
+ fillPortOptions(found, preferred || (wasCustom ? null : els.portSelect.value));
1589
+ if (wasCustom && !preferred) els.portSelect.value = config.customValue;
1590
+
1357
1591
  // 探测会短暂抢占连接,扫描结束后立即重连选中端口抢回「最后连接」。
1358
1592
  if (els.portSelect.value !== config.customValue) connectSelectedPort(false);
1359
1593
  }
@@ -1400,10 +1634,11 @@
1400
1634
  const port = els.portSelect.value;
1401
1635
  if (port === config.customValue) return;
1402
1636
 
1403
- // 守卫:能确定当前窗口项目、且该端口已知属于别的项目时不连接,
1404
- // 避免误连到其它项目或常驻 feedback 实例(等本项目端口出现后由 refreshTick 重扫接管)。
1637
+ // 守卫:能确定当前窗口、且该端口已知属于别的窗口时不连接,
1638
+ // 避免误连到其它窗口的实例或常驻 feedback 实例(等本窗口端口被识别后由 refreshTick 重扫接管)。
1405
1639
  const ws = getWorkspacePath();
1406
- if (ws && state.portPaths[port] && normalizePath(state.portPaths[port]) !== ws) {
1640
+ const known = !!(state.portWorkspaces[port] || state.portLabels[port]);
1641
+ if (ws && known && !isPortMine(port, ws)) {
1407
1642
  if (state.socket) {
1408
1643
  state.socket.onclose = null;
1409
1644
  state.socket.onerror = null;
@@ -1411,8 +1646,8 @@
1411
1646
  state.socket.close();
1412
1647
  state.socket = null;
1413
1648
  }
1414
- setOptionLabel(port, "other project");
1415
- setVisualState("offline", port + " 属于其它项目,等待本项目的 MCP 会话…");
1649
+ setOptionLabel(port, "other window");
1650
+ setVisualState("offline", port + " 属于其它窗口,等待本窗口的 MCP 会话…");
1416
1651
  return;
1417
1652
  }
1418
1653
 
@@ -1470,6 +1705,10 @@
1470
1705
 
1471
1706
  nextSocket.onerror = () => {
1472
1707
  if (seq !== state.connectSeq) return;
1708
+ // 连接失败:端口很可能已关闭或换了端口(实例重启),清除其归属缓存,
1709
+ // 让 refreshTick 退避重扫去发现新的本窗口端口,而不是一直重连这个死端口。
1710
+ delete state.portWorkspaces[port];
1711
+ delete state.portLabels[port];
1473
1712
  setOptionLabel(port, "offline");
1474
1713
  setVisualState("offline", port + " 连接失败,可能端口未启动或没有 MCP WebUI。");
1475
1714
  };
@@ -1501,17 +1740,22 @@
1501
1740
  if (els.customInput === document.activeElement) return;
1502
1741
  if (els.prompt === document.activeElement && els.prompt.value.trim()) return;
1503
1742
 
1504
- // 还没连到「本项目」端口时,定期重扫去发现它(scanPorts 会优先选中并连上);
1505
- // 已在本项目端口(或取不到工作区时)则维持原有重连,持续保持「最后连接」。
1506
- const ws = getWorkspacePath();
1507
- if (ws) {
1508
- const cur = els.portSelect.value;
1509
- const onWorkspacePort = !!state.portPaths[cur] && normalizePath(state.portPaths[cur]) === ws;
1510
- if (!onWorkspacePort) {
1511
- scanPorts();
1512
- return;
1743
+ // 不做后台扫描(扫描仅发生在启动时与下拉展开期间)。这里只保持连接:
1744
+ // 已连且健康 → 发 heartbeat 维持「最后连接」;否则重连选中端口(守卫会拦掉别窗口端口;
1745
+ // 端口已关时 onerror 会清归属并置 offline,等待用户展开下拉重新选择本窗口端口)。
1746
+ if (
1747
+ state.socket &&
1748
+ state.socket.readyState === WebSocket.OPEN &&
1749
+ state.socketPort === els.portSelect.value
1750
+ ) {
1751
+ try {
1752
+ state.socket.send(JSON.stringify({ type: "heartbeat", timestamp: Date.now() }));
1753
+ } catch (error) {
1754
+ /* 发送失败则下个周期走重连 */
1513
1755
  }
1756
+ return;
1514
1757
  }
1758
+
1515
1759
  connectSelectedPort(true);
1516
1760
  }
1517
1761
 
@@ -1574,16 +1818,22 @@
1574
1818
  }
1575
1819
 
1576
1820
  function wireEvents() {
1577
- els.portSelect.addEventListener("change", onPortChange);
1578
- // 展开下拉前让所有项带上「状态 · 项目名」;收起后选中项去掉项目名(右侧已显示)。
1579
- els.portSelect.addEventListener("mousedown", () => {
1580
- state.expanded = true;
1581
- refreshOptionLabels();
1582
- });
1583
- els.portSelect.addEventListener("blur", () => {
1584
- state.expanded = false;
1585
- refreshOptionLabels();
1821
+ // 自定义端口下拉:点按钮开/关;打开即「扫描中→填充→展示」;点选即时生效(见 selectPort / selectCustom)。
1822
+ els.portBtn.addEventListener("click", (event) => {
1823
+ event.stopPropagation();
1824
+ togglePortMenu();
1586
1825
  });
1826
+ // 点击按钮与浮层之外的区域、或按 Esc 关闭菜单。
1827
+ state.onDocPointerDown = (event) => {
1828
+ if (!state.expanded) return;
1829
+ if (els.portWrap && els.portWrap.contains(event.target)) return;
1830
+ closePortMenu();
1831
+ };
1832
+ document.addEventListener("mousedown", state.onDocPointerDown, true);
1833
+ state.onDocKeydown = (event) => {
1834
+ if (state.expanded && event.key === "Escape") closePortMenu();
1835
+ };
1836
+ document.addEventListener("keydown", state.onDocKeydown, true);
1587
1837
  els.scanBtn.addEventListener("click", () => {
1588
1838
  scanPorts();
1589
1839
  });
@@ -1655,6 +1905,8 @@
1655
1905
 
1656
1906
  function uninstall() {
1657
1907
  cancelAutoSubmit();
1908
+ if (state.onDocPointerDown) document.removeEventListener("mousedown", state.onDocPointerDown, true);
1909
+ if (state.onDocKeydown) document.removeEventListener("keydown", state.onDocKeydown, true);
1658
1910
  for (const timer of state.timers) {
1659
1911
  window.clearInterval(timer);
1660
1912
  }