yzhangjy/dsh-pattern-search0

dsh-pattern-search

DSH plugin: regex pattern search over the current conversation, with match stats and a paginated detail table

包名
dsh-pattern-search
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yzhangjy/dsh-pattern-search

Usage

In the GUI: type /pattern-search + Enter → the window opens → paste a pattern (e.g. Actually,?\\s*wait,?\\s*let me\\bi is on by default) → click Search.

By the model: call the pattern_search tool:

{ "pattern": "Actually,?\\s*wait,?\\s*let me\\b", "flags": "i", "source": "assistant", "context": 60, "limit": 20 }