riesbri/dsh-plugins0

dsh-plugins-riesbri

Personal DeepSeek Harness plugin bundle

AI 分析

核心用途是提供个人 DSH 插件捆绑配置,当前支持启用持久化的会话内容搜索。适合需要自定义本地配置和优化搜索功能的用户。

パッケージ
dsh-plugins-riesbri
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$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.