@srgay/cursor-extension 1.0.4 → 1.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srgay/cursor-extension",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "本机 Cursor workbench 增强:MAX Mode 守护、MCP Follow-up 面板、输入法回车修复(支持随 Cursor 启动持久加载,或 CDP 临时注入)。",
5
5
  "type": "module",
6
6
  "bin": {
@@ -6,8 +6,8 @@
6
6
  }
7
7
 
8
8
  const config = {
9
- scanMs: 300,
10
- sendDisableMs: 100,
9
+ scanMs: 1000,
10
+ sendDisableMs: 1000,
11
11
  menuOpenCooldownMs: 1200,
12
12
  menuVerifyDelayMs: 180,
13
13
  verifiedOffTtlMs: 3000,