dsh-context-imports
把 AGENTS.md 里 @路径 引用的文件读出来,在会话启动时注入模型上下文;带字节预算、压缩后重新注入和六语言设置卡片。
Reads the files that AGENTS.md references with @path imports and injects their content into model context at session start, with byte budgets, compaction re-seeding and a six-language settings card.
怎么安装
dsh plugin add dsh-context-imports git clone https://github.com/ciskonc/dsh-context-imports ~/.claude/skills/dsh-context-imports 简介
dsh-context-imports Inject the files referenced from AGENTS.md into model context at session start. DeepSeek Harness injects AGENTS.md itself, but the @path references inside it stay as plain text and the model never sees them. This plugin expands those references the way Claude Code does: it reads each referenced file and adds the content to the session context. English | 中文 --- Why | | Without this plugin | With it | |---|---|---| | AGENTS.md itself | Injected by the stock agent-instructions plugin | Still injected by it, no duplication | | @docs/architecture.md references | Plain text, igno…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 6
- 月下载
- –
- 最近更新
- 2026-09-21
- 创建于
- 2026-09-17
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin, curated:0xsline/awesome-deepseek-harness
- 主题标签
- agents-md, claude-md, context-injection, deepseek-harness, dsh-plugin, llm-memory
同类推荐
dsh-mnemon
omdsh-dev/dsh-mnemon
由 Mnemon 驱动的 DeepSeek Harness(DSH)跨 Agent、本地优先的持久记忆插件。它可在支持 Mnemon 的 Agent 之间共享长期记忆,并提供运行时记忆、可检索项目档案、语义召回、知识图谱和 Sidebar UI。
memsearch
zilliztech/memsearch
为所有AI Agent(如Claude Code、Codex)提供的持久统一记忆层,由Markdown和Milvus支持。
dsh-mnemon
dsh-external/dsh-mnemon
用于 DeepSeek Harness (DSH) 的跨代理、本地优先持久内存插件,由 Mnemon 驱动。它在启用 Mnemon 的代理之间共享长期记忆,并添加运行时记忆、可搜索项目文档、语义召回、知识图谱和侧边栏 UI。
markdownify-mcp
zcaceres/markdownify-mcp
用于将几乎任何内容转换为Markdown的Model Context Protocol服务器。