context-mode
Advanced tools
@@ -9,3 +9,3 @@ { | ||
| "description": "Claude Code plugins by Mert Koseoğlu", | ||
| "version": "1.0.35" | ||
| "version": "1.0.36" | ||
| }, | ||
@@ -17,3 +17,3 @@ "plugins": [ | ||
| "description": "Claude Code MCP plugin that saves 98% of your context window. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and intent-driven search.", | ||
| "version": "1.0.35", | ||
| "version": "1.0.36", | ||
| "author": { | ||
@@ -20,0 +20,0 @@ "name": "Mert Koseoğlu" |
| { | ||
| "name": "context-mode", | ||
| "version": "1.0.35", | ||
| "version": "1.0.36", | ||
| "description": "MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -6,3 +6,3 @@ { | ||
| "description": "OpenClaw plugin that saves 98% of your context window. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and intent-driven search.", | ||
| "version": "1.0.35", | ||
| "version": "1.0.36", | ||
| "sandbox": { | ||
@@ -9,0 +9,0 @@ "mode": "permissive", |
| { | ||
| "name": "context-mode", | ||
| "version": "1.0.35", | ||
| "version": "1.0.36", | ||
| "description": "OpenClaw plugin that saves 98% of your context window. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and intent-driven search.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -459,3 +459,6 @@ /** | ||
| handler: () => { | ||
| const cmd = `node "${_latestPluginRoot}/build/cli.js" doctor`; | ||
| const bundlePath = resolve(_latestPluginRoot, "cli.bundle.mjs"); | ||
| const fallbackPath = resolve(_latestPluginRoot, "build", "cli.js"); | ||
| const cliPath = existsSync(bundlePath) ? bundlePath : fallbackPath; | ||
| const cmd = `node "${cliPath}" doctor`; | ||
| return { | ||
@@ -478,3 +481,6 @@ text: [ | ||
| handler: () => { | ||
| const cmd = `node "${_latestPluginRoot}/build/cli.js" upgrade`; | ||
| const bundlePath = resolve(_latestPluginRoot, "cli.bundle.mjs"); | ||
| const fallbackPath = resolve(_latestPluginRoot, "build", "cli.js"); | ||
| const cliPath = existsSync(bundlePath) ? bundlePath : fallbackPath; | ||
| const cmd = `node "${cliPath}" upgrade`; | ||
| return { | ||
@@ -481,0 +487,0 @@ text: [ |
@@ -6,3 +6,3 @@ { | ||
| "description": "OpenClaw plugin that saves 98% of your context window. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and intent-driven search.", | ||
| "version": "1.0.35", | ||
| "version": "1.0.36", | ||
| "sandbox": { | ||
@@ -9,0 +9,0 @@ "mode": "permissive", |
+3
-3
| { | ||
| "name": "context-mode", | ||
| "version": "1.0.35", | ||
| "version": "1.0.36", | ||
| "type": "module", | ||
@@ -40,6 +40,6 @@ "description": "MCP plugin that saves 98% of your context window. Works with Claude Code, Gemini CLI, VS Code Copilot, OpenCode, and Codex CLI. Sandboxed code execution, FTS5 knowledge base, and intent-driven search.", | ||
| "./openclaw": "./build/openclaw-plugin.js", | ||
| "./cli": "./build/cli.js" | ||
| "./cli": "./cli.bundle.mjs" | ||
| }, | ||
| "bin": { | ||
| "context-mode": "./build/cli.js" | ||
| "context-mode": "./cli.bundle.mjs" | ||
| }, | ||
@@ -46,0 +46,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 26 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 26 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1834151
0.29%21596
0.15%395
-0.5%52
4%