@cursorx/cli 0.0.3 → 0.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/README.md +14 -0
- package/dist/cli.js +1 -1
- package/dist/fingerprints/free-tier-gate-3.7.21.json +92 -0
- package/package.json +9 -9
- package/vsix/{cursorx-0.0.3-darwin-arm64.vsix → cursorx-0.0.5-darwin-arm64.vsix} +0 -0
- package/vsix/{cursorx-0.0.3-darwin-x64.vsix → cursorx-0.0.5-darwin-x64.vsix} +0 -0
- package/vsix/{cursorx-0.0.3-win32-x64.vsix → cursorx-0.0.5-win32-x64.vsix} +0 -0
package/README.md
CHANGED
|
@@ -31,6 +31,20 @@ The installer detects your OS and Cursor version, backs up touched files under `
|
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
34
|
+
## 升级 / Update
|
|
35
|
+
|
|
36
|
+
已经装过旧版?用 `update` 升级到最新(会还原旧 patch 再重新打、保留你的 `~/.cursorx` 配置与 API Key):
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
npx @cursorx/cli@latest update
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
升级后 **⌘Q 重启 Cursor** 让新 patch 生效。`@latest` 用于绕开 npx 对旧版本的缓存。
|
|
43
|
+
|
|
44
|
+
Already installed an older version? Run `update` (it reverts the old patch, re-applies the latest, and keeps your `~/.cursorx` config and API keys). Restart Cursor afterwards for the new patch to load; `@latest` bypasses npx's cache of older versions.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
34
48
|
## 配置 / Configure
|
|
35
49
|
|
|
36
50
|
打开 Cursor → 左侧 Activity Bar 点 **CursorX** 图标 → 打开控制面板:
|