mirror of
https://github.com/mksglu/context-mode.git
synced 2026-09-19 03:27:16 +08:00
1.0.169
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Claude Code plugins by Mert Koseoğlu",
|
||||
"version": "1.0.168"
|
||||
"version": "1.0.169"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "context-mode",
|
||||
"source": "./",
|
||||
"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.168",
|
||||
"version": "1.0.169",
|
||||
"author": {
|
||||
"name": "Mert Koseoğlu"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"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.",
|
||||
"author": {
|
||||
"name": "Mert Koseoğlu",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"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.",
|
||||
"author": {
|
||||
"name": "Mert Koseoğlu",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"description": "Cursor plugin that saves 98% of your context window. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, intent-driven search, and native Cursor v1.7+ hook routing for context protection.",
|
||||
"author": {
|
||||
"name": "Mert Koseoğlu",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Context Mode",
|
||||
"kind": "tool",
|
||||
"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.168",
|
||||
"version": "1.0.169",
|
||||
"sandbox": {
|
||||
"mode": "permissive",
|
||||
"filesystem_access": "full",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"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.",
|
||||
"author": {
|
||||
"name": "Mert Koseoğlu",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"description": "Context-mode extension for Pi coding agent — session continuity and context window protection",
|
||||
"main": "index.ts",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"description": "context-mode for Antigravity CLI (agy): sandboxed code execution, FTS5 knowledge base, and session capture. Saves your context window by keeping raw bytes out of the conversation.",
|
||||
"author": {
|
||||
"name": "Mert Koseoğlu",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"description": "context-mode for GitHub Copilot CLI: sandboxed code execution in 11 languages, an FTS5 knowledge base with BM25 ranking, and session capture. Saves your context window by keeping raw bytes out of the conversation.",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"keywords": [
|
||||
"mcp",
|
||||
"context-window",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Context Mode",
|
||||
"kind": "tool",
|
||||
"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.168",
|
||||
"version": "1.0.169",
|
||||
"sandbox": {
|
||||
"mode": "permissive",
|
||||
"filesystem_access": "full",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "context-mode",
|
||||
"version": "1.0.168",
|
||||
"version": "1.0.169",
|
||||
"type": "module",
|
||||
"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.",
|
||||
"author": "Mert Koseoğlu",
|
||||
|
||||
Reference in New Issue
Block a user