pi-cursor-bridge 0.1.9 → 0.1.11

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-bridge",
3
- "version": "5.7.1+codex.20260831033926",
3
+ "version": "5.8.1+codex.20260903121439",
4
4
  "description": "Evidence-backed Cursor Context Engine search and bounded Cursor Agent execution, including a UI-suppressed minimal runtime.",
5
5
  "author": {
6
6
  "name": "Vanyangyang"
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "interface": {
21
21
  "displayName": "Cursor Bridge",
22
- "shortDescription": "Evidence-backed CCE search and bounded cursor_do execution.",
23
- "longDescription": "Use Cursor's indexed Agent as an adaptive Cursor Context Engine. State the intent once; Cursor chooses the necessary investigation depth and returns compact path:line evidence instead of guessed locations. When execution is useful, cursor_do is the first-class bounded path for FIFO or independent Cursor Agent tasks while the supervising host retains review and final control. User-facing prose follows the task language while machine fields remain stable. Minimal runtime keeps CCE and execution tools available while hiding the Windows Cursor UI.",
22
+ "shortDescription": "Evidence-backed CCE search and bounded, optionally continuous cursor_do execution.",
23
+ "longDescription": "Use Cursor's indexed Agent as an adaptive Cursor Context Engine. State the intent once; Cursor chooses the necessary investigation depth and returns compact path:line evidence instead of guessed locations. When execution is useful, cursor_do supports isolated FIFO or independent Agent tasks plus explicit persistent sessions for continued delivery to the same verified Agent. The supervising host retains scope, review, and final control. User-facing prose follows the task language while machine fields remain stable. Minimal runtime keeps CCE and execution tools available while hiding the Windows Cursor UI.",
24
24
  "developerName": "Vanyangyang",
25
25
  "category": "Developer Tools",
26
26
  "capabilities": [
package/README.md CHANGED
@@ -2,12 +2,14 @@
2
2
 
3
3
  Use Cursor's project index and Agent search from Pi, with compact `path:line` evidence and optional bounded Cursor task execution.
4
4
 
5
+ ⭐ If Cursor Bridge helps you, please consider giving it a [Star on GitHub](https://github.com/Vanyangyang/cursor-bridge)—it helps others discover the project.
6
+
5
7
  ```powershell
6
8
  pi install npm:pi-cursor-bridge
7
9
  ```
8
10
 
9
11
  Restart Pi after installation. Initialize the current project by asking Pi to initialize Cursor Bridge for the absolute project path, then use it normally. The package includes the `cce-routing` and `cursor-delegate` Skills and registers the native Cursor Bridge MCP tools directly in Pi.
10
12
 
11
- This Pi package embeds Cursor Bridge 5.7.1. Cursor must be installed and signed in. Current end-to-end compatibility claims remain scoped to the environments documented in the main repository.
13
+ This Pi package embeds Cursor Bridge 5.8.1. Cursor must be installed and signed in. Current end-to-end compatibility claims remain scoped to the environments documented in the main repository.
12
14
 
13
- Full documentation: [English](https://github.com/Vanyangyang/cursor-bridge#readme) · [简体中文](https://github.com/Vanyangyang/cursor-bridge/blob/master/README.zh-CN.md)
15
+ Full documentation: [English](https://github.com/Vanyangyang/cursor-bridge#readme) · [简体中文](https://github.com/Vanyangyang/cursor-bridge/blob/main/README.zh-CN.md)