runfali/dsh-prompt-injector0

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.

包名
dsh-prompt-injector
版本
0.1.0
许可证
MIT
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:runfali/dsh-prompt-injector

Configuration

Settings card — master switch, trivial-round filter, editable prompt list

KeyTypeDefaultMeaning
enabledbooleantrueMaster switch.
skipTrivialbooleantrueSkip trivial rounds (ack/greeting/continuation).
promptsarraybuilt-in defaultPrompt list: [{ id, title, text, enabled }].

The settings page edits these; the user layer wins over the composition defaults. To override via the profile patch: