dsh-plugins-riesbri
Personal DeepSeek Harness plugin bundle
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:riesbri/dsh-plugins说明文档
阅读完整 README ↗Machine-local configuration
dsh-home/cordis.patch.yml is the home patch layer, symlinked into place:
ln -s "$PWD/dsh-home/cordis.patch.yml" ~/.dsh/cordis.patch.yml
It applies to every profile, after that profile's bundle layers and before any --patch overlay, and is hot-reloaded on save. It currently enables session content search: the base bundle mounts the session-query index with path: ':memory:' and openAt: never, so every full-text call fails SESSION_QUERY_SEARCH_DISABLED and the Web sidebar matches titles and workspace names only. A durable path with openAt: first-search keeps the node:sqlite import and the file handle off the startup path.
Remember that a patch replaces the targeted row's whole config rather than merging into it, so every key the row needs is restated there.