runfali/dsh-prompt-injector ↗★ 0
dsh-prompt-injector
Generic per-turn prompt injector for the DeepSeek Harness web profile — manage a list of context prompts (with enable switch) in the settings page; every round of conversation injects each enabled prompt as a notice line (「上下文注入 xxx」) into the model context, exactly like the mem0 recall reminder. Host-only logic + client settings card; zero dsh source changes.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:runfali/dsh-prompt-injector说明文档
阅读完整 README ↗Configuration

| Key | Type | Default | Meaning |
|---|---|---|---|
enabled | boolean | true | Master switch. |
skipTrivial | boolean | true | Skip trivial rounds (ack/greeting/continuation). |
prompts | array | built-in default | Prompt list: [{ id, title, text, enabled }]. |
The settings page edits these; the user layer wins over the composition defaults. To override via the profile patch: