dsh-context-mode
为 DeepSeek Harness 适配 Context Mode:进程内 ctx_* 工具(沙箱代码执行与 FTS5 知识库),并注入上下文窗口路由指引。
DeepSeek Harness adapter for Context Mode: in-process ctx_* tools for sandboxed code execution and an FTS5 knowledge base, plus context-window routing guidance.
怎么安装
dsh plugin add dsh-context-mode 简介
dsh-context-mode Context Mode (the MCP server that keeps raw data out of the context window) as a self-contained **DeepSeek Harness** plugin package. This folder is its own npm package (package.json declares dsh.bundle), so it installs and publishes independently of the context-mode npm package. The plugin loads context-mode's engine library in-process (build/server.js of the dependency context-mode package — the same module the OpenCode/Kilo native adapter imports) and registers the ctx_* tools natively into dsh's tools registry under their bare names — no MCP child process, no mcp__context-m…
推荐参考
信息
- 协议
- NOASSERTION
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-09
- 创建于
- 2026-09-09
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
deja-vu
vshulcz/deja-vu
面向编码智能体的记忆。索引17个智能体已经写入磁盘的会话,包括你安装之前几个月的会话,并能在任意会话中召回它们。无需LLM,无需嵌入——一个本地Go二进制文件即可。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。