@rama_nigg/open-cursor 2.3.9 → 2.3.10

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/dist/index.js CHANGED
@@ -17830,7 +17830,8 @@ var init_tool_loop_guard = __esm(() => {
17830
17830
  "stat",
17831
17831
  "semsearch",
17832
17832
  "bash",
17833
- "shell"
17833
+ "shell",
17834
+ "webfetch"
17834
17835
  ]);
17835
17836
  });
17836
17837
 
@@ -17830,7 +17830,8 @@ var init_tool_loop_guard = __esm(() => {
17830
17830
  "stat",
17831
17831
  "semsearch",
17832
17832
  "bash",
17833
- "shell"
17833
+ "shell",
17834
+ "webfetch"
17834
17835
  ]);
17835
17836
  });
17836
17837
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rama_nigg/open-cursor",
3
- "version": "2.3.9",
3
+ "version": "2.3.10",
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",
@@ -43,6 +43,7 @@ const EXPLORATION_TOOLS = new Set([
43
43
  "semsearch",
44
44
  "bash",
45
45
  "shell",
46
+ "webfetch",
46
47
  ]);
47
48
 
48
49
  export interface ToolLoopGuardDecision {