@rama_nigg/open-cursor 2.3.8 → 2.3.9

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
@@ -154,7 +154,7 @@ flowchart TB
154
154
  Default mode: `CURSOR_ACP_TOOL_LOOP_MODE=opencode`. Legacy `proxy-exec` still available. Details: [docs/architecture/runtime-tool-loop.md](docs/architecture/runtime-tool-loop.md).
155
155
 
156
156
  ## Alternatives
157
-
157
+ THERE is currently not a single perfect plugin for cursor in opencode, my advice is stick with what is the LEAST worst option for you.
158
158
  | | open-cursor | [yet-another-opencode-cursor-auth](https://github.com/Yukaii/yet-another-opencode-cursor-auth) | [opencode-cursor-auth](https://github.com/POSO-PocketSolutions/opencode-cursor-auth) | [cursor-opencode-auth](https://github.com/R44VC0RP/cursor-opencode-auth) |
159
159
  | ----------------- | :------------------------: | :--------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------: | :----------------------------------------------------------------------: |
160
160
  | **Architecture** | HTTP proxy via cursor-agent | Direct Connect-RPC | HTTP proxy via cursor-agent | Direct Connect-RPC/protobuf |
package/dist/index.js CHANGED
@@ -17828,7 +17828,9 @@ var init_tool_loop_guard = __esm(() => {
17828
17828
  "glob",
17829
17829
  "ls",
17830
17830
  "stat",
17831
- "semsearch"
17831
+ "semsearch",
17832
+ "bash",
17833
+ "shell"
17832
17834
  ]);
17833
17835
  });
17834
17836
 
@@ -17828,7 +17828,9 @@ var init_tool_loop_guard = __esm(() => {
17828
17828
  "glob",
17829
17829
  "ls",
17830
17830
  "stat",
17831
- "semsearch"
17831
+ "semsearch",
17832
+ "bash",
17833
+ "shell"
17832
17834
  ]);
17833
17835
  });
17834
17836
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rama_nigg/open-cursor",
3
- "version": "2.3.8",
3
+ "version": "2.3.9",
4
4
  "description": "No prompt limits. No broken streams. Full thinking + tool support. Your Cursor subscription, properly integrated.",
5
5
  "type": "module",
6
6
  "main": "dist/plugin-entry.js",
@@ -41,6 +41,8 @@ const EXPLORATION_TOOLS = new Set([
41
41
  "ls",
42
42
  "stat",
43
43
  "semsearch",
44
+ "bash",
45
+ "shell",
44
46
  ]);
45
47
 
46
48
  export interface ToolLoopGuardDecision {