Context Mode 是 MCP server 和 CLI proxy,作为 AI coding assistants 与 context window 之间的 sandboxed execution/indexing layer。公开摘要称它拦截 Bash、WebFetch、Read 等 tool calls,在隔离 subprocess 中运行,把 raw output 索引进 SQLite FTS5,再只返回 BM25-ranked snippets。第三方资料称它可把多步 coding loop 的 token spend 降低 60-98%。它与 Headroom 同属 context optimization runtime,但更强调工具输出沙箱化和会话连续性。
–浏览
评论 · Comments