QQQW114/dsh-keyword-context ↗★ 0
dsh-keyword-context
DeepSeek Harness (DSH) plugin — inject context when user input or model output hits configured keywords, with toggleable/configurable rules and model-editable memory.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置(config.json)
{
"enabled": true,
"allowModelWrite": false,
"triggers": [
{ "id": "t1", "keywords": ["记忆", "memory"], "context": "用户提到了「记忆」相关话题,请结合上方【记忆】中的内容作答。" }
],
"memories": [
{ "key": "用户偏好", "value": "使用简体中文回答" }
]
}