context-mode 1.0.81 → 1.0.83

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.
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Claude Code plugins by Mert Koseoğlu",
9
- "version": "1.0.81"
9
+ "version": "1.0.83"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "context-mode",
14
14
  "source": "./",
15
15
  "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.",
16
- "version": "1.0.81",
16
+ "version": "1.0.83",
17
17
  "author": {
18
18
  "name": "Mert Koseoğlu"
19
19
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-mode",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
4
4
  "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
5
  "author": {
6
6
  "name": "Mert Koseoğlu",
@@ -3,7 +3,7 @@
3
3
  "name": "Context Mode",
4
4
  "kind": "tool",
5
5
  "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.",
6
- "version": "1.0.81",
6
+ "version": "1.0.83",
7
7
  "sandbox": {
8
8
  "mode": "permissive",
9
9
  "filesystem_access": "full",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-mode",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
4
4
  "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
5
  "author": {
6
6
  "name": "Mert Koseoğlu",
@@ -3,7 +3,7 @@
3
3
  "name": "Context Mode",
4
4
  "kind": "tool",
5
5
  "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.",
6
- "version": "1.0.81",
6
+ "version": "1.0.83",
7
7
  "sandbox": {
8
8
  "mode": "permissive",
9
9
  "filesystem_access": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-mode",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
4
4
  "type": "module",
5
5
  "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.",
6
6
  "author": "Mert Koseoğlu",
@@ -0,0 +1,29 @@
1
+ ---
2
+ name: ctx-insight
3
+ description: |
4
+ Open the context-mode Insight analytics dashboard in the browser.
5
+ Shows personal metrics: session activity, tool usage, error rate,
6
+ parallel work patterns, project focus, and actionable insights.
7
+ First run installs dependencies (~30s). Subsequent runs open instantly.
8
+ Trigger: /context-mode:ctx-insight
9
+ user-invocable: true
10
+ ---
11
+
12
+ # Context Mode Insight
13
+
14
+ Open the personal analytics dashboard in the browser.
15
+
16
+ ## Instructions
17
+
18
+ 1. Call the `ctx_insight` MCP tool (no parameters needed, or pass `port: 4747` to customize).
19
+ 2. The tool will:
20
+ - Copy source files to cache (first run only)
21
+ - Install dependencies (first run only, ~30s)
22
+ - Build the dashboard (~1s)
23
+ - Start a local server
24
+ - Open the browser
25
+ 3. Display the tool's output to the user — it contains progress steps and the dashboard URL.
26
+ 4. Tell the user:
27
+ - "Dashboard is running at http://localhost:4747"
28
+ - "Refresh the page to see updated metrics"
29
+ - "To stop: kill the PID shown above, or close the terminal"