• MCP tool calls जो raw data context window में उंडेल देते हैं, उसे बचाता है और session duration को ~30 मिनट से ~3 घंटे तक बढ़ाता है
  • Context बचत: raw data को sandbox में isolate करके 315KB → 5.4KB तक 98% कमी
  • Session continuity: file edit, git work, task, error, user decision जैसे सभी events को SQLite+FTS5 में store और index करने के बाद BM25 से search करके session event tracking और compaction recovery
  • कोड के ज़रिये सोचना: LLM डेटा को सीधे पढ़ने के बजाय script लिखता है और सिर्फ़ result लौटाता है (जैसे functions गिनते समय, context save किए बिना संबंधित code लिखकर वास्तविक result ही लाता है)
  • Output compression: ~65-75% output tokens में कमी, तकनीकी शुद्धता बरकरार
  • 14 platforms का समर्थन: Claude Code(plugin marketplace), Codex CLI, Gemini CLI, Cursor, OpenCode, OpenClaw, Antigravity आदि
    • हर platform के hook स्तर(PreToolUse, PostToolUse, SessionStart, PreCompact) के अनुसार session continuity grade अलग-अलग समर्थन
  • 11 MCP tools उपलब्ध: ctx_execute(11 language runtimes), ctx_batch_execute(multiple commands+search batch execution), ctx_execute_file(file sandbox processing), ctx_index/ctx_search(FTS5+BM25 आधारित knowledge base indexing·search), ctx_fetch_and_index(URL fetch·index·24 घंटे TTL cache), ctx_stats/ctx_doctor/ctx_upgrade/ctx_purge/ctx_insight
  • Security: Claude Code की permissions setting(deny/allow patterns) को MCP sandbox पर भी वही लागू, और chained commands की भी अलग-अलग जाँच
  • पूरी तरह local execution: telemetry, cloud sync, usage tracking नहीं; SQLite DB home directory में store होती है
  • Microsoft, Google, Meta, Amazon, NVIDIA, Stripe, Datadog जैसी प्रमुख कंपनियों की teams द्वारा उपयोग में
  • Elastic License 2.0(source available, hosted service उपलब्ध कराना निषिद्ध)

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.