context-mode 0.9.4 → 0.9.5

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.
@@ -13,7 +13,7 @@
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": "0.9.4",
16
+ "version": "0.9.5",
17
17
  "author": {
18
18
  "name": "Mert Koseoğlu"
19
19
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-mode",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "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.",
5
5
  "author": {
6
6
  "name": "Mert Koseoğlu",
package/build/cli.js CHANGED
@@ -373,7 +373,7 @@ async function upgrade() {
373
373
  // Step 3: Copy to plugin root
374
374
  s.start("Installing files");
375
375
  const items = [
376
- "build", "hooks", "skills", ".claude-plugin",
376
+ "build", "src", "hooks", "skills", ".claude-plugin",
377
377
  "start.mjs", "server.bundle.mjs", "package.json", ".mcp.json",
378
378
  ];
379
379
  for (const item of items) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-mode",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "type": "module",
5
5
  "description": "Claude Code MCP plugin that saves 98% of your context window. Sandboxed code execution, FTS5 knowledge base, and intent-driven search.",
6
6
  "author": "Mert Koseoğlu",
@@ -16,7 +16,7 @@ Pull latest from GitHub and reinstall the plugin.
16
16
  1. Derive the **plugin root** from this skill's base directory (go up 2 levels — remove `/skills/upgrade`).
17
17
  2. Run with Bash:
18
18
  ```
19
- npx tsx "<PLUGIN_ROOT>/src/cli.ts" upgrade
19
+ node "<PLUGIN_ROOT>/build/cli.js" upgrade
20
20
  ```
21
21
  3. **IMPORTANT**: After the Bash tool completes, re-display the key results as markdown text directly in the conversation so the user sees them without expanding the tool output. Format as:
22
22
  ```